Skip to content

v0.1.0 — first release

Choose a tag to compare

@phuthuycoding phuthuycoding released this 06 Sep 06:35
· 11 commits to master since this release

First release of fitcv.

Build a CV from Markdown, as a CLI and an MCP server for AI agents.

What it does that a plain markdown-to-PDF tool does not

  • fit separates content too long from bad page break, and names the block that got pushed onto a new page. Trimming words is the wrong fix when a heading is simply sitting too close to a page boundary — that one needs a reorder.
  • lint audits content rather than formatting, catching both overselling (spearheaded, comprehensive) and underselling (advised on next to work of real scale).

Also included

  • tailor compares a CV against a job description: what is missing, what is claimed only under SKILLS, which bullets are unrelated.
  • Master/variant workflow, portrait photo auto-detection, two ATS-safe themes.
  • MCP server with 7 tools returning structured JSON, so an agent can iterate on its own.

Uses puppeteer-core against a system Chrome — no bundled Chromium.