Expand description
v0.8 rules over the composed graph: staleness (drift vs the lockfile) and
structural findings, orchestrated by check.
Modules§
- check
- The check orchestrator: run the v0.8 rules over the composed graph, apply configured severity and per-rule ignore globs, and return the sorted findings.
- staleness
- Staleness rules: the drift findings derived by joining the composed graph to
the lockfile. Staleness is computed locally — per node (
hashvs locked) and per edge (target hash vs locked) — with no recursive propagation, so a dependency cycle can’t loop or produce ambiguous staleness. - structural
- Structural rules: findings derived from graph shape alone, no lockfile.