Skip to content

Drift And Repair

Drift is the gap between task memory and the current repo state.

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

Facts and warnings are separate. Facts include changed linked files, missing links, and unmapped changed files. Warnings are recommendations.

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

Preview first. Repairs are intended for safe mechanical path changes, such as Git renames. Deleted files should usually become explicit gaps for review.