plan: add 8-hour accelerated timeline; maintain TDD across milestones
This commit is contained in:
@@ -49,3 +49,14 @@
|
|||||||
- Test framework: bats-core for bash; simple runner `scripts/test.sh`.
|
- Test framework: bats-core for bash; simple runner `scripts/test.sh`.
|
||||||
|
|
||||||
- Next: Implement per milestones; add concise README quickstart.
|
- Next: Implement per milestones; add concise README quickstart.
|
||||||
|
|
||||||
|
- Accelerated Timeline (8 hours today):
|
||||||
|
- H0–1: test harness + failing smoke tests (CLI, guardrails)
|
||||||
|
- H1–2: CLI skeleton + guardrails (make tests pass)
|
||||||
|
- H2–3: binary detection + pass-through (tests first)
|
||||||
|
- H3–4: new-mode scaffolder (tests first)
|
||||||
|
- H4–6: new-project scaffolder (tests first)
|
||||||
|
- H6–7: run: compose + invoke (tests first)
|
||||||
|
- H7–8: config precedence (tests first) + minimal docs
|
||||||
|
|
||||||
|
- Defer if needed: expand docs; polish templates.
|
||||||
|
@@ -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.
|
- bats-core availability assumed; if not present, document installation and provide graceful skip with clear message.
|
||||||
|
|
||||||
## Timeline (targeted)
|
## Timeline (targeted)
|
||||||
- Day 1: Milestones 1–3
|
Accelerated (8 hours today):
|
||||||
- Day 2: Milestones 4–5
|
- Hour 0–1: Test harness setup; write failing smoke tests (CLI, guardrails)
|
||||||
- Day 3: Milestone 6 + Docs
|
- Hour 1–2: Milestone 1 — CLI skeleton + guardrails (make tests pass)
|
||||||
|
- Hour 2–3: Milestone 2 — Binary detection + pass-through (tests first)
|
||||||
|
- Hour 3–4: Milestone 3 — new-mode scaffolder (tests first)
|
||||||
|
- Hour 4–6: Milestone 4 — new-project scaffolder (tests first)
|
||||||
|
- Hour 6–7: Milestone 5 — run: compose + invoke (tests first)
|
||||||
|
- Hour 7–8: 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).
|
- Ongoing: Maintain/expand tests with each feature change (TDD).
|
||||||
|
@@ -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
|
- Amended proposal and plan to include TDD milestones and acceptance criteria
|
||||||
- next:
|
- next:
|
||||||
- Proceed with TDD in implementation; scaffold tests first
|
- 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
|
||||||
|
Reference in New Issue
Block a user