forked from Dicklesworthstone/pi_agent_rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalidation-broker-closeout-gate.json
More file actions
686 lines (686 loc) · 25 KB
/
Copy pathvalidation-broker-closeout-gate.json
File metadata and controls
686 lines (686 loc) · 25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
{
"schema": "pi.validation_broker.closeout_gate.v1",
"generated_at": "2026-05-14T18:12:48Z",
"status": "pass",
"purpose": "prompt_to_artifact_validation_broker_closeout_gate_not_source_of_truth",
"parent_epic": {
"id": "bd-gusp4",
"title": "[IDEA-WIZARD] Swarm validation slot broker and build budget governor",
"status_before_closeout": "open"
},
"final_gate_bead": {
"id": "bd-gusp4.11",
"title": "[IDEA-WIZARD] Final validation broker closeout gate",
"status_before_closeout": "in_progress"
},
"required_checks": [
"child_beads_closed",
"contract_and_source_inventory",
"lease_store_schema",
"source_normalization",
"admission_policy",
"cli_surface",
"fault_corpus_stale_recovery",
"doctor_runpack",
"no_mock_e2e",
"stress_budgets",
"operator_docs_privacy",
"readme_freshness",
"source_boundaries",
"pushed_commits",
"quality_gates"
],
"child_artifact_map": [
{
"bead_id": "bd-gusp4.1",
"status": "closed",
"title": "[IDEA-WIZARD] Define validation slot broker contract and source inventory",
"close_reason": "Defined validation broker contract and source inventory with fail-closed contract tests",
"commit": "cf653c29b5836afabf979bb44325d4712de7088d",
"code_paths": [
"docs/contracts/validation-broker-contract.json"
],
"test_paths": [
"tests/validation_broker_contract.rs"
],
"docs_or_evidence_paths": [
"docs/contracts/validation-broker-contract.json"
],
"validation_commands": [
"rch exec -- cargo test --test validation_broker_contract -- --nocapture"
]
},
{
"bead_id": "bd-gusp4.2",
"status": "closed",
"title": "[IDEA-WIZARD] Implement validation slot lease store and schema",
"close_reason": "Implemented durable validation slot lease store and schema",
"commit": "3048e53f30635276472ec9af5646871216f085a2",
"code_paths": [
"src/validation_broker.rs",
"src/lib.rs"
],
"test_paths": [
"tests/validation_broker_store.rs"
],
"docs_or_evidence_paths": [
"docs/contracts/validation-broker-contract.json"
],
"validation_commands": [
"rch exec -- cargo test --test validation_broker_store -- --nocapture"
]
},
{
"bead_id": "bd-gusp4.3",
"status": "closed",
"title": "[IDEA-WIZARD] Normalize RCH cargo Doctor git and Beads inputs",
"close_reason": "Implemented validation broker source input normalization with degraded provenance",
"commit": "7e3f3d708a87364a6f64ac84d42a6da6649579e7",
"code_paths": [
"src/validation_broker.rs"
],
"test_paths": [
"tests/validation_broker_store.rs"
],
"docs_or_evidence_paths": [
"docs/contracts/validation-broker-contract.json"
],
"validation_commands": [
"rch exec -- cargo test --test validation_broker_store source -- --nocapture"
]
},
{
"bead_id": "bd-gusp4.4",
"status": "closed",
"title": "[IDEA-WIZARD] Build validation admission policy and gate coalescer",
"close_reason": "Implemented deterministic validation admission policy and gate coalescer",
"commit": "d4d4bbc111aef7f21004043719b0775a460fb501",
"code_paths": [
"src/validation_broker.rs"
],
"test_paths": [
"tests/validation_broker_store.rs"
],
"docs_or_evidence_paths": [
"docs/contracts/validation-broker-contract.json"
],
"validation_commands": [
"rch exec -- cargo test --test validation_broker_store admission -- --nocapture"
]
},
{
"bead_id": "bd-gusp4.5",
"status": "closed",
"title": "[IDEA-WIZARD] Expose validation broker CLI status plan and lease flow",
"close_reason": "Implemented validation broker CLI status, plan, and lease flow",
"commit": "830d9c0c048555a6c9864850e5de42ea8695f805",
"code_paths": [
"src/cli.rs",
"src/main.rs",
"src/validation_broker.rs"
],
"test_paths": [
"tests/validation_broker_cli.rs",
"tests/conformance/fixture_runner.rs",
"tests/validation_broker_contract.rs"
],
"docs_or_evidence_paths": [
"docs/contracts/validation-broker-contract.json"
],
"validation_commands": [
"rch exec -- cargo test --test validation_broker_cli -- --nocapture",
"rch exec -- cargo test --test validation_broker_contract validation_broker_contract_declares_cli_surface -- --nocapture"
]
},
{
"bead_id": "bd-gusp4.6",
"status": "closed",
"title": "[IDEA-WIZARD] Add validation build-storm fault corpus and stale-slot recovery",
"close_reason": "Added validation broker build-storm fault corpus and stale-slot recovery coverage",
"commit": "4b1d03ff07a4b5608eed479d6c59b2cd8d27eb4c",
"code_paths": [
"src/validation_broker.rs"
],
"test_paths": [
"tests/validation_broker_contract.rs",
"tests/validation_broker_store.rs"
],
"docs_or_evidence_paths": [
"tests/golden_corpus/validation_broker/fault_corpus.json",
"tests/golden_corpus/validation_broker/fault_events.jsonl",
"docs/contracts/validation-broker-contract.json"
],
"validation_commands": [
"rch exec -- cargo test --test validation_broker_contract validation_broker_contract_declares_fault_corpus -- --nocapture",
"rch exec -- cargo test --test validation_broker_store stale -- --nocapture"
]
},
{
"bead_id": "bd-gusp4.7",
"status": "closed",
"title": "[IDEA-WIZARD] Project validation broker posture into Doctor and runpacks",
"close_reason": "Projected validation broker posture into Doctor and runpacks",
"commit": "52ed0dc3870b830bf04db09723df7439300538c1",
"code_paths": [
"src/doctor.rs",
"scripts/build_swarm_operator_runpack.py"
],
"test_paths": [
"tests/doctor_swarm_temp_dir_json.rs",
"tests/validation_broker_contract.rs"
],
"docs_or_evidence_paths": [
"README.md",
"docs/contracts/swarm-operator-runpack-contract.json",
"docs/contracts/swarm-autopilot-input-pack-contract.json",
"docs/contracts/validation-broker-contract.json"
],
"validation_commands": [
"rch exec -- cargo test --test doctor_swarm_temp_dir_json validation_broker -- --nocapture",
"python3 scripts/build_swarm_operator_runpack.py --self-test"
]
},
{
"bead_id": "bd-gusp4.8",
"status": "closed",
"title": "[IDEA-WIZARD] Add no-mock validation broker E2E harness",
"close_reason": "Completed no-mock validation broker E2E harness with checked-in fixtures, broker decision coverage, runpack/Doctor projection assertions, and negative malformed/missing artifact cases.",
"commit": "1474b476b8bc28717a0ae18ab764dd802215474a",
"code_paths": [
"tests/validation_broker_e2e.rs",
"tests/golden_corpus/validation_broker/e2e"
],
"test_paths": [
"tests/validation_broker_e2e.rs",
"tests/validation_broker_cli.rs"
],
"docs_or_evidence_paths": [
"tests/golden_corpus/validation_broker/e2e/activity_digest.json",
"tests/golden_corpus/validation_broker/e2e/agent_mail_status.json",
"tests/golden_corpus/validation_broker/e2e/beads_export.json",
"tests/golden_corpus/validation_broker/e2e/doctor_swarm.json",
"tests/golden_corpus/validation_broker/e2e/rch_queue_healthy.txt",
"tests/golden_corpus/validation_broker/e2e/rch_queue_saturated.txt"
],
"validation_commands": [
"rch exec -- cargo test --test validation_broker_e2e -- --nocapture"
]
},
{
"bead_id": "bd-gusp4.9",
"status": "closed",
"title": "[IDEA-WIZARD] Add validation broker large-host stress budgets",
"close_reason": "Added validation broker large-host stress budgets and synthetic evidence",
"commit": "727215ea30f4ae23127d8797be739470a910ade3",
"code_paths": [
"src/validation_broker.rs"
],
"test_paths": [
"tests/validation_broker_contract.rs",
"tests/validation_broker_store.rs"
],
"docs_or_evidence_paths": [
"docs/evidence/validation-broker-stress-budgets.json",
"tests/golden_corpus/validation_broker/stress_profiles.json",
"docs/contracts/validation-broker-contract.json"
],
"validation_commands": [
"rch exec -- cargo test --test validation_broker_contract validation_broker_contract_declares_large_host_stress_budgets -- --nocapture",
"rch exec -- cargo test --test validation_broker_store stress -- --nocapture"
]
},
{
"bead_id": "bd-gusp4.10",
"status": "closed",
"title": "[IDEA-WIZARD] Document validation broker operator workflow and privacy posture",
"close_reason": "Documented validation broker operator workflow and privacy posture",
"commit": "6bb09423ec19174610d25c9c05e270d033dfa563",
"code_paths": [
"docs/swarm-operations-runbook.md",
"README.md"
],
"test_paths": [
"tests/validation_broker_contract.rs"
],
"docs_or_evidence_paths": [
"docs/swarm-operations-runbook.md",
"README.md"
],
"validation_commands": [
"rch exec -- cargo test --test validation_broker_contract validation_broker_operator_docs_cover_workflow_privacy_and_cli_flags -- --nocapture"
]
}
],
"source_boundary_checks": [
{
"id": "beads_soft_lock",
"status": "pass",
"evidence": [
"bd-gusp4.11 was claimed in Beads; Agent Mail schema health was corrupt, so Beads assignee is the soft lock."
]
},
{
"id": "agent_mail_degraded",
"status": "pass",
"evidence": [
"Agent Mail health returned recovery_mode=corrupt and macro_start_session failed with a database error; closeout does not infer missing reservations as absence of ownership."
]
},
{
"id": "rch_required",
"status": "pass",
"evidence": [
"Every heavy Cargo gate in quality_gate_results records an rch exec -- command with isolated CARGO_TARGET_DIR and TMPDIR."
]
},
{
"id": "cargo_headroom",
"status": "pass",
"evidence": [
"Validation commands use /data/tmp/pi_agent_rust_cargo/codex_bdgusp411 target and tmp directories instead of repo-local target output."
]
},
{
"id": "doctor_runpack_advisory",
"status": "pass",
"evidence": [
"Doctor and runpack validation-broker posture remains advisory and does not replace RCH, Beads, Agent Mail, CI, or source artifacts."
]
},
{
"id": "no_release_claims",
"status": "pass",
"evidence": [
"Closeout evidence does not make strict drop-in, release performance, benchmark, or CI-success claims."
]
},
{
"id": "staged_ubs_required",
"status": "pass",
"evidence": [
"The staged UBS gate remains mandatory before the closeout commit."
]
},
{
"id": "beads_ledger_required",
"status": "pass",
"evidence": [
"The Beads ledger reconciliation gate remains mandatory before the closeout commit."
]
},
{
"id": "advisory_only",
"status": "pass",
"evidence": [
"The validation-broker closeout gate is prompt-to-artifact evidence, not a new authority over Beads, git, RCH, Doctor, runpacks, Agent Mail, CI, UBS, or source files."
]
},
{
"id": "agent_mail_degraded_soft_lock",
"status": "pass",
"evidence": [
"Agent Mail degradation is represented explicitly and Beads ownership remains the soft lock."
]
},
{
"id": "claim_integrity",
"status": "pass",
"evidence": [
"The closeout artifact preserves no-claim boundaries for release performance, strict replacement, and gate-skipping claims."
]
}
],
"quality_gate_results": [
{
"id": "json_contracts",
"status": "pass",
"command": "python3 -m json.tool docs/contracts/validation-broker-contract.json >/dev/null; python3 -m json.tool docs/contracts/validation-broker-closeout-gate-contract.json >/dev/null; python3 -m json.tool docs/evidence/validation-broker-closeout-gate.json >/dev/null"
},
{
"id": "validation_broker_contract_rch",
"status": "pass",
"command": "CARGO_TARGET_DIR=/data/tmp/pi_agent_rust_cargo/codex_bdgusp411/target TMPDIR=/data/tmp/pi_agent_rust_cargo/codex_bdgusp411/tmp rch exec -- cargo test --test validation_broker_contract --test validation_broker_store --test validation_broker_cli --test validation_broker_e2e --test validation_broker_closeout_gate_contract -- --nocapture"
},
{
"id": "validation_broker_store_rch",
"status": "pass",
"command": "CARGO_TARGET_DIR=/data/tmp/pi_agent_rust_cargo/codex_bdgusp411/target TMPDIR=/data/tmp/pi_agent_rust_cargo/codex_bdgusp411/tmp rch exec -- cargo test --test validation_broker_contract --test validation_broker_store --test validation_broker_cli --test validation_broker_e2e --test validation_broker_closeout_gate_contract -- --nocapture"
},
{
"id": "validation_broker_cli_rch",
"status": "pass",
"command": "CARGO_TARGET_DIR=/data/tmp/pi_agent_rust_cargo/codex_bdgusp411/target TMPDIR=/data/tmp/pi_agent_rust_cargo/codex_bdgusp411/tmp rch exec -- cargo test --test validation_broker_contract --test validation_broker_store --test validation_broker_cli --test validation_broker_e2e --test validation_broker_closeout_gate_contract -- --nocapture"
},
{
"id": "validation_broker_e2e_rch",
"status": "pass",
"command": "CARGO_TARGET_DIR=/data/tmp/pi_agent_rust_cargo/codex_bdgusp411/target TMPDIR=/data/tmp/pi_agent_rust_cargo/codex_bdgusp411/tmp rch exec -- cargo test --test validation_broker_contract --test validation_broker_store --test validation_broker_cli --test validation_broker_e2e --test validation_broker_closeout_gate_contract -- --nocapture"
},
{
"id": "validation_broker_closeout_gate_contract_rch",
"status": "pass",
"command": "CARGO_TARGET_DIR=/data/tmp/pi_agent_rust_cargo/codex_bdgusp411/target TMPDIR=/data/tmp/pi_agent_rust_cargo/codex_bdgusp411/tmp rch exec -- cargo test --test validation_broker_contract --test validation_broker_store --test validation_broker_cli --test validation_broker_e2e --test validation_broker_closeout_gate_contract -- --nocapture"
},
{
"id": "cargo_fmt",
"status": "pass",
"command": "cargo fmt --check"
},
{
"id": "git_diff_check",
"status": "pass",
"command": "git diff --check"
},
{
"id": "cargo_check_all_targets_rch",
"status": "pass",
"command": "CARGO_TARGET_DIR=/data/tmp/pi_agent_rust_cargo/codex_bdgusp411/target TMPDIR=/data/tmp/pi_agent_rust_cargo/codex_bdgusp411/tmp rch exec -- cargo check --all-targets"
},
{
"id": "cargo_clippy_all_targets_rch",
"status": "pass",
"command": "CARGO_TARGET_DIR=/data/tmp/pi_agent_rust_cargo/codex_bdgusp411/target TMPDIR=/data/tmp/pi_agent_rust_cargo/codex_bdgusp411/tmp rch exec -- cargo clippy --all-targets -- -D warnings"
},
{
"id": "staged_ubs",
"status": "pass",
"command": "ubs --staged --only=rust ."
},
{
"id": "beads_ledger_reconcile",
"status": "pass",
"command": "./scripts/reconcile_beads_ledger.sh"
}
],
"checklist": [
{
"id": "child_beads_closed",
"status": "pass",
"requirement": "All validation-broker implementation child beads are closed and mapped to artifacts.",
"evidence": [
{
"path": ".beads/issues.jsonl",
"child_statuses": {
"bd-gusp4.1": "closed",
"bd-gusp4.2": "closed",
"bd-gusp4.3": "closed",
"bd-gusp4.4": "closed",
"bd-gusp4.5": "closed",
"bd-gusp4.6": "closed",
"bd-gusp4.7": "closed",
"bd-gusp4.8": "closed",
"bd-gusp4.9": "closed",
"bd-gusp4.10": "closed"
},
"artifact_path_count": 25
}
],
"issue": null
},
{
"id": "contract_and_source_inventory",
"status": "pass",
"requirement": "Validation broker contract declares advisory purpose, source inventory, fail-closed missing-source policy, request/slot/decision schemas, redaction, and downstream dependencies.",
"evidence": [
{
"path": "docs/contracts/validation-broker-contract.json"
},
{
"path": "tests/validation_broker_contract.rs"
}
],
"issue": null
},
{
"id": "lease_store_schema",
"status": "pass",
"requirement": "Durable slot store records active, reusable, stale, failed, malformed, and degraded validation slot states without deleting evidence.",
"evidence": [
{
"path": "src/validation_broker.rs"
},
{
"path": "tests/validation_broker_store.rs"
}
],
"issue": null
},
{
"id": "source_normalization",
"status": "pass",
"requirement": "RCH, cargo headroom, Doctor, git, Beads, scratch headroom, Agent Mail, and artifact inputs normalize with provenance and degraded reasons.",
"evidence": [
{
"path": "src/validation_broker.rs"
},
{
"path": "tests/validation_broker_store.rs"
},
{
"path": "tests/golden_corpus/validation_broker/e2e"
}
],
"issue": null
},
{
"id": "admission_policy",
"status": "pass",
"requirement": "Admission decisions cover allow, wait, coalesce, narrow, deny_local_fallback, stale_recover, and degraded_block with conservative equivalence checks.",
"evidence": [
{
"path": "src/validation_broker.rs"
},
{
"path": "tests/validation_broker_store.rs"
},
{
"path": "tests/validation_broker_e2e.rs"
}
],
"issue": null
},
{
"id": "cli_surface",
"status": "pass",
"requirement": "`pi validation-broker` exposes status, read-only plan, acquire, renew, and release with stable text/JSON output and overwrite refusal.",
"evidence": [
{
"path": "src/cli.rs"
},
{
"path": "src/main.rs"
},
{
"path": "tests/validation_broker_cli.rs"
}
],
"issue": null
},
{
"id": "fault_corpus_stale_recovery",
"status": "pass",
"requirement": "Build-storm, stale-slot, local-fallback, headroom, duplicate, and reusable-artifact faults are frozen in the golden corpus and event log.",
"evidence": [
{
"path": "tests/golden_corpus/validation_broker/fault_corpus.json"
},
{
"path": "tests/golden_corpus/validation_broker/fault_events.jsonl"
},
{
"path": "tests/validation_broker_contract.rs"
}
],
"issue": null
},
{
"id": "doctor_runpack",
"status": "pass",
"requirement": "Doctor, swarm runpack, and dry-run autopilot projection carry validation-broker posture as advisory source status and never as CI/RCH/Beads/Agent Mail authority.",
"evidence": [
{
"path": "src/doctor.rs"
},
{
"path": "scripts/build_swarm_operator_runpack.py"
},
{
"path": "docs/contracts/swarm-operator-runpack-contract.json"
},
{
"path": "docs/contracts/swarm-autopilot-input-pack-contract.json"
},
{
"path": "tests/doctor_swarm_temp_dir_json.rs"
}
],
"issue": null
},
{
"id": "no_mock_e2e",
"status": "pass",
"requirement": "No-mock validation-broker E2E harness exercises checked-in Beads, git, RCH-shaped, Doctor, headroom, Agent Mail, decision, runpack, and malformed-source artifacts.",
"evidence": [
{
"path": "tests/validation_broker_e2e.rs"
},
{
"path": "tests/golden_corpus/validation_broker/e2e"
}
],
"issue": null
},
{
"id": "stress_budgets",
"status": "pass",
"requirement": "Large-host stress budgets cover nominal, saturated, and missing-data synthetic profiles with cache/provenance fields and non-release-claim caveats.",
"evidence": [
{
"path": "docs/evidence/validation-broker-stress-budgets.json"
},
{
"path": "tests/golden_corpus/validation_broker/stress_profiles.json"
},
{
"path": "tests/validation_broker_contract.rs"
}
],
"issue": null
},
{
"id": "operator_docs_privacy",
"status": "pass",
"requirement": "Operator docs cover workflow, privacy posture, degraded Agent Mail/RCH/headroom troubleshooting, reusable evidence, stale recovery, and mandatory gates.",
"evidence": [
{
"path": "docs/swarm-operations-runbook.md"
},
{
"path": "tests/validation_broker_contract.rs"
}
],
"issue": null
},
{
"id": "readme_freshness",
"status": "pass",
"requirement": "README links validation-broker operator docs, contract, closeout contract, and closeout evidence without adding unsupported performance or drop-in claims.",
"evidence": [
{
"path": "README.md"
},
{
"path": "docs/contracts/validation-broker-closeout-gate-contract.json"
},
{
"path": "docs/evidence/validation-broker-closeout-gate.json"
}
],
"issue": null
},
{
"id": "source_boundaries",
"status": "pass",
"requirement": "Closeout records the degraded Agent Mail soft-lock path, RCH requirement, advisory-only Doctor/runpack posture, no-release-claim boundaries, staged UBS, and Beads ledger requirements.",
"evidence": [
{
"source_boundary_check_ids": [
"beads_soft_lock",
"agent_mail_degraded",
"rch_required",
"cargo_headroom",
"doctor_runpack_advisory",
"no_release_claims",
"staged_ubs_required",
"beads_ledger_required",
"advisory_only",
"agent_mail_degraded_soft_lock",
"claim_integrity"
]
}
],
"issue": null
},
{
"id": "pushed_commits",
"status": "pass",
"requirement": "All child validation-broker commits and the final-gate claim commit are pushed to origin before closeout artifact generation.",
"evidence": [
{
"head_before_closeout_commit": "5f70714c4587c2eec54131e2c79e6e50e669f2d3",
"origin_main_before_closeout_commit": "5f70714c4587c2eec54131e2c79e6e50e669f2d3",
"origin_legacy_mirror_before_closeout_commit": "5f70714c4587c2eec54131e2c79e6e50e669f2d3",
"child_commits": [
"cf653c29b5836afabf979bb44325d4712de7088d",
"3048e53f30635276472ec9af5646871216f085a2",
"7e3f3d708a87364a6f64ac84d42a6da6649579e7",
"d4d4bbc111aef7f21004043719b0775a460fb501",
"830d9c0c048555a6c9864850e5de42ea8695f805",
"4b1d03ff07a4b5608eed479d6c59b2cd8d27eb4c",
"52ed0dc3870b830bf04db09723df7439300538c1",
"1474b476b8bc28717a0ae18ab764dd802215474a",
"727215ea30f4ae23127d8797be739470a910ade3",
"6bb09423ec19174610d25c9c05e270d033dfa563"
]
}
],
"issue": null
},
{
"id": "quality_gates",
"status": "pass",
"requirement": "Required repo gates are recorded, heavy Cargo gates use RCH, and staged UBS plus Beads ledger reconciliation are included before commit.",
"evidence": [
{
"quality_gate_ids": [
"json_contracts",
"validation_broker_contract_rch",
"validation_broker_store_rch",
"validation_broker_cli_rch",
"validation_broker_e2e_rch",
"validation_broker_closeout_gate_contract_rch",
"cargo_fmt",
"git_diff_check",
"cargo_check_all_targets_rch",
"cargo_clippy_all_targets_rch",
"staged_ubs",
"beads_ledger_reconcile"
],
"heavy_cargo_uses_rch": true
}
],
"issue": null
}
],
"missing_checks": [],
"remaining_follow_ups": [],
"known_limitations": [
"Agent Mail was schema-corrupt during this closeout, so the artifact records Beads soft-lock evidence and does not infer unreserved files from missing mail data.",
"Stress-budget evidence remains synthetic and is not release performance evidence.",
"This closeout is not permission to skip RCH, cargo fmt, cargo check, cargo clippy, staged UBS, Beads ledger reconciliation, CI, or source review."
],
"follow_up_required": false,
"follow_up_beads": [],
"decision": "close_final_gate_and_parent_epic",
"epic_can_close_after_this_commit": true
}