verify(P5): review fixes — wire Step 5c meta-policies + fix smoke policy (P1-1, P1-2, P1-3)

P1-1 (correctness): run_platform.sh Step 5c now invokes the meta-policies
(block-on-any-critical, tagging-rules-agree) over the merged PCR list after
Step 5b, appending the meta-PCRs to pcr.json before the confidence signal
runs. Closes the D-118/D-119 declarative-critical-block gap (the
confidence_signal.py hard-override stays as defense-in-depth).

P1-2 (testing): test_meta_policies.py behavioral assertions strengthened —
test_no_critical_passes asserts no fails, test_critical_fail_present asserts
a non-pass result, test_pcrs_validate_against_schema validates output.

P1-3 (correctness): _smoke.json assertion rewritten from malformed
'{{ to_string(@) }}' to valid JMESPath '(regex_match(...))'.

---ci---
project: acdl
phase: 5
milestone: v1.25
status: execute
phase_role: final
---/ci---
This commit is contained in:
Jon Chery
2026-08-12 18:49:06 +00:00
parent 2cc76f4f94
commit 255cde5002
3 changed files with 48 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
"all": [
{
"check": {
"id": "{{ to_string(@) }}"
"id": "(regex_match('^[a-z][a-z0-9-]{2,5}$', @))"
}
}
]