-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Statusnone420 edited this page Jun 9, 2026
·
5 revisions
Diff Drift is a local desktop reviewer for uncommitted TypeScript and TSX changes. It compares a git working tree against HEAD, renders changed code as an AST-level drift view, and raises heuristic security flags for human review.
This wiki is the handbook. The README stays short on purpose.
- User Guide: open a repo, read the panels, review flags, export a report.
- Concepts: drift, sessions, nodes, flags, dismissed, reviewed.
- Rule Reference: what each security heuristic means.
- Architecture: codebase map for contributors and AI agents.
- Development: setup, commands, tests, fixtures.
- Release and Platform Support: Windows, macOS status, bundle identity.
- Troubleshooting: common setup and app behavior issues.
- GitHub Discussions: questions, ideas, and support.
- Version:
0.1.1. - Supported platform: Windows 11.
- macOS: experimental and unsigned.
- Analysis scope: changed
.tsand.tsxfiles. - Rule results are review prompts, not vulnerability verdicts.
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.