decomposer: record implementation detail for 8 step(s)
Some checks failed
validation / verify (push) Failing after 14s

This commit is contained in:
2026-09-01 20:01:44 +00:00
parent 7926fabc37
commit 3d468dcff7
8 changed files with 23 additions and 32 deletions

View File

@@ -1,6 +1,5 @@
# Step 2 — Implementation Detail
1. Declared the exact checks in workflow.yaml and VALIDATION.md: Terraform 1.6+ formatting, backend-disabled initialization, Terraform validation, offline artifact validation, and pytest.
2. Added scripts/validate_artifacts.py to check required files, guide sections, and Mermaid graph presence without cloud calls.
3. Added tests/test_package.py to execute the package validator and check that example configuration contains placeholders rather than secret values.
4. Recorded validation status and the distinction between offline validation and an operator-supplied future terraform plan in the guide.
1. Added scripts/validate.sh using Terraform fmt, backendless init, validate, optional refresh-free plan, and Python unittest.
2. Added tests/test_artifacts.py for requirements, architecture, Mermaid, Terraform, and guide invariants.
3. Documented validation status as not_run in this generation environment because tools, provider downloads, and credentials were unavailable.