Bootstrap Existing Docs
Bootstrap helps an agent or maintainer create the first source-backed graph from docs that already exist.
Discover
Section titled “Discover”npx @jumpspace/cli task bootstrap discover --jsonUse the output to pick a focused set of docs.
Export Context For An Agent
Section titled “Export Context For An Agent”npx @jumpspace/cli task bootstrap context README.md docs/**/*.md --jsonThis gives an agent heading lines, parent headings, excerpts, existing IDs, and linked-file hints. It does not mutate files.
Propose
Section titled “Propose”npx @jumpspace/cli task bootstrap propose README.md docs/**/*.md --file jumpspace-bootstrap.jsonThe proposal is a draft, not an approval.
Validate
Section titled “Validate”npx @jumpspace/cli task bootstrap validate --file jumpspace-bootstrap.jsonValidation rejects duplicate IDs, missing source evidence, unresolved dependencies, and ambiguous heading references.
Dry Run And Apply
Section titled “Dry Run And Apply”npx @jumpspace/cli task bootstrap apply --file jumpspace-bootstrap.json --dry-runnpx @jumpspace/cli task bootstrap apply --file jumpspace-bootstrap.jsonnpx @jumpspace/cli task scannpx @jumpspace/cli task doctorKeep the first bootstrap small enough to review. A useful graph is better than a large untrusted one.