markitect-main/migrations/prompts
tegwick 704272644c feat(prompts): implement Phase 7 - Quality & Validation (FR-9, FR-10)
Add quality gate framework with schema validation (JSON Schema via
jsonschema library), pattern validation (regex-based), multi-gate
QualityValidator with SQLite persistence, HaltingPolicyEngine with
budget/iteration/improvement checks, and RefinementLoop for iterative
execute-validate-halt cycles.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 13:31:37 +01:00
..
001_create_artifacts_table.sql feat(prompts): implement Phase 1 - Foundation (FR-1) 2026-02-08 22:30:26 +01:00
002_create_resolution_config.sql feat(prompts): implement Phase 3 - Resolver Engine (FR-3) 2026-02-08 22:45:46 +01:00
003_create_runs_and_manifests.sql feat(prompts): implement Phase 4 - Execution Engine (FR-4, FR-5) 2026-02-08 23:15:33 +01:00
004_create_dependencies.sql feat(prompts): implement Phase 5 - Dependency Tracking (FR-6) 2026-02-09 13:18:18 +01:00
005_create_changes_and_debt.sql feat(prompts): implement Phase 6 - Incremental Execution (FR-7, FR-8) 2026-02-09 13:18:27 +01:00
006_create_quality_tables.sql feat(prompts): implement Phase 7 - Quality & Validation (FR-9, FR-10) 2026-02-09 13:31:37 +01:00