Expand description
Drift detector. See ADR-0014 and wiki/features/drift-detector.md.
A Check reads the repo (wiki + tree) and emits a Vec<Finding>. Each
finding pins a specific wiki line so CLI / CI can jump to it. Hard
findings block; advisory findings inform.
Modules§
Structs§
Enums§
Traits§
Functions§
- format_
github_ annotations - Render every finding as a GitHub Actions annotation. One line per
finding:
::error file=PATH,line=N::[check_id] kind — claim. Advisory findings use::warningso PRs don’t turn red on them. - format_
report