diff --git a/.ciagent/REQUIREMENTS.md b/.ciagent/REQUIREMENTS.md index 9929be4..c25ce51 100644 --- a/.ciagent/REQUIREMENTS.md +++ b/.ciagent/REQUIREMENTS.md @@ -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 | \ No newline at end of file diff --git a/.ciagent/ROADMAP.md b/.ciagent/ROADMAP.md index 1a06ef3..1e317b2 100644 --- a/.ciagent/ROADMAP.md +++ b/.ciagent/ROADMAP.md @@ -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.