claude-symphony 0.0.1 → 0.0.2
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/README.md +16 -12
- package/bin/create.js +80 -69
- package/package.json +1 -1
- package/template/.claude/commands/benchmark.md +32 -32
- package/template/.claude/commands/brainstorm.md +33 -33
- package/template/.claude/commands/checkpoint.md +42 -42
- package/template/.claude/commands/codex.md +52 -52
- package/template/.claude/commands/collaborate.md +47 -47
- package/template/.claude/commands/context.md +77 -77
- package/template/.claude/commands/deploy.md +50 -50
- package/template/.claude/commands/fork.md +46 -46
- package/template/.claude/commands/gemini.md +43 -43
- package/template/.claude/commands/handoff.md +42 -42
- package/template/.claude/commands/implement.md +42 -42
- package/template/.claude/commands/init-project.md +25 -25
- package/template/.claude/commands/next.md +67 -67
- package/template/.claude/commands/planning.md +38 -38
- package/template/.claude/commands/qa.md +47 -47
- package/template/.claude/commands/refactor.md +50 -50
- package/template/.claude/commands/research.md +31 -31
- package/template/.claude/commands/restore.md +53 -53
- package/template/.claude/commands/run-stage.md +45 -45
- package/template/.claude/commands/stages.md +49 -49
- package/template/.claude/commands/status.md +41 -41
- package/template/.claude/commands/tasks.md +33 -33
- package/template/.claude/commands/test.md +45 -45
- package/template/.claude/commands/ui-ux.md +31 -31
- package/template/.claude/commands/validate.md +81 -81
- package/template/.claude/hooks/ai-selector.sh +39 -39
- package/template/.claude/hooks/auto-checkpoint.sh +30 -30
- package/template/.claude/hooks/output-validator.sh +45 -45
- package/template/.claude/hooks/post-stage.sh +28 -28
- package/template/.claude/hooks/pre-stage.sh +47 -47
- package/template/.claude/hooks/session-start.sh +27 -27
- package/template/.claude/hooks/statusline.sh +24 -24
- package/template/.claude/hooks/stop.sh +26 -26
- package/template/.claude/settings.json +32 -32
- package/template/.claude/skills/ai-collaboration/README.md +31 -31
- package/template/.claude/skills/ai-collaboration/debate.md +66 -66
- package/template/.claude/skills/ai-collaboration/parallel.md +34 -34
- package/template/.claude/skills/ai-collaboration/prompts/CLAUDE.md +59 -63
- package/template/.claude/skills/auto-checkpoint/README.md +46 -46
- package/template/.claude/skills/auto-checkpoint/prompts/CLAUDE.md +68 -72
- package/template/.claude/skills/auto-checkpoint/rollback.md +95 -95
- package/template/.claude/skills/auto-checkpoint/trigger.md +37 -37
- package/template/.claude/skills/context-compression/README.md +69 -69
- package/template/.claude/skills/context-compression/analyze.md +74 -74
- package/template/.claude/skills/context-compression/compress.md +103 -103
- package/template/.claude/skills/context-compression/prompts/compression.md +78 -78
- package/template/.claude/skills/output-validator/README.md +33 -33
- package/template/.claude/skills/output-validator/prompts/CLAUDE.md +74 -78
- package/template/.claude/skills/output-validator/validate.md +76 -76
- package/template/.claude/skills/smart-handoff/README.md +35 -35
- package/template/.claude/skills/smart-handoff/extract.md +42 -42
- package/template/.claude/skills/smart-handoff/prompts/CLAUDE.md +52 -54
- package/template/.claude/skills/smart-handoff/summarize.md +55 -55
- package/template/.claude/skills/stage-transition/README.md +50 -50
- package/template/.claude/skills/stage-transition/handoff-gen.md +89 -89
- package/template/.claude/skills/stage-transition/prompts/transition.md +74 -74
- package/template/.claude/skills/stage-transition/validate.md +41 -41
- package/template/CLAUDE.md +334 -335
- package/template/config/ai_benchmarking.yaml +22 -22
- package/template/config/ai_collaboration.yaml +18 -18
- package/template/config/ai_logging.yaml +50 -50
- package/template/config/auto_checkpoint.yaml +32 -32
- package/template/config/context.yaml +20 -20
- package/template/config/git.yaml +51 -51
- package/template/config/handoff_intelligence.yaml +23 -23
- package/template/config/mcp_fallbacks.yaml +71 -71
- package/template/config/memory_integration.yaml +23 -23
- package/template/config/model_enforcement.yaml +53 -53
- package/template/config/models.yaml +24 -24
- package/template/config/output_validation.yaml +44 -44
- package/template/config/pipeline.yaml +25 -25
- package/template/config/pipeline_forking.yaml +40 -40
- package/template/config/qa_logging.yaml +67 -67
- package/template/config/smart_rollback.yaml +48 -48
- package/template/config/stage_personas.yaml +154 -154
- package/template/config/workflow.yaml +16 -16
- package/template/scripts/ai-benchmark.sh +41 -41
- package/template/scripts/codex-wrapper.sh +32 -32
- package/template/scripts/context-manager.sh +136 -136
- package/template/scripts/create-checkpoint.sh +34 -34
- package/template/scripts/gemini-wrapper.sh +31 -31
- package/template/scripts/init-project.sh +40 -40
- package/template/scripts/list-stages.sh +30 -30
- package/template/scripts/next-stage.sh +67 -67
- package/template/scripts/output-validate.sh +2 -2
- package/template/scripts/pipeline-fork.sh +68 -68
- package/template/scripts/pre-run-check.sh +84 -84
- package/template/scripts/restore-checkpoint.sh +50 -50
- package/template/scripts/run-stage.sh +44 -44
- package/template/scripts/show-status.sh +30 -30
- package/template/scripts/smart-handoff.sh +70 -70
- package/template/stages/01-brainstorm/CLAUDE.md +70 -74
- package/template/stages/01-brainstorm/README.md +54 -54
- package/template/stages/01-brainstorm/config.yaml +18 -18
- package/template/stages/01-brainstorm/prompts/collaboration.md +24 -24
- package/template/stages/01-brainstorm/prompts/ideation.md +41 -41
- package/template/stages/01-brainstorm/prompts/persona.md +50 -50
- package/template/stages/01-brainstorm/prompts/requirements.md +55 -55
- package/template/stages/01-brainstorm/prompts/validation.md +28 -28
- package/template/stages/01-brainstorm/templates/ideas.md +47 -47
- package/template/stages/01-brainstorm/templates/requirements_analysis.md +61 -61
- package/template/stages/02-research/CLAUDE.md +72 -76
- package/template/stages/02-research/config.yaml +12 -12
- package/template/stages/02-research/prompts/collaboration.md +29 -29
- package/template/stages/02-research/prompts/feasibility.md +38 -38
- package/template/stages/02-research/prompts/market_analysis.md +29 -29
- package/template/stages/02-research/prompts/tech_stack.md +34 -34
- package/template/stages/02-research/prompts/validation.md +29 -29
- package/template/stages/03-planning/CLAUDE.md +88 -92
- package/template/stages/03-planning/config.yaml +10 -10
- package/template/stages/03-planning/prompts/architecture.md +43 -43
- package/template/stages/03-planning/prompts/collaboration.md +34 -34
- package/template/stages/03-planning/prompts/validation.md +34 -34
- package/template/stages/04-ui-ux/CLAUDE.md +68 -72
- package/template/stages/04-ui-ux/config.yaml +5 -5
- package/template/stages/04-ui-ux/prompts/collaboration.md +35 -35
- package/template/stages/04-ui-ux/prompts/validation.md +30 -30
- package/template/stages/05-task-management/CLAUDE.md +81 -85
- package/template/stages/05-task-management/config.yaml +17 -17
- package/template/stages/05-task-management/prompts/collaboration.md +30 -30
- package/template/stages/05-task-management/prompts/validation.md +33 -33
- package/template/stages/05-task-management/templates/notion_integration.md +70 -70
- package/template/stages/05-task-management/templates/parallel_groups.yaml +64 -64
- package/template/stages/05-task-management/templates/task_schema.yaml +33 -33
- package/template/stages/06-implementation/CLAUDE.md +117 -121
- package/template/stages/06-implementation/config.yaml +10 -10
- package/template/stages/06-implementation/prompts/collaboration.md +29 -29
- package/template/stages/06-implementation/prompts/validation.md +36 -36
- package/template/stages/07-refactoring/CLAUDE.md +120 -124
- package/template/stages/07-refactoring/config.yaml +11 -11
- package/template/stages/07-refactoring/prompts/collaboration.md +36 -36
- package/template/stages/07-refactoring/prompts/validation.md +40 -40
- package/template/stages/08-qa/CLAUDE.md +80 -84
- package/template/stages/08-qa/config.yaml +7 -7
- package/template/stages/08-qa/prompts/collaboration.md +34 -34
- package/template/stages/08-qa/prompts/validation.md +41 -41
- package/template/stages/09-testing/CLAUDE.md +86 -90
- package/template/stages/09-testing/config.yaml +10 -10
- package/template/stages/09-testing/prompts/collaboration.md +38 -38
- package/template/stages/09-testing/prompts/validation.md +41 -41
- package/template/stages/10-deployment/CLAUDE.md +86 -90
- package/template/stages/10-deployment/config.yaml +11 -11
- package/template/stages/10-deployment/prompts/collaboration.md +37 -37
- package/template/stages/10-deployment/prompts/validation.md +54 -54
- package/template/stages/10-deployment/templates/github-actions-cd.yaml +1 -1
package/template/CLAUDE.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# claude-symphony - Multi-AI Orchestration Framework
|
|
2
2
|
|
|
3
|
-
10
|
|
3
|
+
10-Stage Software Development Workflow Orchestration System
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Pipeline Overview
|
|
6
6
|
|
|
7
|
-
|
|
|
8
|
-
|
|
7
|
+
| Stage | Name | AI Model | Execution Mode |
|
|
8
|
+
|-------|------|----------|----------------|
|
|
9
9
|
| 01 | Brainstorming | Gemini + ClaudeCode | YOLO (Container) |
|
|
10
10
|
| 02 | Research | Claude | Plan Mode |
|
|
11
11
|
| 03 | Planning | Gemini | Plan Mode |
|
|
@@ -17,112 +17,112 @@
|
|
|
17
17
|
| 09 | Testing & E2E | Codex | Sandbox + Playwright |
|
|
18
18
|
| 10 | CI/CD & Deployment | ClaudeCode | Headless |
|
|
19
19
|
|
|
20
|
-
##
|
|
20
|
+
## Context Management Rules
|
|
21
21
|
|
|
22
|
-
>
|
|
22
|
+
> Configuration file: `config/context.yaml`
|
|
23
23
|
|
|
24
|
-
###
|
|
24
|
+
### Percentage-Based Thresholds (Based on Remaining Context)
|
|
25
25
|
|
|
26
|
-
|
|
|
27
|
-
|
|
28
|
-
| **60%** (warning) |
|
|
29
|
-
| **50%** (action) |
|
|
30
|
-
| **40%** (critical) | `/clear`
|
|
26
|
+
| Threshold | Trigger | Action |
|
|
27
|
+
|-----------|---------|--------|
|
|
28
|
+
| **60%** (warning) | Display warning | Calculate compression ratio, show banner |
|
|
29
|
+
| **50%** (action) | Auto-save | Save state to `state/context/`, recommend compression |
|
|
30
|
+
| **40%** (critical) | `/clear` recommended | Force save, generate recovery HANDOFF |
|
|
31
31
|
|
|
32
|
-
###
|
|
33
|
-
- **
|
|
34
|
-
-
|
|
32
|
+
### Task-Based Auto-Save
|
|
33
|
+
- **Auto-save every 5 completed tasks**
|
|
34
|
+
- Save location: `state/context/state_{timestamp}_{stage}.md`
|
|
35
35
|
|
|
36
|
-
###
|
|
37
|
-
>
|
|
36
|
+
### State Save Format
|
|
37
|
+
> Template: `state/templates/phase_state.md.template`
|
|
38
38
|
|
|
39
39
|
```markdown
|
|
40
|
-
#
|
|
40
|
+
# Work State Save - {{TIMESTAMP}}
|
|
41
41
|
|
|
42
|
-
##
|
|
43
|
-
-
|
|
44
|
-
-
|
|
42
|
+
## Context State
|
|
43
|
+
- Remaining context: {{REMAINING_PERCENT}}%
|
|
44
|
+
- Save trigger: {{TRIGGER_REASON}}
|
|
45
45
|
|
|
46
|
-
##
|
|
46
|
+
## Current Stage
|
|
47
47
|
{{STAGE_ID}}: {{STAGE_NAME}}
|
|
48
48
|
|
|
49
|
-
##
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
49
|
+
## Progress
|
|
50
|
+
- Completed: [list]
|
|
51
|
+
- In progress: [current task]
|
|
52
|
+
- Pending: [remaining tasks]
|
|
53
53
|
|
|
54
|
-
##
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
-
|
|
54
|
+
## Key Context
|
|
55
|
+
- Major decisions
|
|
56
|
+
- Modified files
|
|
57
|
+
- Active issues/bugs
|
|
58
58
|
|
|
59
|
-
## AI
|
|
60
|
-
| AI |
|
|
61
|
-
|
|
59
|
+
## AI Call Log
|
|
60
|
+
| AI | Time | Prompt | Result |
|
|
61
|
+
|----|------|--------|--------|
|
|
62
62
|
|
|
63
|
-
##
|
|
64
|
-
1.
|
|
65
|
-
2. {{HANDOFF_FILE}}
|
|
66
|
-
3. {{CURRENT_TASK}}
|
|
63
|
+
## Recovery Instructions
|
|
64
|
+
1. Read this file
|
|
65
|
+
2. Reference {{HANDOFF_FILE}}
|
|
66
|
+
3. Resume from {{CURRENT_TASK}}
|
|
67
67
|
```
|
|
68
68
|
|
|
69
|
-
###
|
|
70
|
-
1. **summarize_completed**:
|
|
71
|
-
2. **externalize_code**:
|
|
72
|
-
3. **handoff_generation**:
|
|
73
|
-
|
|
74
|
-
##
|
|
75
|
-
|
|
76
|
-
###
|
|
77
|
-
1.
|
|
78
|
-
2. `HANDOFF.md`
|
|
79
|
-
3.
|
|
80
|
-
4. `state/progress.json`
|
|
81
|
-
5.
|
|
82
|
-
|
|
83
|
-
### HANDOFF.md
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
-
|
|
89
|
-
|
|
90
|
-
##
|
|
91
|
-
|
|
92
|
-
###
|
|
93
|
-
|
|
|
94
|
-
|
|
95
|
-
| `/init-project` |
|
|
96
|
-
| `/run-stage [id]` |
|
|
97
|
-
| `/handoff` |
|
|
98
|
-
| `/checkpoint` |
|
|
99
|
-
| `/gemini [prompt]` | Gemini CLI
|
|
100
|
-
| `/codex [prompt]` | Codex CLI
|
|
101
|
-
|
|
102
|
-
### Multi-AI
|
|
103
|
-
|
|
|
104
|
-
|
|
105
|
-
| `/collaborate` | Multi-AI
|
|
106
|
-
| `/benchmark` | AI
|
|
107
|
-
| `/fork` |
|
|
108
|
-
| `/validate` |
|
|
109
|
-
|
|
110
|
-
###
|
|
111
|
-
|
|
|
112
|
-
|
|
113
|
-
| `/status` |
|
|
114
|
-
| `/stages` |
|
|
115
|
-
| `/context` |
|
|
116
|
-
|
|
117
|
-
###
|
|
118
|
-
|
|
|
119
|
-
|
|
120
|
-
| `/next` |
|
|
121
|
-
| `/restore` |
|
|
122
|
-
|
|
123
|
-
###
|
|
124
|
-
|
|
|
125
|
-
|
|
69
|
+
### Context Compression Strategies
|
|
70
|
+
1. **summarize_completed**: Replace completed work with summaries
|
|
71
|
+
2. **externalize_code**: Replace code blocks with file references
|
|
72
|
+
3. **handoff_generation**: Externalize current state to HANDOFF.md
|
|
73
|
+
|
|
74
|
+
## Stage Transition Protocol
|
|
75
|
+
|
|
76
|
+
### Required Sequence
|
|
77
|
+
1. Verify all outputs for current stage are generated
|
|
78
|
+
2. Generate `HANDOFF.md` (required)
|
|
79
|
+
3. Create checkpoint (implementation/refactoring stages)
|
|
80
|
+
4. Update `state/progress.json`
|
|
81
|
+
5. Load next stage `CLAUDE.md`
|
|
82
|
+
|
|
83
|
+
### Required HANDOFF.md Contents
|
|
84
|
+
- Completed tasks checklist
|
|
85
|
+
- Key decisions and rationale
|
|
86
|
+
- Successful/failed approaches
|
|
87
|
+
- Immediate next steps for next stage
|
|
88
|
+
- Checkpoint references (if applicable)
|
|
89
|
+
|
|
90
|
+
## Slash Commands
|
|
91
|
+
|
|
92
|
+
### Basic Commands
|
|
93
|
+
| Command | Description |
|
|
94
|
+
|---------|-------------|
|
|
95
|
+
| `/init-project` | Initialize new project |
|
|
96
|
+
| `/run-stage [id]` | Run specific stage |
|
|
97
|
+
| `/handoff` | Generate current stage HANDOFF.md |
|
|
98
|
+
| `/checkpoint` | Create checkpoint |
|
|
99
|
+
| `/gemini [prompt]` | Call Gemini CLI |
|
|
100
|
+
| `/codex [prompt]` | Call Codex CLI |
|
|
101
|
+
|
|
102
|
+
### Multi-AI Commands
|
|
103
|
+
| Command | Description |
|
|
104
|
+
|---------|-------------|
|
|
105
|
+
| `/collaborate` | Run Multi-AI collaboration |
|
|
106
|
+
| `/benchmark` | AI model benchmarking |
|
|
107
|
+
| `/fork` | Pipeline branch management |
|
|
108
|
+
| `/validate` | Run output validation |
|
|
109
|
+
|
|
110
|
+
### Visibility Commands
|
|
111
|
+
| Command | Description |
|
|
112
|
+
|---------|-------------|
|
|
113
|
+
| `/status` | Check pipeline status |
|
|
114
|
+
| `/stages` | Stage list and details |
|
|
115
|
+
| `/context` | Context (token) state management |
|
|
116
|
+
|
|
117
|
+
### Navigation Commands
|
|
118
|
+
| Command | Description |
|
|
119
|
+
|---------|-------------|
|
|
120
|
+
| `/next` | Transition to next stage |
|
|
121
|
+
| `/restore` | Restore from checkpoint |
|
|
122
|
+
|
|
123
|
+
### Stage Shortcut Commands
|
|
124
|
+
| Command | Stage |
|
|
125
|
+
|---------|-------|
|
|
126
126
|
| `/brainstorm` | 01-brainstorm |
|
|
127
127
|
| `/research` | 02-research |
|
|
128
128
|
| `/planning` | 03-planning |
|
|
@@ -134,395 +134,394 @@
|
|
|
134
134
|
| `/test` | 09-testing |
|
|
135
135
|
| `/deploy` | 10-deployment |
|
|
136
136
|
|
|
137
|
-
##
|
|
137
|
+
## Skills (Auto-Activated)
|
|
138
138
|
|
|
139
|
-
|
|
|
140
|
-
|
|
141
|
-
| `stage-transition` | "
|
|
142
|
-
| `context-compression` |
|
|
143
|
-
| `smart-handoff` |
|
|
144
|
-
| `ai-collaboration` | `/collaborate` | Multi-AI
|
|
145
|
-
| `auto-checkpoint` |
|
|
146
|
-
| `output-validator` | `/validate`,
|
|
139
|
+
| Skill | Trigger | Description |
|
|
140
|
+
|-------|---------|-------------|
|
|
141
|
+
| `stage-transition` | "completed", "/next" | Stage completion detection and transition automation |
|
|
142
|
+
| `context-compression` | Token 50k+ | Context compression and state save |
|
|
143
|
+
| `smart-handoff` | Stage completion | Smart context extraction and HANDOFF generation |
|
|
144
|
+
| `ai-collaboration` | `/collaborate` | Multi-AI collaboration orchestration |
|
|
145
|
+
| `auto-checkpoint` | Trigger conditions met | Automatic checkpoint generation |
|
|
146
|
+
| `output-validator` | `/validate`, stage completion | Output validation and quality verification |
|
|
147
147
|
|
|
148
|
-
## Git
|
|
148
|
+
## Git Auto-Commit Rules
|
|
149
149
|
|
|
150
|
-
>
|
|
150
|
+
> Configuration file: `config/git.yaml`
|
|
151
151
|
|
|
152
|
-
###
|
|
153
|
-
-
|
|
154
|
-
-
|
|
155
|
-
-
|
|
152
|
+
### Auto-Commit Triggers
|
|
153
|
+
- **On task completion**: Commit related files
|
|
154
|
+
- **On stage completion**: Commit all changes + create tag
|
|
155
|
+
- **On checkpoint creation**: Checkpoint commit + tag
|
|
156
156
|
|
|
157
|
-
###
|
|
157
|
+
### Commit Message Format (Conventional Commits)
|
|
158
158
|
```
|
|
159
159
|
<type>(<scope>): <description>
|
|
160
160
|
```
|
|
161
161
|
|
|
162
|
-
|
|
|
163
|
-
|
|
164
|
-
| 06-implementation | `feat` | `impl` | `feat(impl):
|
|
165
|
-
| 07-refactoring | `refactor` | `refactor` | `refactor(refactor):
|
|
166
|
-
| 08-qa | `fix` | `qa` | `fix(qa):
|
|
167
|
-
| 09-testing | `test` | `test` | `test(test): E2E
|
|
168
|
-
| 10-deployment | `ci` | `deploy` | `ci(deploy): GitHub Actions
|
|
162
|
+
| Stage | Type | Scope | Example |
|
|
163
|
+
|-------|------|-------|---------|
|
|
164
|
+
| 06-implementation | `feat` | `impl` | `feat(impl): implement user authentication` |
|
|
165
|
+
| 07-refactoring | `refactor` | `refactor` | `refactor(refactor): optimize auth service` |
|
|
166
|
+
| 08-qa | `fix` | `qa` | `fix(qa): fix session expiry bug` |
|
|
167
|
+
| 09-testing | `test` | `test` | `test(test): add E2E tests` |
|
|
168
|
+
| 10-deployment | `ci` | `deploy` | `ci(deploy): configure GitHub Actions` |
|
|
169
169
|
|
|
170
|
-
###
|
|
171
|
-
-
|
|
172
|
-
-
|
|
173
|
-
-
|
|
170
|
+
### Commit Principles
|
|
171
|
+
- Commit frequently in small units
|
|
172
|
+
- Write meaningful commit messages
|
|
173
|
+
- Run lint/format before commit
|
|
174
174
|
|
|
175
|
-
## AI
|
|
175
|
+
## AI Call Logging
|
|
176
176
|
|
|
177
|
-
>
|
|
177
|
+
> Configuration file: `config/ai_logging.yaml`
|
|
178
178
|
|
|
179
|
-
### AI
|
|
180
|
-
-
|
|
181
|
-
-
|
|
179
|
+
### AI Call Recording
|
|
180
|
+
- All AI calls (Gemini, Codex, ClaudeCode) are recorded in HANDOFF.md
|
|
181
|
+
- Track call time, prompt file, result file, and status
|
|
182
182
|
|
|
183
|
-
### Gemini
|
|
184
|
-
|
|
|
185
|
-
|
|
186
|
-
| 1 | CLI
|
|
187
|
-
| 2 |
|
|
188
|
-
| 3 | tmux
|
|
189
|
-
| 4 |
|
|
183
|
+
### Gemini Call Verification Checklist
|
|
184
|
+
| Step | Check Item | Command |
|
|
185
|
+
|------|------------|---------|
|
|
186
|
+
| 1 | CLI installation check | `which gemini` |
|
|
187
|
+
| 2 | Use wrapper | `scripts/gemini-wrapper.sh` |
|
|
188
|
+
| 3 | tmux session check | `tmux attach -t symphony-gemini` |
|
|
189
|
+
| 4 | Save output file | `outputs/` directory |
|
|
190
190
|
|
|
191
|
-
### AI
|
|
191
|
+
### AI Call Log Format (HANDOFF.md)
|
|
192
192
|
```markdown
|
|
193
|
-
## AI
|
|
194
|
-
| AI |
|
|
195
|
-
|
|
196
|
-
| Gemini | 14:30 | prompts/ideation.md | outputs/ideas.md |
|
|
193
|
+
## AI Call Log
|
|
194
|
+
| AI | Call Time | Prompt | Result | Status |
|
|
195
|
+
|----|-----------|--------|--------|--------|
|
|
196
|
+
| Gemini | 14:30 | prompts/ideation.md | outputs/ideas.md | Success |
|
|
197
197
|
```
|
|
198
198
|
|
|
199
|
-
##
|
|
199
|
+
## Q&A Auto-Recording (Q&A Logging)
|
|
200
200
|
|
|
201
|
-
>
|
|
201
|
+
> Configuration file: `config/qa_logging.yaml`
|
|
202
202
|
|
|
203
|
-
###
|
|
204
|
-
-
|
|
205
|
-
-
|
|
206
|
-
-
|
|
203
|
+
### Auto-Recording Triggers
|
|
204
|
+
- **On stage completion**: Record key Q&A for that stage
|
|
205
|
+
- **On issue discovery**: Record problem and solution
|
|
206
|
+
- **On process change request**: Record changes and rationale
|
|
207
207
|
|
|
208
|
-
###
|
|
208
|
+
### Recording Format
|
|
209
209
|
```markdown
|
|
210
210
|
### Q{{number}}: {{title}}
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
211
|
+
**Question**: {{question}}
|
|
212
|
+
**Answer**: {{answer}}
|
|
213
|
+
**Solution**: {{solution}}
|
|
214
|
+
**Future Improvement Suggestions**: {{suggestion}}
|
|
215
215
|
```
|
|
216
216
|
|
|
217
|
-
###
|
|
218
|
-
-
|
|
219
|
-
-
|
|
217
|
+
### Recording Target Files
|
|
218
|
+
- Default: `feedback.md`
|
|
219
|
+
- Backup: `state/qa_backups/`
|
|
220
220
|
|
|
221
|
-
###
|
|
222
|
-
- `workflow_improvements`:
|
|
223
|
-
- `tool_usage`:
|
|
224
|
-
- `process_changes`:
|
|
225
|
-
- `bug_fixes`:
|
|
226
|
-
- `best_practices`:
|
|
221
|
+
### Categories
|
|
222
|
+
- `workflow_improvements`: Workflow improvements
|
|
223
|
+
- `tool_usage`: Tool usage
|
|
224
|
+
- `process_changes`: Process changes
|
|
225
|
+
- `bug_fixes`: Bug fixes
|
|
226
|
+
- `best_practices`: Best practices
|
|
227
227
|
|
|
228
|
-
##
|
|
228
|
+
## Prohibited Actions
|
|
229
229
|
|
|
230
|
-
- HANDOFF.md
|
|
231
|
-
-
|
|
232
|
-
-
|
|
233
|
-
-
|
|
234
|
-
- WIP
|
|
230
|
+
- Stage transition without HANDOFF.md
|
|
231
|
+
- Destructive operations without checkpoint (implementation/refactoring)
|
|
232
|
+
- Mixing multiple stages in single session
|
|
233
|
+
- Modifying previous stage outputs
|
|
234
|
+
- WIP commits, meaningless commit messages
|
|
235
235
|
|
|
236
|
-
##
|
|
236
|
+
## Directory Structure (Issue #17 Resolution)
|
|
237
237
|
|
|
238
|
-
### ⚠️
|
|
238
|
+
### ⚠️ Key Distinction: TEMPLATE_ROOT vs PROJECT_ROOT
|
|
239
239
|
|
|
240
240
|
```
|
|
241
|
-
TEMPLATE_ROOT (
|
|
242
|
-
/my-new-project/
|
|
243
|
-
├── stages/ ←
|
|
244
|
-
│ └── XX-stage/
|
|
245
|
-
│ └── outputs/
|
|
246
|
-
├── config/
|
|
241
|
+
TEMPLATE_ROOT (Pipeline Management) PROJECT_ROOT (Source Code)
|
|
242
|
+
/my-new-project/ /my-new-project/[project-name]/
|
|
243
|
+
├── stages/ ← Outputs ├── src/
|
|
244
|
+
│ └── XX-stage/ ├── public/
|
|
245
|
+
│ └── outputs/ ├── package.json
|
|
246
|
+
├── config/ └── ...
|
|
247
247
|
├── state/
|
|
248
248
|
└── CLAUDE.md
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
-
###
|
|
251
|
+
### Path Rules
|
|
252
252
|
|
|
253
|
-
|
|
|
254
|
-
|
|
255
|
-
|
|
|
256
|
-
|
|
|
257
|
-
|
|
|
253
|
+
| Type | Save Location | Example |
|
|
254
|
+
|------|---------------|---------|
|
|
255
|
+
| Outputs (documents) | `stages/XX/outputs/` | `ideas.md`, `architecture.md` |
|
|
256
|
+
| Source code | `[project-name]/src/` | Components, API |
|
|
257
|
+
| State files | `state/` | `progress.json`, checkpoints |
|
|
258
258
|
| HANDOFF | `stages/XX/` | `HANDOFF.md` |
|
|
259
259
|
|
|
260
|
-
### ⚠️
|
|
260
|
+
### ⚠️ Prohibited: Creating stages/ in PROJECT_ROOT
|
|
261
261
|
```
|
|
262
|
-
❌
|
|
262
|
+
❌ Incorrect structure
|
|
263
263
|
/my-new-project/my-app/
|
|
264
|
-
├── stages/ ←
|
|
264
|
+
├── stages/ ← Should not be created here!
|
|
265
265
|
└── src/
|
|
266
266
|
|
|
267
|
-
✅
|
|
267
|
+
✅ Correct structure
|
|
268
268
|
/my-new-project/
|
|
269
|
-
├── stages/ ← TEMPLATE_ROOT
|
|
269
|
+
├── stages/ ← Only exists in TEMPLATE_ROOT
|
|
270
270
|
└── my-app/
|
|
271
271
|
└── src/ ← PROJECT_ROOT
|
|
272
272
|
```
|
|
273
273
|
|
|
274
|
-
###
|
|
274
|
+
### Pipeline File Structure
|
|
275
275
|
|
|
276
276
|
```
|
|
277
277
|
config/
|
|
278
|
-
pipeline.yaml #
|
|
279
|
-
models.yaml # AI
|
|
280
|
-
context.yaml #
|
|
281
|
-
model_enforcement.yaml # AI
|
|
282
|
-
git.yaml # Git
|
|
283
|
-
mcp_fallbacks.yaml # MCP
|
|
284
|
-
ai_logging.yaml # AI
|
|
285
|
-
qa_logging.yaml #
|
|
286
|
-
implementation.yaml.template #
|
|
278
|
+
pipeline.yaml # Pipeline definition
|
|
279
|
+
models.yaml # AI model assignment
|
|
280
|
+
context.yaml # Context management settings
|
|
281
|
+
model_enforcement.yaml # AI role distribution
|
|
282
|
+
git.yaml # Git auto-commit rules
|
|
283
|
+
mcp_fallbacks.yaml # MCP fallback settings
|
|
284
|
+
ai_logging.yaml # AI call logging settings
|
|
285
|
+
qa_logging.yaml # Q&A auto-recording settings
|
|
286
|
+
implementation.yaml.template # Implementation rules template
|
|
287
287
|
|
|
288
288
|
stages/
|
|
289
289
|
XX-stage-name/
|
|
290
|
-
CLAUDE.md #
|
|
291
|
-
config.yaml #
|
|
292
|
-
prompts/ #
|
|
293
|
-
templates/ #
|
|
294
|
-
inputs/ #
|
|
295
|
-
outputs/ #
|
|
296
|
-
HANDOFF.md #
|
|
290
|
+
CLAUDE.md # Stage AI instructions
|
|
291
|
+
config.yaml # Stage settings
|
|
292
|
+
prompts/ # Prompt templates
|
|
293
|
+
templates/ # Output templates
|
|
294
|
+
inputs/ # Input files (previous stage links)
|
|
295
|
+
outputs/ # Output files (deliverables)
|
|
296
|
+
HANDOFF.md # Generated handoff
|
|
297
297
|
|
|
298
298
|
state/
|
|
299
|
-
progress.json #
|
|
300
|
-
checkpoints/ #
|
|
301
|
-
context/ #
|
|
302
|
-
handoffs/ #
|
|
303
|
-
templates/ #
|
|
299
|
+
progress.json # Pipeline progress
|
|
300
|
+
checkpoints/ # Checkpoint storage
|
|
301
|
+
context/ # Context state storage
|
|
302
|
+
handoffs/ # Handoff archive
|
|
303
|
+
templates/ # State templates
|
|
304
304
|
```
|
|
305
305
|
|
|
306
|
-
##
|
|
306
|
+
## Design Patterns Applied
|
|
307
307
|
|
|
308
|
-
1. **Sequential Workflow Architecture** -
|
|
309
|
-
2. **Stateless Orchestration** -
|
|
310
|
-
3. **Orchestrator-Workers** -
|
|
311
|
-
4. **Proactive State Externalization** -
|
|
312
|
-
5. **State Machine Workflow** -
|
|
313
|
-
6. **Layered Configuration** -
|
|
308
|
+
1. **Sequential Workflow Architecture** - Sequential stage definition and auto-progression
|
|
309
|
+
2. **Stateless Orchestration** - Stateless context transfer (HANDOFF.md)
|
|
310
|
+
3. **Orchestrator-Workers** - Parallel agent execution (Brainstorm stage)
|
|
311
|
+
4. **Proactive State Externalization** - External state file management
|
|
312
|
+
5. **State Machine Workflow** - State transition management (progress.json)
|
|
313
|
+
6. **Layered Configuration** - Hierarchical configuration structure (global → stage)
|
|
314
314
|
|
|
315
315
|
---
|
|
316
316
|
|
|
317
317
|
## Multi-AI Orchestration
|
|
318
318
|
|
|
319
|
-
>
|
|
319
|
+
> Configuration files: `config/ai_collaboration.yaml`, `config/ai_benchmarking.yaml`
|
|
320
320
|
|
|
321
|
-
### AI
|
|
321
|
+
### AI Collaboration Modes
|
|
322
322
|
|
|
323
|
-
|
|
|
324
|
-
|
|
325
|
-
| `parallel` |
|
|
326
|
-
| `sequential` |
|
|
327
|
-
| `debate` | AI
|
|
323
|
+
| Mode | Description | Used In Stages |
|
|
324
|
+
|------|-------------|----------------|
|
|
325
|
+
| `parallel` | Execute same task with multiple AIs simultaneously | 01-brainstorm, 02-research |
|
|
326
|
+
| `sequential` | Sequential handoff between AIs (review chain) | 06-implementation, 07-refactoring |
|
|
327
|
+
| `debate` | AI debate to reach optimal conclusions | 03-planning, 04-ui-ux |
|
|
328
328
|
|
|
329
|
-
### AI
|
|
329
|
+
### AI Model Specialization
|
|
330
330
|
|
|
331
|
-
| AI
|
|
332
|
-
|
|
333
|
-
| Claude |
|
|
334
|
-
| Gemini |
|
|
335
|
-
| Codex |
|
|
331
|
+
| AI Model | Strengths | Optimal Stages |
|
|
332
|
+
|----------|-----------|----------------|
|
|
333
|
+
| Claude | Accurate code generation, logic analysis | 06-implementation, 08-qa |
|
|
334
|
+
| Gemini | Creative ideas, rapid exploration | 01-brainstorm, 03-planning |
|
|
335
|
+
| Codex | Deep analysis, refactoring | 07-refactoring, 09-testing |
|
|
336
336
|
|
|
337
|
-
###
|
|
337
|
+
### Usage
|
|
338
338
|
```bash
|
|
339
|
-
#
|
|
340
|
-
/collaborate --mode parallel --models claude,gemini --task "
|
|
339
|
+
# Parallel collaboration execution
|
|
340
|
+
/collaborate --mode parallel --models claude,gemini --task "idea generation"
|
|
341
341
|
|
|
342
|
-
#
|
|
342
|
+
# Debate mode
|
|
343
343
|
/collaborate --mode debate --rounds 3
|
|
344
344
|
|
|
345
|
-
# AI
|
|
345
|
+
# AI benchmarking
|
|
346
346
|
/benchmark --task code_generation --models claude,codex
|
|
347
347
|
```
|
|
348
348
|
|
|
349
349
|
---
|
|
350
350
|
|
|
351
|
-
## Smart HANDOFF
|
|
351
|
+
## Smart HANDOFF System
|
|
352
352
|
|
|
353
|
-
>
|
|
353
|
+
> Configuration files: `config/handoff_intelligence.yaml`, `config/memory_integration.yaml`
|
|
354
354
|
|
|
355
|
-
###
|
|
356
|
-
-
|
|
357
|
-
-
|
|
358
|
-
-
|
|
359
|
-
-
|
|
360
|
-
- AI
|
|
355
|
+
### Auto-Extracted Items
|
|
356
|
+
- Completed tasks (`completed_tasks`)
|
|
357
|
+
- Key decisions (`key_decisions`)
|
|
358
|
+
- Modified files (`modified_files`)
|
|
359
|
+
- Pending issues (`pending_issues`)
|
|
360
|
+
- AI call history (`ai_call_history`)
|
|
361
361
|
|
|
362
|
-
###
|
|
363
|
-
-
|
|
364
|
-
-
|
|
365
|
-
-
|
|
362
|
+
### Context Compression
|
|
363
|
+
- **Strategy**: Semantic-based compression (`semantic`)
|
|
364
|
+
- **Target ratio**: 30% of original
|
|
365
|
+
- **Preserved items**: Key decisions, blocking issues, file changes
|
|
366
366
|
|
|
367
|
-
### AI
|
|
368
|
-
- claude-mem MCP
|
|
369
|
-
-
|
|
370
|
-
-
|
|
367
|
+
### AI Memory Integration
|
|
368
|
+
- Integration with claude-mem MCP
|
|
369
|
+
- Auto-save to memory on stage completion
|
|
370
|
+
- Previous context injection on stage start
|
|
371
371
|
|
|
372
|
-
### HANDOFF
|
|
372
|
+
### HANDOFF Modes
|
|
373
373
|
```bash
|
|
374
|
-
#
|
|
374
|
+
# Default (smart) HANDOFF
|
|
375
375
|
/handoff
|
|
376
376
|
|
|
377
|
-
#
|
|
377
|
+
# Compact mode (minimum essential info only)
|
|
378
378
|
/handoff --compact
|
|
379
379
|
|
|
380
|
-
#
|
|
380
|
+
# Detailed recovery HANDOFF
|
|
381
381
|
/handoff --recovery
|
|
382
382
|
```
|
|
383
383
|
|
|
384
384
|
---
|
|
385
385
|
|
|
386
|
-
##
|
|
386
|
+
## Auto-Checkpoint System
|
|
387
387
|
|
|
388
|
-
>
|
|
388
|
+
> Configuration files: `config/auto_checkpoint.yaml`, `config/smart_rollback.yaml`
|
|
389
389
|
|
|
390
|
-
###
|
|
390
|
+
### Auto-Generation Triggers
|
|
391
391
|
|
|
392
|
-
|
|
|
393
|
-
|
|
394
|
-
|
|
|
395
|
-
|
|
|
396
|
-
|
|
|
397
|
-
|
|
|
392
|
+
| Trigger | Condition | Action |
|
|
393
|
+
|---------|-----------|--------|
|
|
394
|
+
| Task-based | 5 tasks completed | Create checkpoint |
|
|
395
|
+
| File change | 100+ lines changed | Create checkpoint |
|
|
396
|
+
| Destructive operation | rm, delete, drop patterns | Force checkpoint |
|
|
397
|
+
| Time-based | 30 minutes elapsed | Create checkpoint |
|
|
398
398
|
|
|
399
|
-
###
|
|
400
|
-
-
|
|
401
|
-
-
|
|
399
|
+
### Retention Policy
|
|
400
|
+
- Max retention: 10
|
|
401
|
+
- Milestone retention: Stage completion checkpoints preserved permanently
|
|
402
402
|
|
|
403
|
-
###
|
|
403
|
+
### Smart Rollback
|
|
404
404
|
```bash
|
|
405
|
-
#
|
|
405
|
+
# Checkpoint list
|
|
406
406
|
/restore --list
|
|
407
407
|
|
|
408
|
-
#
|
|
408
|
+
# Rollback to specific checkpoint
|
|
409
409
|
/restore checkpoint_20240101_120000
|
|
410
410
|
|
|
411
|
-
#
|
|
411
|
+
# Partial rollback (file level)
|
|
412
412
|
/restore checkpoint_id --partial --files "src/auth/*"
|
|
413
413
|
```
|
|
414
414
|
|
|
415
415
|
---
|
|
416
416
|
|
|
417
|
-
##
|
|
417
|
+
## Pipeline Forking
|
|
418
418
|
|
|
419
|
-
>
|
|
419
|
+
> Configuration file: `config/pipeline_forking.yaml`
|
|
420
420
|
|
|
421
|
-
###
|
|
422
|
-
-
|
|
423
|
-
-
|
|
421
|
+
### Fork Points
|
|
422
|
+
- When architecture alternatives are proposed (03-planning)
|
|
423
|
+
- When technical choices exist (06-implementation)
|
|
424
424
|
|
|
425
|
-
###
|
|
426
|
-
-
|
|
427
|
-
-
|
|
425
|
+
### Fork Management
|
|
426
|
+
- **Max active forks**: 3
|
|
427
|
+
- **Merge strategy**: Best performer basis (`best_performer`)
|
|
428
428
|
|
|
429
|
-
###
|
|
430
|
-
-
|
|
431
|
-
-
|
|
432
|
-
-
|
|
429
|
+
### Comparison Metrics
|
|
430
|
+
- Code quality (`code_quality`)
|
|
431
|
+
- Performance (`performance`)
|
|
432
|
+
- Maintainability (`maintainability`)
|
|
433
433
|
|
|
434
|
-
###
|
|
434
|
+
### Usage
|
|
435
435
|
```bash
|
|
436
|
-
#
|
|
437
|
-
/fork create --reason "
|
|
436
|
+
# Create fork
|
|
437
|
+
/fork create --reason "architecture alternative exploration" --direction "microservices"
|
|
438
438
|
|
|
439
|
-
#
|
|
439
|
+
# Fork list
|
|
440
440
|
/fork list
|
|
441
441
|
|
|
442
|
-
#
|
|
442
|
+
# Compare forks
|
|
443
443
|
/fork compare
|
|
444
444
|
|
|
445
|
-
#
|
|
445
|
+
# Merge fork
|
|
446
446
|
/fork merge fork_name
|
|
447
447
|
|
|
448
|
-
#
|
|
448
|
+
# Delete fork
|
|
449
449
|
/fork delete fork_name
|
|
450
450
|
```
|
|
451
451
|
|
|
452
452
|
---
|
|
453
453
|
|
|
454
|
-
##
|
|
454
|
+
## Stage Personas
|
|
455
455
|
|
|
456
|
-
>
|
|
456
|
+
> Configuration file: `config/stage_personas.yaml`
|
|
457
457
|
|
|
458
|
-
|
|
458
|
+
Defines optimized AI behavior characteristics for each stage.
|
|
459
459
|
|
|
460
|
-
|
|
|
461
|
-
|
|
462
|
-
| 01-brainstorm | Creative Explorer |
|
|
463
|
-
| 02-research | Analytical Investigator |
|
|
464
|
-
| 03-planning | Strategic Architect |
|
|
465
|
-
| 06-implementation | Precise Builder |
|
|
466
|
-
| 07-refactoring | Code Surgeon |
|
|
467
|
-
| 08-qa | Quality Guardian |
|
|
460
|
+
| Stage | Persona | Characteristics | Temperature |
|
|
461
|
+
|-------|---------|-----------------|-------------|
|
|
462
|
+
| 01-brainstorm | Creative Explorer | Divergent thinking, unconstrained ideas | 0.9 |
|
|
463
|
+
| 02-research | Analytical Investigator | Systematic analysis, in-depth investigation | 0.5 |
|
|
464
|
+
| 03-planning | Strategic Architect | Long-term perspective, structural thinking | 0.6 |
|
|
465
|
+
| 06-implementation | Precise Builder | Accurate implementation, error prevention | 0.3 |
|
|
466
|
+
| 07-refactoring | Code Surgeon | Deep analysis, performance optimization | 0.5 |
|
|
467
|
+
| 08-qa | Quality Guardian | Thorough verification, risk detection | 0.4 |
|
|
468
468
|
|
|
469
469
|
---
|
|
470
470
|
|
|
471
|
-
##
|
|
471
|
+
## Output Validation
|
|
472
472
|
|
|
473
|
-
>
|
|
473
|
+
> Configuration file: `config/output_validation.yaml`
|
|
474
474
|
|
|
475
|
-
###
|
|
475
|
+
### Validation Items
|
|
476
476
|
|
|
477
|
-
|
|
|
478
|
-
|
|
479
|
-
| 01-brainstorm | `ideas.md` (
|
|
480
|
-
| 06-implementation | `src/` (lint, typecheck
|
|
481
|
-
| 09-testing | `tests/` (
|
|
477
|
+
| Stage | Required Outputs | Validation Command |
|
|
478
|
+
|-------|------------------|-------------------|
|
|
479
|
+
| 01-brainstorm | `ideas.md` (minimum 5 ideas) | - |
|
|
480
|
+
| 06-implementation | `src/` (lint, typecheck pass) | `npm run lint`, `npm run typecheck` |
|
|
481
|
+
| 09-testing | `tests/` (coverage 80%+) | `npm run test:coverage` |
|
|
482
482
|
|
|
483
|
-
###
|
|
484
|
-
-
|
|
485
|
-
-
|
|
483
|
+
### Quality Metrics
|
|
484
|
+
- Code quality threshold: 0.8
|
|
485
|
+
- Test coverage threshold: 80%
|
|
486
486
|
|
|
487
|
-
###
|
|
487
|
+
### Usage
|
|
488
488
|
```bash
|
|
489
|
-
#
|
|
489
|
+
# Validate current stage
|
|
490
490
|
/validate
|
|
491
491
|
|
|
492
|
-
#
|
|
492
|
+
# Validate specific stage
|
|
493
493
|
/validate --stage 06-implementation
|
|
494
494
|
|
|
495
|
-
#
|
|
495
|
+
# Include auto-fix
|
|
496
496
|
/validate --fix
|
|
497
497
|
|
|
498
|
-
#
|
|
498
|
+
# Verbose output
|
|
499
499
|
/validate --verbose
|
|
500
500
|
|
|
501
|
-
#
|
|
501
|
+
# Proceed despite failure (not recommended)
|
|
502
502
|
/validate --force
|
|
503
503
|
```
|
|
504
504
|
|
|
505
505
|
---
|
|
506
506
|
|
|
507
|
-
##
|
|
508
|
-
|
|
509
|
-
|
|
|
510
|
-
|
|
511
|
-
| `config/ai_collaboration.yaml` | AI
|
|
512
|
-
| `config/ai_benchmarking.yaml` | AI
|
|
513
|
-
| `config/handoff_intelligence.yaml` |
|
|
514
|
-
| `config/memory_integration.yaml` | AI
|
|
515
|
-
| `config/auto_checkpoint.yaml` |
|
|
516
|
-
| `config/smart_rollback.yaml` |
|
|
517
|
-
| `config/pipeline_forking.yaml` |
|
|
518
|
-
| `config/stage_personas.yaml` |
|
|
519
|
-
| `config/output_validation.yaml` |
|
|
520
|
-
|
|
521
|
-
##
|
|
522
|
-
|
|
523
|
-
|
|
|
524
|
-
|
|
525
|
-
| `state/ai_benchmarks/` | AI
|
|
526
|
-
| `state/forks/` |
|
|
527
|
-
| `state/validations/` |
|
|
528
|
-
|
|
507
|
+
## New Configuration Files
|
|
508
|
+
|
|
509
|
+
| File | Description |
|
|
510
|
+
|------|-------------|
|
|
511
|
+
| `config/ai_collaboration.yaml` | AI collaboration mode settings |
|
|
512
|
+
| `config/ai_benchmarking.yaml` | AI benchmarking settings |
|
|
513
|
+
| `config/handoff_intelligence.yaml` | Smart HANDOFF settings |
|
|
514
|
+
| `config/memory_integration.yaml` | AI memory integration settings |
|
|
515
|
+
| `config/auto_checkpoint.yaml` | Auto-checkpoint settings |
|
|
516
|
+
| `config/smart_rollback.yaml` | Smart rollback settings |
|
|
517
|
+
| `config/pipeline_forking.yaml` | Pipeline forking settings |
|
|
518
|
+
| `config/stage_personas.yaml` | Stage persona settings |
|
|
519
|
+
| `config/output_validation.yaml` | Output validation settings |
|
|
520
|
+
|
|
521
|
+
## New State Directories
|
|
522
|
+
|
|
523
|
+
| Directory | Description |
|
|
524
|
+
|-----------|-------------|
|
|
525
|
+
| `state/ai_benchmarks/` | AI benchmark results storage |
|
|
526
|
+
| `state/forks/` | Pipeline fork state storage |
|
|
527
|
+
| `state/validations/` | Validation results storage |
|