Skip to content
Statusnone420 edited this page Jun 12, 2026 · 5 revisions

Diff Drift Wiki

Diff Drift is a local desktop reviewer for the code drift AI coding agents leave behind. It compares a git working tree against a chosen baseline (HEAD, the pinned trust point, a merge-base, or any rev), renders supported source changes as an AST-level drift view plus package.json dependency drift, and raises heuristic security flags for human review. A read-only diff-drift check command exposes the same analysis to scripts and agents.

This wiki is the handbook. The README stays short on purpose.

Start Here

Current Status

  • Version: 0.4.0.
  • Supported platform: Windows 11.
  • macOS: experimental and unsigned.
  • Analysis scope: changed .ts/.tsx/.js/.jsx/.mjs/.cjs, .rs, .go, .py/.pyi, .java, .cs, .kt/.kts, and .swift files plus package.json dependency drift, against a selectable baseline. Heuristic flags are strongest for JS/TS and package drift.
  • Rule results are review prompts, not vulnerability verdicts.

Source Copy

These pages live in docs/wiki/ so they are available in a normal clone. The GitHub wiki can mirror them, but this repo copy is the source of truth.

Clone this wiki locally