Files
acdl/modules-ir/registry.json
T
Jon Chery 3508671377 refactor(modules): remove thin-composition layer; rewrite all module READMEs
The L2 thin-composition layer (composition.json + contract_resolver.py +
contract schema + sample contracts) has been removed completely. The
implementation was unsatisfactory and is deferred for a later redesign.

- Delete: composition.json x2, contract_resolver.py, contracts/ x2,
  contract.schema.json
- Patch: run_platform.sh now loads a pre-existing IR instance instead of
  resolving a contract (the downstream adapter/checkov/confidence/outbox
  pipeline is unchanged)
- Prune: L2 entries removed from registry.json (L1 entries unchanged)
- Rewrite: all 7 L1 module READMEs in plain language (no jargon), each
  with Resources/Inputs/Outputs/Usage/Compliance-extension-points/Versioning
  sections derived from interface.json
- Add: 2 L2 placeholder READMEs noting the composition is under redesign
- Add: modules-ir/README.md catalog index + README-TEMPLATE.md

---ci---
project: acdl
phase: 17
milestone: v1.3
status: execute
---/ci---
2026-07-22 13:54:40 +00:00

51 lines
1.2 KiB
JSON

{
"l1-s3": {
"1.0.0": {
"interface": "modules-ir/l1/l1-s3/interface.json",
"published_at": "2026-07-21T19:00:00Z",
"deprecated": false
}
},
"l1-vpc": {
"1.0.0": {
"interface": "modules-ir/l1/l1-vpc/interface.json",
"published_at": "2026-07-21T21:30:00Z",
"deprecated": false
}
},
"l1-ecs-cluster": {
"1.0.0": {
"interface": "modules-ir/l1/l1-ecs-cluster/interface.json",
"published_at": "2026-07-21T21:30:00Z",
"deprecated": false
}
},
"l1-ecs-service": {
"1.0.0": {
"interface": "modules-ir/l1/l1-ecs-service/interface.json",
"published_at": "2026-07-21T21:30:00Z",
"deprecated": false
}
},
"l1-iam-role": {
"1.0.0": {
"interface": "modules-ir/l1/l1-iam-role/interface.json",
"published_at": "2026-07-21T21:30:00Z",
"deprecated": false
}
},
"l1-alb": {
"1.0.0": {
"interface": "modules-ir/l1/l1-alb/interface.json",
"published_at": "2026-07-21T21:30:00Z",
"deprecated": false
}
},
"l1-ecr": {
"1.0.0": {
"interface": "modules-ir/l1/l1-ecr/interface.json",
"published_at": "2026-07-21T21:30:00Z",
"deprecated": false
}
}
}