Skip to content
Documentation menu

Documentation

Commands

Every command, from the daily pipeline to the per-stage developer tools.

Everyday commands

careeros init Scaffold the local .careeros/ directory with config and a profile template.
careeros start Guided onboarding that produces your profile.yaml and a discovery plan. Opens by asking for your CV (optional).
careeros doctor Read-only first-run checklist: Python, profile, credentials, Sheets, Drive, Playwright. Never modifies anything.
careeros daily Run the full daily pipeline. Aliased as careeros scan.
careeros prep <job-id> Generate a deep interview-prep report for one job. Opt-in, never part of the daily run.
careeros apply <job-id> Draft application answers for one job of any score, using your own browser or pasted questions.
careeros publish <job-id> Upload one job's artifacts to Drive and patch just that Sheet row.
careeros config Print the fully resolved configuration, including the discovery quota recommendation.
careeros providers List every registered discovery provider.
careeros migrate-config One-time, idempotent rewrite of a deprecated single-provider key to the providers model.
careeros --version Print the installed version and exit.

Sheet maintenance

careeros sheets migrate Clean up an existing Sheet: remove deprecated columns, add new ones, apply formatting.
careeros sheets sync-status Patch the Application Answers status of existing rows without appending new ones.
careeros backfill-drive Add Drive artifacts and links to older Apply-tier rows. Defaults to a dry run.

Developer commands

Each pipeline stage is runnable standalone against a run directory, which is what makes a run resumable and easy to debug. The AI stages use a --prepare / --finalize boundary: Python writes the input and instructions, the host agent writes the output, and Python validates it.

careeros discover careeros normalize careeros dedupe careeros constraints careeros gate careeros evaluate careeros threshold careeros artifacts careeros summary careeros drive careeros render-report careeros lint <file> careeros verify-resume <file>
artifacts:prepare → resume.md, cover.md
The artifacts stage writing resume.md and cover.md for a real job, straight from profile.yaml — no invented lines.