Use when the user has dropped existing resume PDFs, markdown notes, or text files into inbox/ and wants to bootstrap or update content/master.yaml. Extracts text via bun run ingest, then reconciles into master.yaml with per-change reasoning and explicit approval.
First-time setup, or whenever the user adds new source material (old resumes, work-history notes) to inbox/ and wants it merged into content/master.yaml.
master.yaml without showing diffs and getting explicit approval.bun run ingest first to produce the extracted text. Do not try to read PDFs directly.Run:
bun run ingest
This reads everything in inbox/ and writes plain-text versions to inbox/.extracted/.
inbox/.extracted/content/master.yaml (if it exists; may be the example)Build a proposed master.yaml that:
(company, title, start) for dedupe.<company-slug>-<startYear> for roles; <role-id>-<keyword> for bullets.master.yaml exactly — do not renumber.Present the proposal as:
On explicit user approval, write the full proposed master.yaml. Commit:
git add content/master.yaml
git commit -m "Ingest history from inbox"
Move processed PDFs from inbox/ to jobs/archive/<inferred-company>/ (create folder if needed). For each moved PDF, create a stub job.md next to it with whatever context you can infer from filename or content. If inference is weak, write "inferred context TBD" and flag to the user.