fix: update dependency graph key from 'blockedBy' to 'addBlockedBy' in task analysis and dispatch documentation

This commit is contained in:
catlog22
2026-03-19 20:16:13 +08:00
parent 1abfdb8793
commit 28e9701fe1
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ Write <session>/task-analysis.json:
"task_description": "<original>", "task_description": "<original>",
"pipeline_mode": "<discovery|testing|full>", "pipeline_mode": "<discovery|testing|full>",
"capabilities": [{ "name": "<cap>", "prefix": "<PREFIX>", "keywords": ["..."] }], "capabilities": [{ "name": "<cap>", "prefix": "<PREFIX>", "keywords": ["..."] }],
"dependency_graph": { "<TASK-ID>": { "role": "<role>", "blockedBy": ["..."], "priority": "P0|P1|P2" } }, "dependency_graph": { "<TASK-ID>": { "role": "<role>", "addBlockedBy": ["..."], "priority": "P0|P1|P2" } },
"roles": [{ "name": "<role>", "prefix": "<PREFIX>", "inner_loop": false }], "roles": [{ "name": "<role>", "prefix": "<PREFIX>", "inner_loop": false }],
"complexity": { "score": 0, "level": "Low|Medium|High" }, "complexity": { "score": 0, "level": "Low|Medium|High" },
"gc_loop_enabled": true "gc_loop_enabled": true

View File

@@ -94,7 +94,7 @@ SCOUT-002 (scout): Regression scan after fixes
- No orphan tasks (all tasks have valid owner) - No orphan tasks (all tasks have valid owner)
- No circular dependencies - No circular dependencies
- All blockedBy references exist - All addBlockedBy references exist
- Session reference in every task description - Session reference in every task description
- RoleSpec reference in every task description - RoleSpec reference in every task description