Summary & Motivation
To help developers understand the full power of deterministic verification, Contract DAGs, and autonomous supervision, we want to create a curated recipes/ directory with practical, real-world examples.
Proposed Recipes
recipes/01-legacy-codebase-refactor/:
- Setting up contract acceptance checks (
pytest, ruff, coverage) to refactor legacy Python modules without behavioral regression.
recipes/02-fastapi-crud-generator/:
- Decomposing an API feature into Schema -> Models -> Endpoints -> Integration Tests.
recipes/03-offline-local-llm-loop/:
- End-to-end tutorial running
letitloop with Ollama (qwen2.5-coder) using zero cloud keys.
recipes/04-multi-agent-qc-audit/:
- Configuring multi-lens quality gates (Spec Reviewer + Security Auditor + Performance Lens) with machine-verifiable evidence generation.
Acceptance Criteria
Summary & Motivation
To help developers understand the full power of deterministic verification, Contract DAGs, and autonomous supervision, we want to create a curated
recipes/directory with practical, real-world examples.Proposed Recipes
recipes/01-legacy-codebase-refactor/:pytest,ruff,coverage) to refactor legacy Python modules without behavioral regression.recipes/02-fastapi-crud-generator/:recipes/03-offline-local-llm-loop/:letitloopwith Ollama (qwen2.5-coder) using zero cloud keys.recipes/04-multi-agent-qc-audit/:Acceptance Criteria
README.mdwith step-by-step instructions and runnablegoal.json/ CLI commands.letitlooprelease.