Commit Graph

1 Commits

Author SHA1 Message Date
Jon Chery ed8342ebba feat(P01): Phase 01 verification script (T-1.2)
---ci---
phase: 1
milestone: v1.0
status: execute
persona: lead-developer
task: T-1.2
requirements:
  covered: [REQ-09, REQ-10]
---/ci---

Wave 1, task T-1.2. scripts/verify_phase01.sh reads ACDL_GITEA_TOKEN from
env (never written to disk) and confirms: (1) acdl-contracts exists via
Gitea API, (2) acdl-evidence exists, (3) the raw index.html URL returns
200 with the 'ACDL Evidence' marker (D-012/D-016 substitute for the
unsupported Gitea Pages check), (4) qa + prod branches exist on
acdl-contracts (D-013 visible stand-in for the unsupported Gitea
environments API). bash -n clean. Exit 0 = pass, 1 = fail.
2026-07-21 13:00:32 +00:00