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.