maestro-flow 0.3.10 → 0.3.11
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/.claude/agents/workflow-collab-planner.md +1 -1
- package/.claude/agents/workflow-executor.md +1 -1
- package/.claude/agents/workflow-plan-checker.md +1 -1
- package/.claude/agents/workflow-planner.md +1 -1
- package/.claude/commands/learn-decompose.md +176 -176
- package/.claude/commands/learn-follow.md +167 -167
- package/.claude/commands/learn-retro.md +1 -1
- package/.claude/commands/maestro-coordinate.md +1 -3
- package/.claude/commands/manage-harvest.md +131 -131
- package/.claude/commands/manage-issue.md +2 -2
- package/.claude/commands/spec-add.md +67 -56
- package/.claude/commands/spec-load.md +66 -64
- package/.claude/commands/spec-setup.md +5 -9
- package/.codex/skills/learn-decompose/SKILL.md +119 -0
- package/.codex/skills/learn-follow/SKILL.md +83 -0
- package/.codex/skills/learn-investigate/SKILL.md +83 -0
- package/.codex/skills/learn-retro/SKILL.md +83 -0
- package/.codex/skills/learn-second-opinion/SKILL.md +86 -0
- package/.codex/skills/maestro/SKILL.md +151 -279
- package/.codex/skills/maestro-analyze/SKILL.md +59 -71
- package/.codex/skills/maestro-brainstorm/SKILL.md +452 -463
- package/.codex/skills/maestro-chain/SKILL.md +95 -110
- package/.codex/skills/maestro-coordinate/SKILL.md +68 -234
- package/.codex/skills/maestro-execute/SKILL.md +435 -446
- package/.codex/skills/maestro-fork/SKILL.md +68 -0
- package/.codex/skills/maestro-init/SKILL.md +171 -167
- package/.codex/skills/maestro-learn/SKILL.md +80 -0
- package/.codex/skills/maestro-link-coordinate/SKILL.md +224 -220
- package/.codex/skills/maestro-merge/SKILL.md +62 -0
- package/.codex/skills/maestro-milestone-audit/SKILL.md +108 -103
- package/.codex/skills/maestro-milestone-complete/SKILL.md +155 -149
- package/.codex/skills/maestro-milestone-release/SKILL.md +70 -0
- package/.codex/skills/maestro-overlay/SKILL.md +188 -185
- package/.codex/skills/maestro-plan/SKILL.md +58 -69
- package/.codex/skills/maestro-quick/SKILL.md +26 -23
- package/.codex/skills/maestro-roadmap/SKILL.md +65 -73
- package/.codex/skills/maestro-spec-generate/SKILL.md +66 -74
- package/.codex/skills/maestro-ui-design/SKILL.md +34 -31
- package/.codex/skills/maestro-verify/SKILL.md +556 -566
- package/.codex/skills/manage-codebase-rebuild/SKILL.md +397 -405
- package/.codex/skills/manage-codebase-refresh/SKILL.md +93 -82
- package/.codex/skills/manage-harvest/SKILL.md +82 -0
- package/.codex/skills/manage-issue/SKILL.md +80 -65
- package/.codex/skills/manage-issue-discover/SKILL.md +491 -503
- package/.codex/skills/manage-learn/SKILL.md +190 -186
- package/.codex/skills/manage-memory/SKILL.md +95 -72
- package/.codex/skills/manage-memory-capture/SKILL.md +99 -86
- package/.codex/skills/manage-status/SKILL.md +102 -89
- package/.codex/skills/quality-business-test/SKILL.md +228 -223
- package/.codex/skills/quality-debug/SKILL.md +54 -66
- package/.codex/skills/quality-integration-test/SKILL.md +532 -544
- package/.codex/skills/quality-refactor/SKILL.md +197 -191
- package/.codex/skills/quality-retrospective/SKILL.md +512 -505
- package/.codex/skills/quality-review/SKILL.md +93 -105
- package/.codex/skills/quality-sync/SKILL.md +101 -89
- package/.codex/skills/quality-test/SKILL.md +202 -198
- package/.codex/skills/quality-test-gen/SKILL.md +93 -104
- package/.codex/skills/spec-add/SKILL.md +58 -39
- package/.codex/skills/spec-load/SKILL.md +45 -40
- package/.codex/skills/spec-map/SKILL.md +180 -182
- package/.codex/skills/spec-setup/SKILL.md +94 -76
- package/.codex/skills/team-coordinate/SKILL.md +346 -357
- package/.codex/skills/team-executor/SKILL.md +70 -112
- package/.codex/skills/team-lifecycle-v4/SKILL.md +311 -299
- package/.codex/skills/team-quality-assurance/SKILL.md +234 -227
- package/.codex/skills/team-review/SKILL.md +232 -225
- package/.codex/skills/team-tech-debt/SKILL.md +78 -100
- package/.codex/skills/team-testing/SKILL.md +242 -235
- package/.codex/skills/wiki-connect/SKILL.md +75 -0
- package/.codex/skills/wiki-digest/SKILL.md +87 -0
- package/README.md +7 -4
- package/README.zh-CN.md +7 -4
- package/dashboard/dist-server/dashboard/src/server/routes/specs.d.ts +1 -1
- package/dashboard/dist-server/dashboard/src/server/routes/specs.js +75 -30
- package/dashboard/dist-server/dashboard/src/server/routes/specs.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/state/event-bus.d.ts +5 -0
- package/dashboard/dist-server/dashboard/src/server/state/event-bus.js +5 -0
- package/dashboard/dist-server/dashboard/src/server/state/event-bus.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/shared/constants.js +5 -0
- package/dashboard/dist-server/dashboard/src/shared/constants.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/shared/team-types.d.ts +21 -0
- package/dashboard/dist-server/dashboard/src/shared/team-types.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/shared/types.d.ts +3 -2
- package/dashboard/dist-server/dashboard/src/shared/ws-protocol.d.ts +1 -1
- package/dashboard/dist-server/dashboard/src/shared/ws-protocol.js.map +1 -1
- package/dashboard/dist-server/src/hooks/constants.d.ts +2 -0
- package/dashboard/dist-server/src/hooks/constants.js +2 -0
- package/dashboard/dist-server/src/hooks/constants.js.map +1 -1
- package/dist/src/commands/collab.js +4 -4
- package/dist/src/commands/collab.js.map +1 -1
- package/dist/src/commands/hooks.d.ts.map +1 -1
- package/dist/src/commands/hooks.js +66 -1
- package/dist/src/commands/hooks.js.map +1 -1
- package/dist/src/commands/spec.d.ts.map +1 -1
- package/dist/src/commands/spec.js +7 -2
- package/dist/src/commands/spec.js.map +1 -1
- package/dist/src/hooks/constants.d.ts +2 -0
- package/dist/src/hooks/constants.d.ts.map +1 -1
- package/dist/src/hooks/constants.js +2 -0
- package/dist/src/hooks/constants.js.map +1 -1
- package/dist/src/hooks/guards/index.d.ts +1 -0
- package/dist/src/hooks/guards/index.d.ts.map +1 -1
- package/dist/src/hooks/guards/index.js +1 -0
- package/dist/src/hooks/guards/index.js.map +1 -1
- package/dist/src/hooks/guards/spec-validator.d.ts +25 -0
- package/dist/src/hooks/guards/spec-validator.d.ts.map +1 -0
- package/dist/src/hooks/guards/spec-validator.js +66 -0
- package/dist/src/hooks/guards/spec-validator.js.map +1 -0
- package/dist/src/hooks/keyword-spec-injector.d.ts +21 -0
- package/dist/src/hooks/keyword-spec-injector.d.ts.map +1 -0
- package/dist/src/hooks/keyword-spec-injector.js +96 -0
- package/dist/src/hooks/keyword-spec-injector.js.map +1 -0
- package/dist/src/hooks/plugins/spec-injection-plugin.d.ts +2 -1
- package/dist/src/hooks/plugins/spec-injection-plugin.d.ts.map +1 -1
- package/dist/src/hooks/plugins/spec-injection-plugin.js +21 -12
- package/dist/src/hooks/plugins/spec-injection-plugin.js.map +1 -1
- package/dist/src/hooks/spec-bridge.d.ts +40 -0
- package/dist/src/hooks/spec-bridge.d.ts.map +1 -0
- package/dist/src/hooks/spec-bridge.js +97 -0
- package/dist/src/hooks/spec-bridge.js.map +1 -0
- package/dist/src/hooks/spec-injector.d.ts.map +1 -1
- package/dist/src/hooks/spec-injector.js +18 -12
- package/dist/src/hooks/spec-injector.js.map +1 -1
- package/dist/src/team/phase-orchestrator.d.ts +52 -0
- package/dist/src/team/phase-orchestrator.d.ts.map +1 -0
- package/dist/src/team/phase-orchestrator.js +165 -0
- package/dist/src/team/phase-orchestrator.js.map +1 -0
- package/dist/src/team/phase-types.d.ts +51 -0
- package/dist/src/team/phase-types.d.ts.map +1 -0
- package/dist/src/team/phase-types.js +41 -0
- package/dist/src/team/phase-types.js.map +1 -0
- package/dist/src/tools/index.d.ts.map +1 -1
- package/dist/src/tools/index.js +6 -0
- package/dist/src/tools/index.js.map +1 -1
- package/dist/src/tools/spec-entry-parser.d.ts +56 -0
- package/dist/src/tools/spec-entry-parser.d.ts.map +1 -0
- package/dist/src/tools/spec-entry-parser.js +196 -0
- package/dist/src/tools/spec-entry-parser.js.map +1 -0
- package/dist/src/tools/spec-init.d.ts.map +1 -1
- package/dist/src/tools/spec-init.js +66 -92
- package/dist/src/tools/spec-init.js.map +1 -1
- package/dist/src/tools/spec-keyword-index.d.ts +30 -0
- package/dist/src/tools/spec-keyword-index.d.ts.map +1 -0
- package/dist/src/tools/spec-keyword-index.js +101 -0
- package/dist/src/tools/spec-keyword-index.js.map +1 -0
- package/dist/src/tools/spec-loader.d.ts +3 -3
- package/dist/src/tools/spec-loader.d.ts.map +1 -1
- package/dist/src/tools/spec-loader.js +49 -23
- package/dist/src/tools/spec-loader.js.map +1 -1
- package/dist/src/tools/team-agents.d.ts +27 -0
- package/dist/src/tools/team-agents.d.ts.map +1 -0
- package/dist/src/tools/team-agents.js +362 -0
- package/dist/src/tools/team-agents.js.map +1 -0
- package/dist/src/tools/team-mailbox.d.ts +40 -0
- package/dist/src/tools/team-mailbox.d.ts.map +1 -0
- package/dist/src/tools/team-mailbox.js +384 -0
- package/dist/src/tools/team-mailbox.js.map +1 -0
- package/dist/src/tools/team-msg.d.ts +17 -8
- package/dist/src/tools/team-msg.d.ts.map +1 -1
- package/dist/src/tools/team-msg.js +110 -13
- package/dist/src/tools/team-msg.js.map +1 -1
- package/dist/src/tools/team-tasks-mcp.d.ts +27 -0
- package/dist/src/tools/team-tasks-mcp.d.ts.map +1 -0
- package/dist/src/tools/team-tasks-mcp.js +408 -0
- package/dist/src/tools/team-tasks-mcp.js.map +1 -0
- package/package.json +2 -1
- package/workflows/analyze.md +816 -816
- package/workflows/brainstorm.md +471 -471
- package/workflows/codebase-rebuild.md +332 -332
- package/workflows/codebase-refresh.md +240 -240
- package/workflows/execute.md +1 -1
- package/workflows/harvest.md +420 -420
- package/workflows/integration-test.md +343 -343
- package/workflows/issue-discover.md +414 -414
- package/workflows/map.md +111 -111
- package/workflows/milestone-complete.md +176 -176
- package/workflows/plan.md +1 -1
- package/workflows/quick.md +497 -497
- package/workflows/refactor.md +300 -300
- package/workflows/roadmap.md +335 -335
- package/workflows/spec-generate.md +640 -640
- package/workflows/specs-add.md +46 -81
- package/workflows/specs-load.md +15 -17
- package/workflows/specs-setup.md +40 -161
|
@@ -5,33 +5,7 @@ argument-hint: "[-y|--yes] [-c|--concurrency N] [--continue] \"[bug description]
|
|
|
5
5
|
allowed-tools: spawn_agents_on_csv, Read, Write, Edit, Bash, Glob, Grep, AskUserQuestion
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
When `--yes` or `-y`: Auto-confirm hypothesis selection, skip interactive symptom gathering (require bug description in args), use defaults for mode detection.
|
|
11
|
-
|
|
12
|
-
# Maestro Debug (CSV Wave)
|
|
13
|
-
|
|
14
|
-
## Usage
|
|
15
|
-
|
|
16
|
-
```bash
|
|
17
|
-
$quality-debug "Login button throws 500 error on click"
|
|
18
|
-
$quality-debug -y "JWT token not refreshed --from-uat 3"
|
|
19
|
-
$quality-debug -c 4 "Navigation crash --from-uat 3 --parallel"
|
|
20
|
-
$quality-debug --continue "debug-jwt-expiry-20260318"
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
**Flags**:
|
|
24
|
-
- `-y, --yes`: Skip all confirmations (auto mode)
|
|
25
|
-
- `-c, --concurrency N`: Max concurrent agents within each wave (default: 5)
|
|
26
|
-
- `--continue`: Resume existing session
|
|
27
|
-
|
|
28
|
-
**Output Directory**: `.workflow/.csv-wave/{session-id}/`
|
|
29
|
-
**Core Output**: `tasks.csv` (master state) + `results.csv` (final) + `discoveries.ndjson` (shared exploration) + `context.md` (human-readable report)
|
|
30
|
-
|
|
31
|
-
---
|
|
32
|
-
|
|
33
|
-
## Overview
|
|
34
|
-
|
|
8
|
+
<purpose>
|
|
35
9
|
Wave-based hypothesis-driven debugging using `spawn_agents_on_csv`. Wave 1 explores hypotheses in parallel, Wave 2 attempts fixes on confirmed hypotheses in parallel.
|
|
36
10
|
|
|
37
11
|
**Core workflow**: Gather Symptoms -> Generate Hypotheses -> Parallel Investigation -> Parallel Fix Attempts -> Unify Results
|
|
@@ -71,10 +45,28 @@ Wave-based hypothesis-driven debugging using `spawn_agents_on_csv`. Wave 1 explo
|
|
|
71
45
|
| |
|
|
72
46
|
+---------------------------------------------------------------------------+
|
|
73
47
|
```
|
|
48
|
+
</purpose>
|
|
74
49
|
|
|
75
|
-
|
|
50
|
+
<context>
|
|
51
|
+
```bash
|
|
52
|
+
$quality-debug "Login button throws 500 error on click"
|
|
53
|
+
$quality-debug -y "JWT token not refreshed --from-uat 3"
|
|
54
|
+
$quality-debug -c 4 "Navigation crash --from-uat 3 --parallel"
|
|
55
|
+
$quality-debug --continue "debug-jwt-expiry-20260318"
|
|
56
|
+
```
|
|
76
57
|
|
|
77
|
-
|
|
58
|
+
**Flags**:
|
|
59
|
+
- `-y, --yes`: Skip all confirmations (auto mode)
|
|
60
|
+
- `-c, --concurrency N`: Max concurrent agents within each wave (default: 5)
|
|
61
|
+
- `--continue`: Resume existing session
|
|
62
|
+
|
|
63
|
+
When `--yes` or `-y`: Auto-confirm hypothesis selection, skip interactive symptom gathering (require bug description in args), use defaults for mode detection.
|
|
64
|
+
|
|
65
|
+
**Output Directory**: `.workflow/.csv-wave/{session-id}/`
|
|
66
|
+
**Core Output**: `tasks.csv` (master state) + `results.csv` (final) + `discoveries.ndjson` (shared exploration) + `context.md` (human-readable report)
|
|
67
|
+
</context>
|
|
68
|
+
|
|
69
|
+
<csv_schema>
|
|
78
70
|
|
|
79
71
|
### tasks.csv (Master State)
|
|
80
72
|
|
|
@@ -103,16 +95,14 @@ id,title,description,hypothesis,evidence_for,evidence_against,deps,context_from,
|
|
|
103
95
|
| `status` | Output | `pending` -> `confirmed` / `refuted` / `inconclusive` / `fixed` / `fix_failed` / `skipped` |
|
|
104
96
|
| `findings` | Output | Key findings summary (max 500 chars) |
|
|
105
97
|
| `fix_applied` | Output | Description of fix applied (wave 2 only) |
|
|
106
|
-
| `verified` | Output | `true` / `false`
|
|
98
|
+
| `verified` | Output | `true` / `false` -- whether fix was verified to work (wave 2 only) |
|
|
107
99
|
| `error` | Output | Error message if failed |
|
|
108
100
|
|
|
109
101
|
### Per-Wave CSV (Temporary)
|
|
110
102
|
|
|
111
103
|
Each wave generates `wave-{N}.csv` with extra `prev_context` column.
|
|
112
104
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
## Output Artifacts
|
|
105
|
+
### Output Artifacts
|
|
116
106
|
|
|
117
107
|
| File | Purpose | Lifecycle |
|
|
118
108
|
|------|---------|-----------|
|
|
@@ -122,9 +112,7 @@ Each wave generates `wave-{N}.csv` with extra `prev_context` column.
|
|
|
122
112
|
| `discoveries.ndjson` | Shared exploration board | Append-only, carries across waves |
|
|
123
113
|
| `context.md` | Human-readable diagnosis report | Created in Phase 3 |
|
|
124
114
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
## Session Structure
|
|
115
|
+
### Session Structure
|
|
128
116
|
|
|
129
117
|
```
|
|
130
118
|
.workflow/.csv-wave/debug-{slug}-{date}/
|
|
@@ -134,10 +122,20 @@ Each wave generates `wave-{N}.csv` with extra `prev_context` column.
|
|
|
134
122
|
+-- context.md
|
|
135
123
|
+-- wave-{N}.csv (temporary)
|
|
136
124
|
```
|
|
125
|
+
</csv_schema>
|
|
137
126
|
|
|
138
|
-
|
|
127
|
+
<invariants>
|
|
128
|
+
1. **Start Immediately**: First action is session initialization, then Phase 1
|
|
129
|
+
2. **Wave Order is Sacred**: Never execute wave 2 before wave 1 completes and results are merged
|
|
130
|
+
3. **CSV is Source of Truth**: Master tasks.csv holds all state
|
|
131
|
+
4. **Context Propagation**: prev_context built from master CSV, not from memory
|
|
132
|
+
5. **Discovery Board is Append-Only**: Never clear, modify, or recreate discoveries.ndjson
|
|
133
|
+
6. **Skip on Refuted**: Wave 2 fix tasks skip if their hypothesis was refuted or inconclusive
|
|
134
|
+
7. **Cleanup Temp Files**: Remove wave-{N}.csv after results are merged
|
|
135
|
+
8. **DO NOT STOP**: Continuous execution until all waves complete
|
|
136
|
+
</invariants>
|
|
139
137
|
|
|
140
|
-
|
|
138
|
+
<execution>
|
|
141
139
|
|
|
142
140
|
### Session Initialization
|
|
143
141
|
|
|
@@ -167,8 +165,6 @@ const sessionFolder = `.workflow/.csv-wave/${sessionId}`
|
|
|
167
165
|
Bash(`mkdir -p ${sessionFolder}`)
|
|
168
166
|
```
|
|
169
167
|
|
|
170
|
-
---
|
|
171
|
-
|
|
172
168
|
### Phase 1: Input Resolution -> CSV
|
|
173
169
|
|
|
174
170
|
**Objective**: Parse mode, gather symptoms or load UAT gaps, generate hypotheses, build tasks.csv.
|
|
@@ -207,8 +203,6 @@ Bash(`mkdir -p ${sessionFolder}`)
|
|
|
207
203
|
|
|
208
204
|
**User validation**: Display hypothesis breakdown (skip if AUTO_YES).
|
|
209
205
|
|
|
210
|
-
---
|
|
211
|
-
|
|
212
206
|
### Phase 2: Wave Execution Engine
|
|
213
207
|
|
|
214
208
|
**Objective**: Investigate hypotheses wave-by-wave via spawn_agents_on_csv.
|
|
@@ -287,8 +281,6 @@ spawn_agents_on_csv({
|
|
|
287
281
|
7. Merge results into master `tasks.csv`
|
|
288
282
|
8. Delete `wave-2.csv`
|
|
289
283
|
|
|
290
|
-
---
|
|
291
|
-
|
|
292
284
|
### Phase 3: Results Aggregation
|
|
293
285
|
|
|
294
286
|
**Objective**: Generate final results and human-readable report.
|
|
@@ -347,11 +339,9 @@ spawn_agents_on_csv({
|
|
|
347
339
|
|
|
348
340
|
7. Display summary.
|
|
349
341
|
|
|
350
|
-
|
|
342
|
+
### Shared Discovery Board Protocol
|
|
351
343
|
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
### Standard Discovery Types
|
|
344
|
+
#### Standard Discovery Types
|
|
355
345
|
|
|
356
346
|
| Type | Dedup Key | Data Schema | Description |
|
|
357
347
|
|------|-----------|-------------|-------------|
|
|
@@ -361,7 +351,7 @@ spawn_agents_on_csv({
|
|
|
361
351
|
| `blocker` | `data.issue` | `{issue, severity, impact}` | Blocking issue found |
|
|
362
352
|
| `tech_stack` | singleton | `{framework, language, tools[]}` | Technology stack info |
|
|
363
353
|
|
|
364
|
-
|
|
354
|
+
#### Domain Discovery Types
|
|
365
355
|
|
|
366
356
|
| Type | Dedup Key | Data Schema | Description |
|
|
367
357
|
|------|-----------|-------------|-------------|
|
|
@@ -370,7 +360,7 @@ spawn_agents_on_csv({
|
|
|
370
360
|
| `affected_component` | `data.component` | `{component, files[], impact}` | Component affected by bug |
|
|
371
361
|
| `reproduction_path` | `data.trigger` | `{trigger, steps[], frequency}` | Bug reproduction path |
|
|
372
362
|
|
|
373
|
-
|
|
363
|
+
#### Protocol
|
|
374
364
|
|
|
375
365
|
1. **Read** `{session_folder}/discoveries.ndjson` before own investigation
|
|
376
366
|
2. **Skip covered**: If discovery of same type + dedup key exists, skip
|
|
@@ -381,10 +371,9 @@ spawn_agents_on_csv({
|
|
|
381
371
|
```bash
|
|
382
372
|
echo '{"ts":"<ISO>","worker":"{id}","type":"root_cause","data":{"location":"src/auth/login.ts:42","cause":"null_dereference","severity":"high","confidence":"confirmed"}}' >> {session_folder}/discoveries.ndjson
|
|
383
373
|
```
|
|
374
|
+
</execution>
|
|
384
375
|
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
## Error Handling
|
|
376
|
+
<error_codes>
|
|
388
377
|
|
|
389
378
|
| Error | Resolution |
|
|
390
379
|
|-------|------------|
|
|
@@ -398,16 +387,15 @@ echo '{"ts":"<ISO>","worker":"{id}","type":"root_cause","data":{"location":"src/
|
|
|
398
387
|
| discoveries.ndjson corrupt | Ignore malformed lines |
|
|
399
388
|
| Continue mode: no session found | List available sessions |
|
|
400
389
|
| Existing debug session found | Offer resume (skip if AUTO_YES) |
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
8. **DO NOT STOP**: Continuous execution until all waves complete
|
|
390
|
+
</error_codes>
|
|
391
|
+
|
|
392
|
+
<success_criteria>
|
|
393
|
+
- [ ] Session folder created with valid tasks.csv
|
|
394
|
+
- [ ] Wave 1 hypotheses investigated in parallel
|
|
395
|
+
- [ ] Refuted/inconclusive hypotheses correctly skip wave 2 fix tasks
|
|
396
|
+
- [ ] Wave 2 fixes attempted only for confirmed hypotheses
|
|
397
|
+
- [ ] context.md produced with diagnosis summary
|
|
398
|
+
- [ ] UAT gaps updated (if --from-uat)
|
|
399
|
+
- [ ] Issues updated with diagnosis results
|
|
400
|
+
- [ ] discoveries.ndjson append-only throughout
|
|
401
|
+
</success_criteria>
|