Files
acdl/scripts
Jon Chery 5f63401eab feat(P02): Phase 02 verification script (T-2.9)
---ci---
phase: 2
milestone: v1.0
status: execute
persona: lead-developer
task: T-2.9
requirements:
  covered: [REQ-02, REQ-03]
---/ci---

Wave 2, task T-2.9. scripts/verify_phase02.sh checks: (1) exactly 8 L1
folders with the expected names from REQ-02; (2) per L1: manifest.yaml
exists, parses as YAML, name matches folder, kind=l1, inputs is a map
(D-017); (3) mock_apply.sh is executable + bash -n clean; (4) end-to-end
run exits 0 with the '[L1: <name>] applying...' and '[L1: <name>] OK'
markers (D-007) and completes in ~1s (D-007 sleep). All 8 L1s PASS.
2026-07-21 13:16:21 +00:00
..