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

@@ -49,3 +49,14 @@
- Test framework: bats-core for bash; simple runner `scripts/test.sh`.
- Next: Implement per milestones; add concise README quickstart.
- Accelerated Timeline (8 hours today):
- H01: test harness + failing smoke tests (CLI, guardrails)
- H12: CLI skeleton + guardrails (make tests pass)
- H23: binary detection + pass-through (tests first)
- H34: new-mode scaffolder (tests first)
- H46: new-project scaffolder (tests first)
- H67: run: compose + invoke (tests first)
- H78: config precedence (tests first) + minimal docs
- Defer if needed: expand docs; polish templates.

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).

View File

@@ -139,3 +139,10 @@ This log is concise and structured for quick machine parsing and summarization.
- Amended proposal and plan to include TDD milestones and acceptance criteria
- next:
- Proceed with TDD in implementation; scaffold tests first
## 2025-09-17T16:18Z
- context: Compressed timeline — complete Phase 1 in ~8 hours
- actions:
- Updated plan with hour-by-hour accelerated timeline and deferral notes
- next:
- Begin implementation immediately upon plan approval