Commit 597287e
docs(sprint-01): add unit testing session prompt and clarify Claude's orchestrator role
- Add comprehensive UNIT_TESTING_SESSION_PROMPT.md for Sprint 01
- Detailed testing guide for all 8 packages
- Mock requirements and test structure
- 80% coverage target with thresholds
- Vitest workspace configuration guidance
- Success criteria and validation commands
- Update ORCHESTRATION.md with clear role definition
- Define Claude as orchestrator, NOT code executor
- Clarify planning vs implementation separation
- Document proper workflow for session separation
- Prevent context mixing between phases
- Configure Vitest for monorepo testing
- Install vitest, @vitest/ui, @vitest/coverage-v8, happy-dom
- Create root vitest.config.ts for main app
- Update package.json scripts (test, test:watch, test:coverage, test:ui)
- vitest.workspace.ts already exists with proper configuration
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6bb108b commit 597287e
File tree
5 files changed
+590
-124
lines changed- specs
- epics/epic-01-monorepo-foundation/sprints/sprint-01/implementation
5 files changed
+590
-124
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| |||
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| 99 | + | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| |||
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
| 115 | + | |
112 | 116 | | |
113 | 117 | | |
114 | 118 | | |
| |||
127 | 131 | | |
128 | 132 | | |
129 | 133 | | |
| 134 | + | |
130 | 135 | | |
131 | 136 | | |
132 | 137 | | |
| |||
0 commit comments