1.1 KiB
1.1 KiB
Step 2 — Implementation Detail
- Created pyproject.toml with package metadata, CLI entry point, and pytest configuration.
- Implemented application_landing_zone_agent/model.py with Requirements normalization and preservation of unknown input fields.
- Implemented generator.py render_tsd() for provider-neutral TSD sections covering scope, requirements, architecture, security, data, resilience, operations, risks, and assumptions.
- Implemented generator.py render_drawio() for editable mxGraph XML with public, application, and private-data trust zones plus application, identity, storage, edge, and observability components and labeled connections.
- Implemented generator.py generate() to write TSD, draw.io, and deterministic SHA-256 manifest artifacts.
- Implemented cli.py for JSON/plain-text input and output directory selection.
- Added tests/test_generator.py covering contract sections, XML validity markers/escaping, artifact output, and manifest consistency.
- Added README.md usage and output documentation, then scaffolded and committed the repository.