Examples
Reference files that demonstrate career-ops data formats and conventions. None of these are used at runtime -- they exist so you can see the expected structure before creating your own files.
Files
| File | Demonstrates |
|---|---|
cv-example.md |
How to structure cv.md -- sections, metrics formatting, and proof-point style for a fictional AI engineer (Alex Chen) |
resume-example.md |
Resume variant of cv-example.md -- same content, branded as "Resume" for US/industry markets. Use this as a structural guide when writing a resume (1–2 page targeted format) vs a CV (longer academic format) |
article-digest-example.md |
How to write article-digest.md -- compact proof points with hero metrics, architecture summaries, and key decisions per project |
sample-report.md |
The A-F evaluation report format produced by the evaluation pipeline, with all six blocks (Role Summary through Interview Plan) |
ats-normalization-test.md |
Regression fixture for generate-pdf.mjs Unicode normalization -- lists every problematic codepoint and its ASCII-safe replacement |
dual-track-engineer-instructor/ |
Complete profile config for a candidate with two primary archetypes (engineer + instructor), including cv.md, profile.yml, and a README explaining when and how to use the dual-track pattern |
Usage
These files are read-only references. To set up your own career-ops instance:
- Run
npm run doctorto check prerequisites. - Use
cv-example.md(orresume-example.mdfor US/industry contexts) as a structural guide when writing yourcv.md. - Use
article-digest-example.mdas a template for yourarticle-digest.md(optional but improves evaluation quality). - See the
dual-track-engineer-instructor/folder if your career spans two distinct archetypes.