Rolester
Reference

CLI Commands

Every public Rolester CLI command plus maintainer-only npm scripts.

rolester CLI

The primary entry point. Run as rolester <command> [args] [--flags].

CommandWhat it does
start [agent]Scaffold workspace, install skills, boot dashboard, launch agent
start claudeSame, with Claude Code as the agent
start codexSame, with Codex as the agent
initScaffold workspace only (no agent, no dashboard)
doctorEnvironment health check, scaffold state, skills discoverability
nextShow the next agent task from doctor guidance
ingestGuided candidate setup (profile, targeting, evidence, etc.)
searchesBuild and curate the search-source config
companiesManage tracked employer ATS boards
evaluateRun the body-read gate on a saved job
trackerOne-shot dashboard snapshot, summary, follow-ups, or --verify
tracker-devLive-reloading dashboard server on :7777
modesShow or change optional usage and application modes
automationShow or toggle opt-in browser-automation config
activityRead, append, or prune Activity Pulse events
researchRead or record web-research artifacts
storiesRead, validate, or add STAR+R interview stories
strategy-reviewStamp a strategy-review run
analyticsCompute tracker analytics
evidenceRead, validate, or add evidence claims
gateSafely update gate data such as comp floors and exclusions
learningsRead or append per-role-family learnings
status-mapInspect ATS status normalization
exportRender a tailored artifact or packet to PDF or DOCX
updatePull latest code from npm; data untouched
restoreRecover tracker.json from a rolling snapshot (confirm-first)
install-skillsRe-shim .claude/skills to .agents/skills
--versionPrint installed version

start flags

FlagEffect
--no-agentScaffold + dashboard only
--no-dashboardAgent only, no dashboard server
--agent <name>Override agent CLI (any CLI on PATH)
--port <n>Dashboard port (default 7777)

npm scripts (source checkout)

Most users should use rolester <command>. These npm scripts are useful when developing from a source checkout or running lower-level maintenance tools.

Development

ScriptWhat it does
lintRun Biome checks
lint:fixRun Biome with safe fixes
formatFormat files with Biome
testRun the Node test suite
web:devRun the marketing/docs website locally
web:buildBuild the marketing/docs website
build:demoBuild demo assets
deploy:demoDeploy demo assets

Validation

ScriptWhat it does
verify:trackerValidate workspace/tracker.json schema and integrity
lint:placeholdersCheck tailored artifacts for unresolved placeholders

Capture and analysis

ScriptWhat it does
capture:search-sourcesBulk-capture board listing pages
capture:boardCapture a single board page
analyze-outcomesRead outcome analytics from tracker
check-job-linksCheck liveness of sourced job links
scan:sourcedScan configured sourced rows
delta:sourcedShow sourced-row deltas
calibrate:styleBuild writing-style calibration artifacts

Environment variables

VariableDefaultPurpose
ROLESTER_HOME<repo root>Override location of candidate/ and workspace/
NEXT_PUBLIC_SITE_URL(unset)Docs-site base URL for metadata

On this page