SwiftUI-View-Factory.git · codex-plan.md
SwiftUI-View-Factory.git / codex-plan.md
revision 3397501cab7246b92ab0fc5c4303476a8e484a91 · complete file
# Codex Execution Plan: SwiftUI View Factory This plan tracks major milestones for the Codex-managed SwiftUI View Factory. It mirrors the structure of the OpenAPI kernel plan and marks completed tasks. --- ## 🪪 Phase 0 · Repository Identity - [x] Provide `codex.repo.yaml` describing the orchestration contract. - [x] Document repository layout in `README.codex.md`. --- ## 🧱 Phase 1 · Project Scaffolding - [x] Set up dispatcher script under `scripts/dispatch.sh`. - [x] Add `handlers/` with registry `handlers/index.yml`. - [x] Include example handlers like `deploy.sh`. --- ## 🧪 Phase 6 · Testing & Validation - [x] Add CLI self-test option. - [x] Test the CLI with fixtures. - [ ] Simulate HTTP requests directly to handlers in unit tests. ---