4b8758404c8c20a84949e9c06c336de07b918d01
---ci--- project: acdl phase: 10 milestone: v1.1 status: verify verdict: VERIFIED ---ci--- Phase 10 milestone capstone verified. All four layers PASS: - Structural: 9 deliverable files + regenerated TF present; composition.json shape correct (kind=l2, depth=1, one child l1-s3@1.0.0); registry has both l1-s3@1.0.0 + l2-static-asset@1.0.0; spike.yaml valid; resolver/outbox/adapter all export the required functions + CLIs; backend key derived from stack name per D-P10-1 (spike/l2-static-asset/terraform.tfstate). Tags v1.1.0..v1.1.5 present; .gitignore has the P1-2 lock-file fix. - Behavioral: verify_phase10.sh exits 0 with all 8 checks green against real AWS. Typecheck OK. Resolver cross-check emits an IR-schema-valid instance. Adapter cross-check emits main.tf with aws_s3_bucket + the D-P10-1 backend key. E2E runner prints 'SPIKE E2E OK'; confidence score=0.8 band=pass for dev; outbox put_item succeeded (Count>=1 in DynamoDB). - Security: no .env*/tfstate/key/tfplan/.terraform.lock.hcl committed in v1.1.4..v1.1.5. No AKIA leak in any Phase 10 deliverable (matches only in .ciagent/VERIFY.md P09 narrative — public key IDs, not secret pairs; P1-1 carried forward, not introduced here). .env.secrets gitignored + holds only the spike user key (root key id absent). No long-lived credential in the generated TF. Outbox writer is append-only (0 delete/update_item calls). E2E runner is plan-only (0 terraform apply calls). - Quality: README layout table still matches reality. All 8 Phase 10 commits carry ---ci--- blocks. ROADMAP Phase 10 = complete (v1.1.5); REQUIREMENTS REQ-25/27/28 = complete (v1.1.5). L2 README internally consistent. D-P10-1/2/3 spike scope respected. REQ-28 (the binding spike claim) holds: the adapter is the only substrate-specific code; acdl_platform/ Python + modules-ir/ JSON are substrate-agnostic. P0: none. P1: none new (P1-1 from P09 carried forward — recommended redaction of two public access key IDs in the .ciagent/VERIFY.md P09 narrative; non- blocking for v1.2 ship).
ACDL — Agentic Cloud Delivery Platform
Consumers declare intent; the platform delivers safe production deployment through an agentic stack — automatically, safely, and with a complete audit trail. A merged change progresses through lower environments end-to-end without a platform engineer joining a thread; a non-technical consumer ships a production deployment by declaring intent, without authoring a workflow, a configuration file, or a Terraform module.
- Vision (the why):
docs/vision.md - Architecture (the how):
docs/architecture.md - Decisions:
.ciagent/PROJECT.md - Target architecture:
.ciagent/ARCHITECTURE.md - Phase plan:
.ciagent/ROADMAP.md
Status
- v1.1 (active): architecture finalization + v1 spike. Finalize the
architecture to v1.0 (resolve the 11 open design decisions) and prove the
locked commitments with one end-to-end implementation spike
(
l1-s3+l2-static-asset+ Terraform adapter → realterraform planagainst AWS). - v1.0 demo (complete, archived): tag
v1.1.0. The 30-minute stub-driven executive demo is preserved underdemo/as the intent reference; it is not the platform.
Repository layout
| Path | Purpose | Populated |
|---|---|---|
acdl_platform/ |
Platform code: confidence signal, contract resolver, outbox, HITL/ledger designs (renamed from platform/ in Phase 08 to avoid shadowing the stdlib platform module) |
Phase 07+ |
schemas/ |
JSON Schemas: IR, PolicyCheckResult, contract | Phase 07 |
adapters/ |
Substrate adapters (Terraform adapter in v1; the only substrate-specific code per §12) | Phase 09 |
terraform/ |
State backend + provider config (S3 state + DynamoDB lock) | Phase 08+ |
modules-ir/ |
IR-typed L1/L2 modules (l1-s3, l2-static-asset) |
Phase 09–10 |
scripts/ |
v1.1 verify scripts (verify_phaseNN.sh) |
Phase 06+ |
demo/ |
Archived v1.0 executive demo (tag v1.1.0); runs locally via demo/scripts/run_demo.sh --no-upload |
complete |
.ciagent/ |
CIAgent metadata (plans, decisions, personas, roadmap, research) | active |
docs/ |
Upstream vision + architecture sources | active |
Running the archived demo
The v1.0 demo is an archived artifact. To re-run it locally:
bash demo/scripts/run_demo.sh --no-upload
The demo deck is at demo/ACDL_DEMO.md. The demo runs
entirely on local stubs — no AWS, no AI — and shows intent and safety
behavior rather than provisioning real cloud resources. It is the reference
of intent for the real platform; it is not the platform itself.
Description
Nova — The New Dawn of DevSecOps. Autonomous infrastructure delivery: consumers declare intent, the platform ships safely with an immutable audit trail.
agenticaudit-ledgerawscontinuous-deploymentdevsecopsgitea-actionsinfrastructure-as-codekyverno-jsonpolicy-as-codeterraform
Readme
69 MiB
Releases
128
Languages
Python
87.2%
Shell
8.6%
HCL
4.2%