plan: add 8-hour accelerated timeline; maintain TDD across milestones

This commit is contained in:
2025-09-17 10:26:59 -05:00
parent de8ce1a4dc
commit ff33cb282a
3 changed files with 29 additions and 3 deletions

View File

@@ -58,7 +58,15 @@ Purpose: Deliver Phase 1 (Crawl) MVP of CodexHelper: subcommands, scaffolding, p
- bats-core availability assumed; if not present, document installation and provide graceful skip with clear message.
## Timeline (targeted)
- Day 1: Milestones 13
- Day 2: Milestones 45
- Day 3: Milestone 6 + Docs
Accelerated (8 hours today):
- Hour 01: Test harness setup; write failing smoke tests (CLI, guardrails)
- Hour 12: Milestone 1 — CLI skeleton + guardrails (make tests pass)
- Hour 23: Milestone 2 — Binary detection + pass-through (tests first)
- Hour 34: Milestone 3 — new-mode scaffolder (tests first)
- Hour 46: Milestone 4 — new-project scaffolder (tests first)
- Hour 67: Milestone 5 — run: compose + invoke (tests first)
- Hour 78: Milestone 6 — Config precedence (tests first); write quickstart docs
Notes:
- If behind schedule, defer non-essential docs to a follow-up commit and prioritize tested functionality.
- Ongoing: Maintain/expand tests with each feature change (TDD).