Skip to content

Bootstrap Existing Docs

Bootstrap helps an agent or maintainer create the first source-backed graph from docs that already exist.

Terminal window
npx @jumpspace/cli task bootstrap discover --json

Use the output to pick a focused set of docs.

Terminal window
npx @jumpspace/cli task bootstrap context README.md docs/**/*.md --json

This gives an agent heading lines, parent headings, excerpts, existing IDs, and linked-file hints. It does not mutate files.

Terminal window
npx @jumpspace/cli task bootstrap propose README.md docs/**/*.md --file jumpspace-bootstrap.json

The proposal is a draft, not an approval.

Terminal window
npx @jumpspace/cli task bootstrap validate --file jumpspace-bootstrap.json

Validation rejects duplicate IDs, missing source evidence, unresolved dependencies, and ambiguous heading references.

Terminal window
npx @jumpspace/cli task bootstrap apply --file jumpspace-bootstrap.json --dry-run
npx @jumpspace/cli task bootstrap apply --file jumpspace-bootstrap.json
npx @jumpspace/cli task scan
npx @jumpspace/cli task doctor

Keep the first bootstrap small enough to review. A useful graph is better than a large untrusted one.