evdboom_Bindery/vscode-ext/src/format.ts
copilot-swe-agent[bot] c0495dc917
feat: extract bindery-core, refactor vscode-ext/mcp-ts to use @bindery/core
Agent-Logs-Url: https://github.com/evdboom/Bindery/sessions/09d0d68f-9f9f-41c5-a6bf-5dc0fc2ac79b

Co-authored-by: evdboom <18037882+evdboom@users.noreply.github.com>
2026-04-27 23:09:03 +00:00

8 lines
246 B
TypeScript

/**
* Typography formatting for markdown files — re-export shim.
*
* The implementation has moved to `@bindery/core`.
* This file preserves backward compatibility for existing imports.
*/
export { updateTypography } from '@bindery/core';