mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
refactor(issue/queue): remove assigned_executor field from schema
Executor assignment is not needed in solution schema - execution context is determined at runtime. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -95,7 +95,6 @@ Queue formation command using **issue-queue-agent** that analyzes all bound solu
|
|||||||
"execution_group": "P1",
|
"execution_group": "P1",
|
||||||
"depends_on": [],
|
"depends_on": [],
|
||||||
"semantic_priority": 0.8,
|
"semantic_priority": 0.8,
|
||||||
"assigned_executor": "codex",
|
|
||||||
"files_touched": ["src/auth.ts", "src/utils.ts"],
|
"files_touched": ["src/auth.ts", "src/utils.ts"],
|
||||||
"task_count": 3
|
"task_count": 3
|
||||||
},
|
},
|
||||||
@@ -108,7 +107,6 @@ Queue formation command using **issue-queue-agent** that analyzes all bound solu
|
|||||||
"execution_group": "P1",
|
"execution_group": "P1",
|
||||||
"depends_on": [],
|
"depends_on": [],
|
||||||
"semantic_priority": 0.7,
|
"semantic_priority": 0.7,
|
||||||
"assigned_executor": "codex",
|
|
||||||
"files_touched": ["src/api.ts"],
|
"files_touched": ["src/api.ts"],
|
||||||
"task_count": 2
|
"task_count": 2
|
||||||
},
|
},
|
||||||
@@ -121,7 +119,6 @@ Queue formation command using **issue-queue-agent** that analyzes all bound solu
|
|||||||
"execution_group": "S2",
|
"execution_group": "S2",
|
||||||
"depends_on": ["S-1"],
|
"depends_on": ["S-1"],
|
||||||
"semantic_priority": 0.5,
|
"semantic_priority": 0.5,
|
||||||
"assigned_executor": "codex",
|
|
||||||
"files_touched": ["src/auth.ts"],
|
"files_touched": ["src/auth.ts"],
|
||||||
"task_count": 4
|
"task_count": 4
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user