Commit Graph

2 Commits

Author SHA1 Message Date
Jon Chery 63befbf58f feat(P01): reusable pipeline workflow skeleton (T-2.2)
---ci---
phase: 1
milestone: v1.0
status: execute
persona: backend-engineer
task: T-2.2
requirements:
  covered: [REQ-10]
---/ci---

Wave 2, task T-2.2. .gitea/workflows/pipeline.yml is the reusable pipeline
skeleton (on: workflow_call) with 4 jobs: dev, qa-gate, prod-gate, finalize.
Branch-pin rule documented in the header comment (uses @milestone/v1.0-initial).
All step bodies are explicit placeholders marked 'Phase 04 will implement'.
Phase 04 will replace the placeholders with the real Dev logic and the
workflow_dispatch approval inputs (D-013; Gitea ignores environment: blocks).
2026-07-21 13:01:22 +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