Fountain Coach Gitowner-controlled · read only

SwiftUI-View-Factory.git · codex-plan.md

SwiftUI-View-Factory.git / codex-plan.md

revision af07d4008fe9e02fdd51d19641889c7067ea9cd2 · 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.

---