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:
catlog22
2025-12-29 19:42:27 +08:00
parent a27f76abcb
commit aa093f9468

View File

@@ -95,7 +95,6 @@ Queue formation command using **issue-queue-agent** that analyzes all bound solu
"execution_group": "P1",
"depends_on": [],
"semantic_priority": 0.8,
"assigned_executor": "codex",
"files_touched": ["src/auth.ts", "src/utils.ts"],
"task_count": 3
},
@@ -108,7 +107,6 @@ Queue formation command using **issue-queue-agent** that analyzes all bound solu
"execution_group": "P1",
"depends_on": [],
"semantic_priority": 0.7,
"assigned_executor": "codex",
"files_touched": ["src/api.ts"],
"task_count": 2
},
@@ -121,7 +119,6 @@ Queue formation command using **issue-queue-agent** that analyzes all bound solu
"execution_group": "S2",
"depends_on": ["S-1"],
"semantic_priority": 0.5,
"assigned_executor": "codex",
"files_touched": ["src/auth.ts"],
"task_count": 4
}