Skip to content

CI

Install the GitHub workflow:

Terminal window
npx @jumpspace/cli init --ci github --dry-run --json
npx @jumpspace/cli init --ci github

The 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:

Terminal window
npx @jumpspace/cli task ci --since main --json
npx @jumpspace/cli task pr comment --since main

The 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.