Skip to content

phase3/drift-export-dot: Graphviz DOT export for drift results - #97

Open
URaux wants to merge 3 commits into
phase2/w2from
phase3/drift-export-dot
Open

phase3/drift-export-dot: Graphviz DOT export for drift results#97
URaux wants to merge 3 commits into
phase2/w2from
phase3/drift-export-dot

Conversation

@URaux

@URaux URaux commented Apr 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds scripts/drift-export-dot.mjs: converts a drift result JSON into Graphviz DOT format
  • Nodes: added blocks (green), removed blocks (red), changed blocks (amber), added/removed containers (folder shape)
  • Edges: added (green), removed (red + dashed)
  • Clean drift: emits a "No drift detected" placeholder node
  • Supports --in drift.json (required) and --out drift.dot (optional; default stdout)

Test plan

  • Output contains digraph drift { and valid DOT skeleton
  • Added blocks have green color (#2da44e)
  • Removed blocks have red color (#cf222e)
  • Added/removed edges with correct labels and dashed style
  • Clean drift report emits placeholder node
  • --out writes to file, stdout is empty
  • Missing file → exit 1
  • Missing --in flag → exit 1
  • All 8 tests pass: npx vitest run tests/scripts/drift-export-dot.test.ts

URaux and others added 3 commits April 27, 2026 00:30
Adds noise-suppression lists to policy.drift. Block/container/edge IDs in
the ignore lists get filtered out of every bucket before drift is reported.
Pure function; never mutates input. clean flag is recomputed after filtering.

Use case: auto-generated blocks (cache layers, codegen output, archived
containers) that legitimately drift but shouldn't trigger PR comments.

5 tests covering: pass-through when no lists set, multi-bucket filtering,
container+edge filters, clean recomputation, no-mutation invariant.
Adds scripts/drift-stats.mjs that reads a folder of drift snapshot JSON
files and prints per-week avg/median/max drift counts and top-N most-drifted
blocks. Supports --last N, --top N, --format md|json. 10 tests covering
empty dir, populated multi-week, --last capping, and top-N block ranking.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant