-
Notifications
You must be signed in to change notification settings - Fork 0
[Epic] Sub-Agent Question Propagation Fix (A→B→C→D) #138
Copy link
Copy link
Open
11 / 1211 of 12 issues completed
Copy link
Labels
area/framework框架代码(.opencode/)框架代码(.opencode/)bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestepicA large task that can be broken down into sub-tasksA large task that can be broken down into sub-tasksp1Priority 1 - HighPriority 1 - Highpriority-criticalpriority-hightech-debttesting
Metadata
Metadata
Assignees
Labels
area/framework框架代码(.opencode/)框架代码(.opencode/)bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestepicA large task that can be broken down into sub-tasksA large task that can be broken down into sub-tasksp1Priority 1 - HighPriority 1 - Highpriority-criticalpriority-hightech-debttesting
Epic: Sub-Agent Question Propagation Fix
Source:
docs/review/framework-refactor/sub-agent-question-propagation-issue.mdSeverity: MEDIUM
Recommended sequence: A (Phase 0) → B (Phase 1) → C (Phase 2), with D tracked as upstream enhancement.
Problem
Subagents are configured with
question: allow, but thequestiontool does not propagate from child Task() sessions to the parent/user session. This creates silent stalls and deadlocks in sub-agent workflows.Phases
Phase 0 — Documentation and Prompt Safety (Option A)
Phase 1 — Runtime Guard and Logging (Option B)
Phase 2 — Permission Cleanup (Option C)
Phase 3 — Harness and Regression Tests
Phase 4 — Upstream Enhancement (Option D, Tracked)
Acceptance Criteria (from §10)
question.questionas expected normal tool, or a runtime guard blocks it.questionuse in child sessions.questionattempts are visible in Log Central.Knowledge-Curatorfor UC7KS.