Documentation
Examples
Common workflows, from a first run to going deep on a single job.
A daily run, start to finish
$ careeros dailyThe pipeline discovers across your enabled providers, deduplicates, applies hard constraints, gates, evaluates the survivors, thresholds into Apply and Consider tiers, writes resumes and cover letters for Apply-tier jobs, drafts application answers, renders a zero-cost report, and appends rows to your Sheet. Cached stages are reused silently.
Re-running the same day
If nothing changed, a re-run costs zero AI calls — every stage hits the cache. This is safe to do anytime, for example after fixing a credential.
$ careeros daily # unchanged inputs → all cache hitsPreparing for an interview
When a job becomes real, generate a deep report. It expands the existing evaluation with fresh company and role research — it never re-scores the job. It always publishes its output to Drive and your Sheet at the end.
$ careeros prep 3f2a9c1bApplying to a below-threshold job
Want to apply to a Consider-tier job, or one the batch couldn't read automatically? Draft its answers on demand, using your own logged-in browser or by pasting the questions.
$ careeros apply 3f2a9c1bEnabling an optional paid source
Paid providers are off by default. Turn one on deliberately, and verify its relevance and cost before relying on it.
$ careeros discover --provider glassdoor --dry-run --limit 3 # shape check$ careeros discover --provider glassdoor --limit 30 # real cost check