From 6f06072c86dcad7b27a7c8f0ede8e003ba637e47 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Mon, 31 Aug 2026 14:50:34 +0000 Subject: [PATCH] decomposer: record implementation detail for step 0 --- .agents/plans/wf-decompose-009b4010a9ea/steps/step-0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.agents/plans/wf-decompose-009b4010a9ea/steps/step-0.md b/.agents/plans/wf-decompose-009b4010a9ea/steps/step-0.md index c52718c..3baf3c2 100644 --- a/.agents/plans/wf-decompose-009b4010a9ea/steps/step-0.md +++ b/.agents/plans/wf-decompose-009b4010a9ea/steps/step-0.md @@ -1,4 +1,4 @@ # Step 0 — Implementation Detail -1. Added docs/repository-conventions.md with repository structure, configuration, interface, testing, documentation, and diagram conventions. -2. Added pyproject.toml and the src/ plus tests/ and docs/ layout matching the recorded conventions. +1. Added docs/CONTRACTS.md with repository conventions, behavior rules, TSD headings, diagram requirements, and verification guidance. +2. Added contracts/application_landing_zone_contract.json describing required input, output, and artifact formats.