From aa093f9468ab99671abddb4b7e11e185ed949748 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Mon, 29 Dec 2025 19:42:27 +0800 Subject: [PATCH] refactor(issue/queue): remove assigned_executor field from schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .claude/commands/issue/queue.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.claude/commands/issue/queue.md b/.claude/commands/issue/queue.md index b35b963d..38ac99f3 100644 --- a/.claude/commands/issue/queue.md +++ b/.claude/commands/issue/queue.md @@ -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 }