Review PR Drift
Use this workflow before opening or reviewing a PR.
Changed Files
Section titled “Changed Files”npx @jumpspace/cli changed --since mainchanged includes committed changes since the ref, staged changes, unstaged
changes, untracked files, renames, and deletes.
npx @jumpspace/cli task drift --since mainDrift output separates factual drift from heuristic warnings.
Facts include things like:
- linked code changed
- linked tests changed
- linked docs changed
- linked files are missing
- changed files are unmapped
Warnings include recommendations such as docs or tests possibly needing updates.
Local CI Packet
Section titled “Local CI Packet”npx @jumpspace/cli task ci --since main --jsonThe CI packet refreshes the index and combines audit, doctor, drift, repair opportunities, graph queries, and task-block suggestions.
PR Assistant Comment
Section titled “PR Assistant Comment”npx @jumpspace/cli task pr comment --since mainThis renders a review-only comment. It does not post to GitHub. A human or wrapper should review and post it.
Safe Repairs
Section titled “Safe Repairs”npx @jumpspace/cli task repair --since mainnpx @jumpspace/cli task repair --since main --applyPreview first. Apply only mechanical path repairs and explicit gaps that you accept.