What to build
Explore a template validation module with one command that checks whether the dev container template still works as a coherent template.
The architecture review found that the repo currently relies on manual confidence across JSON, Docker Compose, shell scripts, workflow release behavior, ports, and documentation. This issue should be designed after the image release contract is clarified, because release-policy checks depend on that contract.
Initial questions to resolve:
- What should the validation command verify locally?
- Which checks belong in CI versus local development?
- Should the validation module inspect docs for declared ports and image names?
- Should it verify shell scripts, JSON, Compose shape, and workflow trigger policy?
- What is the smallest useful first validation surface?
Acceptance criteria
Blocked by
What to build
Explore a template validation module with one command that checks whether the dev container template still works as a coherent template.
The architecture review found that the repo currently relies on manual confidence across JSON, Docker Compose, shell scripts, workflow release behavior, ports, and documentation. This issue should be designed after the image release contract is clarified, because release-policy checks depend on that contract.
Initial questions to resolve:
Acceptance criteria
Blocked by