Commit Graph

3 Commits

Author SHA1 Message Date
Jon Chery b968214dce feat(P01): Gitea setup script (T-2.1)
---ci---
phase: 1
milestone: v1.0
status: execute
persona: backend-engineer
task: T-2.1
requirements:
  covered: [REQ-01, REQ-09, REQ-10]
---/ci---

Wave 2, task T-2.1. scripts/gitea_setup.sh is idempotent: creates
acdl-contracts + acdl-evidence under the continuous-intelligence org with
default_branch=main + auto_init=true (D-015); pushes a placeholder
index.html to acdl-evidence main via the file-contents API (D-016);
creates qa + prod branches on acdl-contracts as a visible stand-in for the
unsupported Gitea environments API (D-013). 409/422 treated as success
(already exists). bash -n clean.
2026-07-21 13:01:03 +00:00
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
Jon Chery 9228d90cc5 feat(P01): repo layout, .gitignore, README (T-1.1)
---ci---
phase: 1
milestone: v1.0
status: execute
persona: lead-developer
task: T-1.1
requirements:
  covered: [REQ-01]
---/ci---

Wave 1, task T-1.1. Creates the directory skeleton (scripts/, modules/l1/,
modules/l2/, .gitea/workflows/, contracts-repo/.gitea/workflows/), the
.gitignore (audit.json, state.json, __pycache__, .env), and a top-level
README summarizing the 4-act demo + Phase 01 verification command.
2026-07-21 13:00:04 +00:00