Documentation
¶
Overview ¶
Command gen_1to1_backlog merges the three 1:1-audit gap reports — struct completeness (R-INPUT/R-OUTPUT), action coverage (R-ACTION), and metadata completeness (R-META) — into a single per-package backlog that drives the audit batches.
It is a pure JSON transform over the reports emitted by audit_struct_ completeness, audit_action_coverage, and audit_metadata_completeness; the make audit-1to1 target runs those auditors first and feeds their output here.
Usage:
go run ./cmd/gen_1to1_backlog/ \ -struct dist/1to1/struct.json \ -action dist/1to1/action.json \ -metadata dist/1to1/metadata.json \ -output plan/1to1-backlog.json
Click to show internal directories.
Click to hide internal directories.