gen_1to1_backlog

command
v2.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2026 License: MIT Imports: 7 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL