Skip to content

CLI Reference

Use --help on any command for exact options:

Terminal window
npx jumpspace --help
npx jumpspace plan --help
npx jumpspace bootstrap --help
CommandPurpose
initCreate starter Jumpspace files.
init --autoDiscover docs and create a better starter config.
init --ci githubAdd GitHub CI workflow support.
add-skill --codexAdd Codex guidance.
add-skill --claudeAdd Claude Code guidance.
release doctorCheck package release readiness.
release install-doctorCheck which installed CLI is active.
CommandPurpose
scanParse Markdown task blocks and write .jumpspace/index.json.
listList indexed tasks.
find <query...>Search indexed tasks.
context <id>Print task context.
ask <question...>Return an evidence summary for a question.
semantic buildBuild local semantic retrieval index.
semantic statusShow semantic index readiness.
semantic search <query...>Search semantic task vectors.
semantic evalCompare retrieval modes.
CommandPurpose
bootstrap discoverDetect docs and recommend config globs.
bootstrap context <paths...>Export heading context for an AI proposer.
bootstrap propose <paths...> --file <file>Create a proposal file.
bootstrap validate --file <file>Validate a proposal.
bootstrap apply --file <file>Apply proposed task blocks.
bootstrap apply --dry-runPreview Markdown changes.
CommandPurpose
plan review <id>Review plan state and issues.
plan save <id> --file <file>Persist a durable plan.
plan show <id>Show a task plan.
plan validate <id>Validate plan structure and execution state.
readyList approved tasks ready for execution.
execute <id>Print an execution packet.
work <id>Print the main agent start packet.
next <id>Show pending unblocked plan steps.
step complete <id> <step-id>Mark a plan step complete with evidence.
status <id> <status>Update non-verified task status.
verify <id>Run checks and record verification evidence.
CommandPurpose
related <id>Show dependencies and references.
queryRun deterministic graph queries.
link suggest <id>Suggest code/test links.
link update <id>Apply code/test/dependency/ref/gap link updates.
link evalRun link-scorer fixtures.
CommandPurpose
changed --since <ref>List committed, staged, unstaged, untracked, renamed, and deleted paths.
drift --since <ref>Detect facts and warnings about task-memory drift.
ci --since <ref>Produce local CI/PR packet.
pr comment --since <ref>Generate review-only PR assistant output.
repair --since <ref>Preview safe task-memory repairs.
repair --applyApply safe repairs.
CommandPurpose
auditValidate task metadata and linked files.
doctorRun diagnostics and repair suggestions.
schema listList stable JSON schemas.
schema show <name>Show one JSON schema.
schema coverageCheck schema catalog, artifacts, and SDK coverage.
lastShow the most recent mutation.
historyShow mutation history.
handoffSummarize state for the next agent or human.

Most agent-facing commands support --json. Use schemas before writing scripts:

Terminal window
npx jumpspace schema list --json
npx jumpspace schema show work --json