KB-69B2
05 — AX-PXT Generator Patch
2 min read Revision 1
rpax-pxtpatch2026-06-05
05 — AX-PXT Generator Patch (Phase 5)
What was patched
- Manifest v2: the AX-PXT source_view changed from the old actionability ledger to v_process_trigger_actionability_ledger_live_v2; source_kind relabelled actionability_ledger_live_v2; the generated_leg_sql binds the live_v2 ledger (gap_code as node, object_count as count).
- Generated backbone v2: the AX-PXT leg binds the live_v2 ledger directly.
Properties
- Count grain: the live_v2 ledger carries count_grain and reconciles_against per gap_code; residual_reconcile reconciles at the corrected live grain (child_total of the AWAITING_OWNER_RECONCILE scope = 2), not the stale literal 8.
- Grouped children: the current AX-PXT residual node groups via v_pxt_grouped_children_v2 scoped to AWAITING_OWNER_RECONCILE → child_total 2 (the smoke probe already proved 7-children count 2 grain-fix; this generator change makes the backbone count match it).
- No static literal: residual count is read live from live_v2.
Result
AX-PXT generated v2 = 12 nodes, residual_reconcile count 2. Per-axis validation: current 12, generated 12, membership gap 0, count diff 0, axis_parity_pass true. Additive/reversible; v1 generator AX-PXT leg untouched (sentinel — doc 15 RGT4 proves it still emits 8).