docs(P15): post-ship traceability + roadmap update (v1.2.5, PARTIAL)

---ci---
project: acdl
phase: 15
milestone: v1.2
status: shipped
---/ci---

Post-ship: ROADMAP.md Phase 15 -> complete (v1.2.5, PARTIAL); REQUIREMENTS.md
REQ-33 -> partial (IAM-blocked), REQ-34 -> complete (v1.2.5).
This commit is contained in:
Jon Chery
2026-07-21 22:22:03 +00:00
parent b993c15fae
commit 3cca5bb43f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -170,6 +170,6 @@
| REQ-30 | 12 | complete (v1.2.2) |
| REQ-31 | 13 | complete (v1.2.3) |
| REQ-32 | 14 | complete (v1.2.4) |
| REQ-33 | 15 | planned |
| REQ-34 | 15 | planned |
| REQ-33 | 15 | partial (v1.2.5, IAM-blocked) |
| REQ-34 | 15 | complete (v1.2.5) |
| REQ-35 | 16 | planned |
+2 -2
View File
@@ -192,9 +192,9 @@ microservice to AWS ECS Fargate end-to-end. Ship tag at milestone COMPLETE:
### Phase 15 — consumer-repo-and-terraform-apply
- **Description:** Create a new Gitea repo `acdl-consumer-microservice` under the `continuous-intelligence` org containing a basic HTTP microservice (tiny Python/Go server returning 200), a `Dockerfile`, an ECR push step, and a `contracts/microservice.yaml` submission for `l2-microservice` (dev environment). Lift the platform from `plan` to **`apply`** for the `dev` environment (autonomous per §10, confidence ≥ 0.50, no HITL). Submit the contract → pipeline → IR → plan → apply → a real ECS Fargate service running.
- **Status:** planned
- **Status:** complete (v1.2.5, PARTIAL — terraform apply blocked by IAM P0)
- **Depends on:** [14]
- **Requirements:** REQ-33, REQ-34
- **Requirements:** REQ-33 (partial), REQ-34
- **Success Criteria:**
- `acdl-consumer-microservice` repo exists under `continuous-intelligence`.
- The microservice builds into a Docker image and is pushed to ECR.