claude-symphony 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/create.js +120 -3
- package/package.json +3 -2
- package/template/.claude/settings.json +0 -2
- package/template/.claude/skills/context-compression/README.md +39 -0
- package/template/CLAUDE.md +64 -1
- package/template/config/ai_fallbacks.yaml +130 -0
- package/template/config/implementation.yaml.template +72 -72
- package/template/config/pipeline.yaml +50 -0
- package/template/config/ui-ux.yaml +31 -0
- package/template/scripts/config-manager.sh +350 -0
- package/template/scripts/context-manager.sh +55 -4
- package/template/scripts/goto-stage.sh +264 -0
- package/template/scripts/next-stage.sh +132 -0
- package/template/stages/01-brainstorm/HANDOFF.md.template +42 -42
- package/template/stages/02-research/HANDOFF.md.template +42 -42
- package/template/stages/03-planning/HANDOFF.md.template +39 -39
- package/template/stages/04-ui-ux/CLAUDE.md +40 -0
- package/template/stages/04-ui-ux/HANDOFF.md.template +38 -38
- package/template/stages/04-ui-ux/inputs/moodboard/brand-assets/.gitkeep +3 -0
- package/template/stages/04-ui-ux/inputs/moodboard/sketches/.gitkeep +3 -0
- package/template/stages/04-ui-ux/inputs/moodboard/ui-references/.gitkeep +3 -0
- package/template/stages/05-task-management/HANDOFF.md.template +38 -38
- package/template/stages/06-implementation/CLAUDE.md +39 -0
- package/template/stages/06-implementation/HANDOFF.md.template +76 -76
- package/template/stages/06-implementation/config.yaml +16 -0
- package/template/stages/07-refactoring/HANDOFF.md.template +42 -42
- package/template/stages/08-qa/HANDOFF.md.template +45 -45
- package/template/stages/09-testing/HANDOFF.md.template +46 -46
- package/template/stages/10-deployment/HANDOFF.md.template +60 -60
- package/template/state/progress.json.template +26 -0
- package/template/state/templates/handoff_base.md.template +57 -57
- package/template/state/templates/phase_state.md.template +35 -35
|
@@ -1,82 +1,82 @@
|
|
|
1
1
|
# Stage Handoff: 06-implementation → 07-refactoring
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
**Created**: {{TIMESTAMP}}
|
|
4
|
+
**Creator**: ClaudeCode
|
|
5
|
+
**Duration**: {{DURATION}}
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
## AI
|
|
9
|
+
## AI Usage Log
|
|
10
10
|
|
|
11
|
-
>
|
|
11
|
+
> This section compares intended AI settings with actual usage to track collaboration efficiency.
|
|
12
12
|
|
|
13
|
-
###
|
|
13
|
+
### Intended vs Actual Comparison
|
|
14
14
|
|
|
15
|
-
|
|
|
16
|
-
|
|
15
|
+
| Item | Intended | Actual | Match |
|
|
16
|
+
|------|----------|--------|-------|
|
|
17
17
|
| Primary AI | ClaudeCode | {{ACTUAL_PRIMARY_AI}} | {{PRIMARY_MATCH}} |
|
|
18
18
|
| Secondary AI | - | {{ACTUAL_SECONDARY_AI}} | - |
|
|
19
|
-
|
|
|
20
|
-
|
|
|
19
|
+
| Collaboration Mode | none (single AI) | {{ACTUAL_COLLABORATION_MODE}} | {{MODE_MATCH}} |
|
|
20
|
+
| External AI Call | No | {{ACTUAL_EXTERNAL_CALL}} | {{EXTERNAL_MATCH}} |
|
|
21
21
|
|
|
22
|
-
### AI
|
|
22
|
+
### AI Call Log
|
|
23
23
|
|
|
24
|
-
| AI |
|
|
25
|
-
|
|
24
|
+
| AI | Call Time | Role | Prompt | Result | Status |
|
|
25
|
+
|----|-----------|------|--------|--------|--------|
|
|
26
26
|
| {{AI_1}} | {{TIME_1}} | {{ROLE_1}} | {{PROMPT_1}} | {{OUTPUT_1}} | {{STATUS_1}} |
|
|
27
27
|
| {{AI_2}} | {{TIME_2}} | {{ROLE_2}} | {{PROMPT_2}} | {{OUTPUT_2}} | {{STATUS_2}} |
|
|
28
28
|
|
|
29
|
-
###
|
|
29
|
+
### Fallback Log
|
|
30
30
|
|
|
31
|
-
|
|
|
32
|
-
|
|
31
|
+
| Attempted AI | Failure Time | Error | Fallback AI | Result |
|
|
32
|
+
|--------------|--------------|-------|-------------|--------|
|
|
33
33
|
| {{FALLBACK_ATTEMPTED}} | {{FALLBACK_TIME}} | {{FALLBACK_ERROR}} | {{FALLBACK_TO}} | {{FALLBACK_RESULT}} |
|
|
34
34
|
|
|
35
|
-
>
|
|
35
|
+
> Configuration: `config/ai_collaboration.yaml`, `config/mcp_fallbacks.yaml`
|
|
36
36
|
|
|
37
37
|
---
|
|
38
38
|
|
|
39
|
-
##
|
|
39
|
+
## Completed Tasks
|
|
40
40
|
|
|
41
|
-
- [ ]
|
|
42
|
-
- [ ]
|
|
43
|
-
- [ ]
|
|
44
|
-
- [ ] API
|
|
45
|
-
- [ ]
|
|
46
|
-
- [ ]
|
|
47
|
-
- [ ] HANDOFF.md
|
|
41
|
+
- [ ] Project scaffolding
|
|
42
|
+
- [ ] Common components ({{COMPONENT_COUNT}} components)
|
|
43
|
+
- [ ] Core feature implementation
|
|
44
|
+
- [ ] API endpoints ({{API_COUNT}} endpoints)
|
|
45
|
+
- [ ] **Smoke test execution** (Test-First)
|
|
46
|
+
- [ ] Checkpoint creation
|
|
47
|
+
- [ ] HANDOFF.md generation
|
|
48
48
|
|
|
49
49
|
---
|
|
50
50
|
|
|
51
|
-
##
|
|
51
|
+
## Test Status (Test-First Flow)
|
|
52
52
|
|
|
53
|
-
> ⚠️
|
|
53
|
+
> ⚠️ **Required**: Run smoke tests after implementation completion for early bug detection.
|
|
54
54
|
|
|
55
|
-
###
|
|
55
|
+
### Tests Run
|
|
56
56
|
|
|
57
|
-
|
|
|
58
|
-
|
|
59
|
-
| `npm run dev` | {{DEV_TIME}} | {{DEV_RESULT}} |
|
|
60
|
-
| ESLint | {{LINT_TIME}} | {{LINT_RESULT}} |
|
|
61
|
-
| TypeScript | {{TS_TIME}} | {{TS_RESULT}} |
|
|
62
|
-
| Playwright
|
|
57
|
+
| Test Type | Run Time | Result | Notes |
|
|
58
|
+
|-----------|----------|--------|-------|
|
|
59
|
+
| `npm run dev` | {{DEV_TIME}} | {{DEV_RESULT}} | Dev server execution |
|
|
60
|
+
| ESLint | {{LINT_TIME}} | {{LINT_RESULT}} | Static analysis |
|
|
61
|
+
| TypeScript | {{TS_TIME}} | {{TS_RESULT}} | Type check |
|
|
62
|
+
| Playwright smoke | {{PLAYWRIGHT_TIME}} | {{PLAYWRIGHT_RESULT}} | UI basic functionality |
|
|
63
63
|
|
|
64
|
-
###
|
|
64
|
+
### Bugs Found
|
|
65
65
|
|
|
66
|
-
| ID |
|
|
67
|
-
|
|
66
|
+
| ID | Description | Found At | Status | Fix File |
|
|
67
|
+
|----|-------------|----------|--------|----------|
|
|
68
68
|
| {{BUG_ID}} | {{BUG_DESC}} | {{BUG_FOUND}} | {{BUG_STATUS}} | {{BUG_FILE}} |
|
|
69
69
|
|
|
70
|
-
###
|
|
70
|
+
### Reason for Test Skip
|
|
71
71
|
|
|
72
|
-
-
|
|
73
|
-
-
|
|
72
|
+
- **If skipped**: {{TEST_SKIP_REASON}}
|
|
73
|
+
- **Recommended action**: Run basic tests before 07-refactoring
|
|
74
74
|
|
|
75
75
|
---
|
|
76
76
|
|
|
77
|
-
##
|
|
77
|
+
## Context for Next Agent
|
|
78
78
|
|
|
79
|
-
###
|
|
79
|
+
### Project Structure
|
|
80
80
|
```
|
|
81
81
|
source_code/
|
|
82
82
|
├── src/
|
|
@@ -89,77 +89,77 @@ source_code/
|
|
|
89
89
|
└── ...
|
|
90
90
|
```
|
|
91
91
|
|
|
92
|
-
###
|
|
92
|
+
### Finalized Tech Stack
|
|
93
93
|
|
|
94
|
-
|
|
|
95
|
-
|
|
94
|
+
| Area | Technology | Version |
|
|
95
|
+
|------|------------|---------|
|
|
96
96
|
| Framework | {{FRAMEWORK}} | {{VERSION}} |
|
|
97
97
|
| UI Library | {{UI_LIB}} | |
|
|
98
98
|
| State | {{STATE_MGMT}} | |
|
|
99
99
|
| API | {{API_STYLE}} | |
|
|
100
100
|
|
|
101
|
-
###
|
|
101
|
+
### Completed Features
|
|
102
102
|
|
|
103
|
-
|
|
|
104
|
-
|
|
105
|
-
| {{FEATURE_1}} |
|
|
106
|
-
| {{FEATURE_2}} |
|
|
107
|
-
| {{FEATURE_3}} |
|
|
103
|
+
| Feature | Status | File | Test Status |
|
|
104
|
+
|---------|--------|------|-------------|
|
|
105
|
+
| {{FEATURE_1}} | Complete | {{FILE_1}} | {{TEST_1}} |
|
|
106
|
+
| {{FEATURE_2}} | Complete | {{FILE_2}} | {{TEST_2}} |
|
|
107
|
+
| {{FEATURE_3}} | Complete | {{FILE_3}} | {{TEST_3}} |
|
|
108
108
|
|
|
109
|
-
###
|
|
109
|
+
### Known Issues / Technical Debt
|
|
110
110
|
1. {{TECH_DEBT_1}}
|
|
111
111
|
2. {{TECH_DEBT_2}}
|
|
112
112
|
|
|
113
|
-
###
|
|
113
|
+
### Areas Needing Refactoring
|
|
114
114
|
- {{REFACTOR_AREA_1}}: {{REASON_1}}
|
|
115
115
|
- {{REFACTOR_AREA_2}}: {{REASON_2}}
|
|
116
116
|
|
|
117
117
|
---
|
|
118
118
|
|
|
119
|
-
##
|
|
119
|
+
## Checkpoint Information
|
|
120
120
|
|
|
121
|
-
| ID |
|
|
122
|
-
|
|
123
|
-
| {{CP_ID}} | {{CP_DATE}} |
|
|
121
|
+
| ID | Created | Description | Auto/Manual |
|
|
122
|
+
|----|---------|-------------|-------------|
|
|
123
|
+
| {{CP_ID}} | {{CP_DATE}} | Sprint 1 complete | {{CP_TYPE}} |
|
|
124
124
|
|
|
125
|
-
|
|
125
|
+
Recovery command:
|
|
126
126
|
```bash
|
|
127
127
|
scripts/restore-checkpoint.sh {{CP_ID}}
|
|
128
128
|
```
|
|
129
129
|
|
|
130
130
|
---
|
|
131
131
|
|
|
132
|
-
##
|
|
132
|
+
## Generated Outputs
|
|
133
133
|
|
|
134
|
-
|
|
|
135
|
-
|
|
136
|
-
| source_code/ |
|
|
137
|
-
| implementation_log.md |
|
|
134
|
+
| File | Description | Validation Status |
|
|
135
|
+
|------|-------------|-------------------|
|
|
136
|
+
| source_code/ | Implemented source code | {{CODE_VALIDATED}} |
|
|
137
|
+
| implementation_log.md | Implementation log | - |
|
|
138
138
|
|
|
139
139
|
---
|
|
140
140
|
|
|
141
|
-
## 07-refactoring
|
|
141
|
+
## 07-refactoring Stage Guide
|
|
142
142
|
|
|
143
|
-
###
|
|
144
|
-
1.
|
|
145
|
-
2.
|
|
146
|
-
3.
|
|
147
|
-
4.
|
|
143
|
+
### Immediate Tasks
|
|
144
|
+
1. **Run regression tests** (Test-First)
|
|
145
|
+
2. Code quality analysis (ESLint, TypeScript)
|
|
146
|
+
3. Identify duplicate code
|
|
147
|
+
4. Analyze performance bottlenecks
|
|
148
148
|
|
|
149
|
-
###
|
|
149
|
+
### Refactoring Priorities
|
|
150
150
|
1. {{REFACTOR_PRIORITY_1}}
|
|
151
151
|
2. {{REFACTOR_PRIORITY_2}}
|
|
152
152
|
3. {{REFACTOR_PRIORITY_3}}
|
|
153
153
|
|
|
154
|
-
###
|
|
155
|
-
- ⚠️ **Codex CLI
|
|
156
|
-
-
|
|
157
|
-
-
|
|
158
|
-
-
|
|
154
|
+
### Warnings
|
|
155
|
+
- ⚠️ **Codex CLI required** - Use `/codex` command for deep analysis
|
|
156
|
+
- Be careful not to break existing functionality
|
|
157
|
+
- Verify same behavior before/after refactoring
|
|
158
|
+
- Use checkpoints
|
|
159
159
|
|
|
160
160
|
---
|
|
161
161
|
|
|
162
|
-
##
|
|
162
|
+
## Metadata
|
|
163
163
|
|
|
164
164
|
```yaml
|
|
165
165
|
stage: "06-implementation"
|
|
@@ -54,9 +54,25 @@ completion:
|
|
|
54
54
|
- "API endpoints implemented"
|
|
55
55
|
- "Checkpoint created"
|
|
56
56
|
|
|
57
|
+
sprint_mode:
|
|
58
|
+
enabled: true
|
|
59
|
+
unit: "sprint"
|
|
60
|
+
|
|
61
|
+
completion:
|
|
62
|
+
require_all_sprints: true
|
|
63
|
+
per_sprint_criteria:
|
|
64
|
+
- "must_tasks_complete"
|
|
65
|
+
- "lint_pass"
|
|
66
|
+
- "typecheck_pass"
|
|
67
|
+
|
|
68
|
+
checkpoints:
|
|
69
|
+
per_sprint: true
|
|
70
|
+
naming: "sprint_{{n}}_{{timestamp}}"
|
|
71
|
+
|
|
57
72
|
transition:
|
|
58
73
|
next_stage: "07-refactoring"
|
|
59
74
|
prerequisites:
|
|
60
75
|
- "05-task-management"
|
|
61
76
|
handoff_required: true
|
|
62
77
|
checkpoint_required: true # Required!
|
|
78
|
+
sprint_completion_required: true
|
|
@@ -1,90 +1,90 @@
|
|
|
1
1
|
# Stage Handoff: 07-refactoring → 08-qa
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
**Created**: {{TIMESTAMP}}
|
|
4
|
+
**Creator**: Codex
|
|
5
|
+
**Duration**: {{DURATION}}
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
##
|
|
9
|
+
## Completed Tasks
|
|
10
10
|
|
|
11
|
-
- [ ]
|
|
12
|
-
- [ ]
|
|
13
|
-
- [ ]
|
|
14
|
-
- [ ]
|
|
15
|
-
- [ ]
|
|
16
|
-
- [ ] HANDOFF.md
|
|
11
|
+
- [ ] Code quality analysis
|
|
12
|
+
- [ ] Duplicate code removal ({{DUP_REMOVED}} instances)
|
|
13
|
+
- [ ] Performance optimization
|
|
14
|
+
- [ ] Refactoring report writing
|
|
15
|
+
- [ ] Checkpoint creation
|
|
16
|
+
- [ ] HANDOFF.md generation
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
20
|
-
##
|
|
20
|
+
## Context for Next Agent
|
|
21
21
|
|
|
22
|
-
###
|
|
22
|
+
### Refactoring Summary
|
|
23
23
|
|
|
24
|
-
|
|
|
25
|
-
|
|
26
|
-
|
|
|
27
|
-
|
|
|
28
|
-
|
|
|
24
|
+
| Area | Before | After | Improvement |
|
|
25
|
+
|------|--------|-------|-------------|
|
|
26
|
+
| Code Duplication | {{DUP_BEFORE}} | {{DUP_AFTER}} | {{DUP_IMPROVE}}% |
|
|
27
|
+
| Bundle Size | {{BUNDLE_BEFORE}} | {{BUNDLE_AFTER}} | {{BUNDLE_IMPROVE}}% |
|
|
28
|
+
| Complexity | {{COMPLEX_BEFORE}} | {{COMPLEX_AFTER}} | {{COMPLEX_IMPROVE}}% |
|
|
29
29
|
|
|
30
|
-
###
|
|
30
|
+
### Major Changes
|
|
31
31
|
1. {{CHANGE_1}}
|
|
32
32
|
2. {{CHANGE_2}}
|
|
33
33
|
3. {{CHANGE_3}}
|
|
34
34
|
|
|
35
|
-
###
|
|
35
|
+
### Remaining Technical Debt
|
|
36
36
|
- {{REMAINING_DEBT_1}}
|
|
37
37
|
- {{REMAINING_DEBT_2}}
|
|
38
38
|
|
|
39
|
-
### QA
|
|
40
|
-
- {{QA_FOCUS_1}}:
|
|
41
|
-
- {{QA_FOCUS_2}}:
|
|
39
|
+
### QA Focus Areas
|
|
40
|
+
- {{QA_FOCUS_1}}: Impact from refactoring
|
|
41
|
+
- {{QA_FOCUS_2}}: Behavior changes from optimization
|
|
42
42
|
|
|
43
43
|
---
|
|
44
44
|
|
|
45
|
-
##
|
|
45
|
+
## Checkpoint Information
|
|
46
46
|
|
|
47
|
-
| ID |
|
|
48
|
-
|
|
49
|
-
| {{CP_ID}} | {{CP_DATE}} |
|
|
47
|
+
| ID | Created | Description |
|
|
48
|
+
|----|---------|-------------|
|
|
49
|
+
| {{CP_ID}} | {{CP_DATE}} | Refactoring complete |
|
|
50
50
|
|
|
51
51
|
---
|
|
52
52
|
|
|
53
|
-
##
|
|
53
|
+
## Generated Outputs
|
|
54
54
|
|
|
55
|
-
|
|
|
56
|
-
|
|
57
|
-
| refactored_code/ |
|
|
58
|
-
| refactoring_report.md |
|
|
55
|
+
| File | Description |
|
|
56
|
+
|------|-------------|
|
|
57
|
+
| refactored_code/ | Refactored code |
|
|
58
|
+
| refactoring_report.md | Refactoring report |
|
|
59
59
|
|
|
60
60
|
---
|
|
61
61
|
|
|
62
|
-
## 08-qa
|
|
62
|
+
## 08-qa Stage Guide
|
|
63
63
|
|
|
64
|
-
###
|
|
65
|
-
1.
|
|
66
|
-
2.
|
|
67
|
-
3.
|
|
64
|
+
### Immediate Tasks
|
|
65
|
+
1. Functional testing on refactored areas
|
|
66
|
+
2. Regression testing
|
|
67
|
+
3. Performance benchmarking
|
|
68
68
|
|
|
69
|
-
###
|
|
69
|
+
### Test Priorities
|
|
70
70
|
1. {{TEST_PRIORITY_1}}
|
|
71
71
|
2. {{TEST_PRIORITY_2}}
|
|
72
72
|
3. {{TEST_PRIORITY_3}}
|
|
73
73
|
|
|
74
74
|
---
|
|
75
75
|
|
|
76
|
-
## AI
|
|
76
|
+
## AI Call Log
|
|
77
77
|
|
|
78
|
-
| AI |
|
|
79
|
-
|
|
78
|
+
| AI | Call Time | Prompt | Result | Status |
|
|
79
|
+
|----|-----------|--------|--------|--------|
|
|
80
80
|
| {{AI_1}} | {{TIME_1}} | {{PROMPT_1}} | {{OUTPUT_1}} | {{STATUS_1}} |
|
|
81
81
|
| {{AI_2}} | {{TIME_2}} | {{PROMPT_2}} | {{OUTPUT_2}} | {{STATUS_2}} |
|
|
82
82
|
|
|
83
|
-
>
|
|
83
|
+
> Configuration: `config/ai_logging.yaml`
|
|
84
84
|
|
|
85
85
|
---
|
|
86
86
|
|
|
87
|
-
##
|
|
87
|
+
## Metadata
|
|
88
88
|
|
|
89
89
|
```yaml
|
|
90
90
|
stage: "07-refactoring"
|
|
@@ -1,88 +1,88 @@
|
|
|
1
1
|
# Stage Handoff: 08-qa → 09-testing
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
**Created**: {{TIMESTAMP}}
|
|
4
|
+
**Creator**: ClaudeCode
|
|
5
|
+
**Duration**: {{DURATION}}
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
##
|
|
9
|
+
## Completed Tasks
|
|
10
10
|
|
|
11
|
-
- [ ]
|
|
12
|
-
- [ ]
|
|
13
|
-
- [ ]
|
|
14
|
-
- [ ] QA
|
|
15
|
-
- [ ] HANDOFF.md
|
|
11
|
+
- [ ] Code review complete
|
|
12
|
+
- [ ] Security inspection ({{SECURITY_ISSUES}} issues)
|
|
13
|
+
- [ ] Bug fixes ({{BUGS_FIXED}} bugs)
|
|
14
|
+
- [ ] QA report writing
|
|
15
|
+
- [ ] HANDOFF.md generation
|
|
16
16
|
|
|
17
17
|
---
|
|
18
18
|
|
|
19
|
-
##
|
|
19
|
+
## Context for Next Agent
|
|
20
20
|
|
|
21
|
-
### QA
|
|
21
|
+
### QA Results Summary
|
|
22
22
|
|
|
23
|
-
|
|
|
24
|
-
|
|
25
|
-
|
|
|
26
|
-
|
|
|
27
|
-
|
|
|
28
|
-
|
|
|
23
|
+
| Item | Status | Notes |
|
|
24
|
+
|------|--------|-------|
|
|
25
|
+
| Coding Standards | {{STANDARD_STATUS}} | |
|
|
26
|
+
| Security Inspection | {{SECURITY_STATUS}} | |
|
|
27
|
+
| Performance | {{PERF_STATUS}} | |
|
|
28
|
+
| Accessibility | {{A11Y_STATUS}} | |
|
|
29
29
|
|
|
30
|
-
###
|
|
30
|
+
### Fixed Bugs
|
|
31
31
|
|
|
32
|
-
| ID |
|
|
33
|
-
|
|
32
|
+
| ID | Severity | Description | File |
|
|
33
|
+
|----|----------|-------------|------|
|
|
34
34
|
| BUG-001 | {{SEV_1}} | {{BUG_1}} | {{FILE_1}} |
|
|
35
35
|
| BUG-002 | {{SEV_2}} | {{BUG_2}} | {{FILE_2}} |
|
|
36
36
|
|
|
37
|
-
###
|
|
37
|
+
### Known Issues (Unfixed)
|
|
38
38
|
- {{KNOWN_ISSUE_1}}: {{REASON_1}}
|
|
39
39
|
|
|
40
|
-
###
|
|
41
|
-
- {{TEST_AREA_1}}:
|
|
42
|
-
- {{TEST_AREA_2}}:
|
|
43
|
-
- {{TEST_AREA_3}}:
|
|
40
|
+
### Areas Needing Testing
|
|
41
|
+
- {{TEST_AREA_1}}: Core functionality
|
|
42
|
+
- {{TEST_AREA_2}}: Edge cases
|
|
43
|
+
- {{TEST_AREA_3}}: Integration tests
|
|
44
44
|
|
|
45
45
|
---
|
|
46
46
|
|
|
47
|
-
##
|
|
47
|
+
## Generated Outputs
|
|
48
48
|
|
|
49
|
-
|
|
|
50
|
-
|
|
51
|
-
| qa_report.md | QA
|
|
52
|
-
| bug_fixes.md |
|
|
49
|
+
| File | Description |
|
|
50
|
+
|------|-------------|
|
|
51
|
+
| qa_report.md | QA report |
|
|
52
|
+
| bug_fixes.md | Bug fix history |
|
|
53
53
|
|
|
54
54
|
---
|
|
55
55
|
|
|
56
|
-
## 09-testing
|
|
56
|
+
## 09-testing Stage Guide
|
|
57
57
|
|
|
58
|
-
###
|
|
59
|
-
1.
|
|
60
|
-
2.
|
|
61
|
-
3. E2E
|
|
58
|
+
### Immediate Tasks
|
|
59
|
+
1. Write unit tests
|
|
60
|
+
2. Write integration tests
|
|
61
|
+
3. E2E test setup (Playwright)
|
|
62
62
|
|
|
63
|
-
###
|
|
64
|
-
-
|
|
65
|
-
-
|
|
66
|
-
- E2E:
|
|
63
|
+
### Test Coverage Targets
|
|
64
|
+
- Unit tests: 80% or higher
|
|
65
|
+
- Integration tests: 100% of core flows
|
|
66
|
+
- E2E: Major user scenarios
|
|
67
67
|
|
|
68
|
-
###
|
|
68
|
+
### Recommended Test Frameworks
|
|
69
69
|
- Unit: {{UNIT_FRAMEWORK}}
|
|
70
70
|
- E2E: Playwright
|
|
71
71
|
|
|
72
72
|
---
|
|
73
73
|
|
|
74
|
-
## AI
|
|
74
|
+
## AI Call Log
|
|
75
75
|
|
|
76
|
-
| AI |
|
|
77
|
-
|
|
76
|
+
| AI | Call Time | Prompt | Result | Status |
|
|
77
|
+
|----|-----------|--------|--------|--------|
|
|
78
78
|
| {{AI_1}} | {{TIME_1}} | {{PROMPT_1}} | {{OUTPUT_1}} | {{STATUS_1}} |
|
|
79
79
|
| {{AI_2}} | {{TIME_2}} | {{PROMPT_2}} | {{OUTPUT_2}} | {{STATUS_2}} |
|
|
80
80
|
|
|
81
|
-
>
|
|
81
|
+
> Configuration: `config/ai_logging.yaml`
|
|
82
82
|
|
|
83
83
|
---
|
|
84
84
|
|
|
85
|
-
##
|
|
85
|
+
## Metadata
|
|
86
86
|
|
|
87
87
|
```yaml
|
|
88
88
|
stage: "08-qa"
|