docs(agents): document fork task-scope and TaskList access constraints #73
Reference in New Issue
Block a user
Delete Branch "docs/68-70-subagent-orchestration-guidance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a "Subagent orchestration" section to the root
AGENTS.mdcovering two orchestration gaps surfaced during the issue #6 gitea plugin redesign session:TaskGet/TaskUpdate/TaskListare fork-only — fresh (non-fork) subagents cannot access them. Coordinators must own task-list bookkeeping themselves when delegating to fresh agents.Refs #68, #70 — these will need manual closing after merge (Gitea doesn't auto-close on merge).