Skip to content

Review PR Drift

Use this workflow before opening or reviewing a PR.

Terminal window
npx @jumpspace/cli changed --since main

changed includes committed changes since the ref, staged changes, unstaged changes, untracked files, renames, and deletes.

Terminal window
npx @jumpspace/cli task drift --since main

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

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

The CI packet refreshes the index and combines audit, doctor, drift, repair opportunities, graph queries, and task-block suggestions.

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

This renders a review-only comment. It does not post to GitHub. A human or wrapper should review and post it.

Terminal window
npx @jumpspace/cli task repair --since main
npx @jumpspace/cli task repair --since main --apply

Preview first. Apply only mechanical path repairs and explicit gaps that you accept.