CI
Install the GitHub workflow:
npx @jumpspace/cli init --ci github --dry-run --jsonnpx @jumpspace/cli init --ci githubThe generated workflow runs scan, refreshes the semantic index with
semantic build --json, renders the PR comment packet, and then runs
audit --json and doctor --json.
Run locally:
npx @jumpspace/cli task ci --since main --jsonnpx @jumpspace/cli task pr comment --since mainThe PR comment command renders text. It does not post to GitHub by itself.
The CI packet includes audit, doctor, drift, repair opportunities, graph queries, and task-block suggestions.