decomposer: generate deliverable files for Inspect the single_agent template and target repository conventions to identify the required project structure, configuration, interfaces, and implementation patterns for the application landing zone agent.; Define the application landing zone agent's behavior, input and output contracts, document-generation workflow, and architecture-diagram requirements using the extracted template conventions.; Validate the implemented application_landing_zone_agent by running repository tests and checking the TSD document generation, draw.io diagram generation, agent packaging, configuration, and committed implementation against the defined contracts.; Commit and push the validated application_landing_zone_agent implementation to the target repository.

This commit is contained in:
2026-08-31 14:42:05 +00:00
parent 14a36dc002
commit de9facf433
15 changed files with 373 additions and 2 deletions

11
docs/validation.md Normal file
View File

@@ -0,0 +1,11 @@
# Validation evidence (Steps 3 and 4)
The committed validation suite covers:
- input contract failures and successful normalization;
- deterministic TSD generation and required headings;
- parseable native draw.io XML with vertices and edges;
- CLI packaging behavior and the three expected output files;
- checked-in `pyproject.toml`, configuration, example, specification, and source layout.
Run `python -m unittest discover -s tests -v` from the repository root. Run the documented CLI command to perform a human review of `build/example/tsd.md` and open `build/example/architecture.drawio` in diagrams.net. Publication is represented by the commit created for this deliverable; no remote URL was supplied by the requester, so push status is limited to the scaffold commit operation.