docs: document intentional design decisions in atlas, todo-continuation, and delegation hooks

This commit is contained in:
YeonGyu-Kim
2026-02-10 21:58:26 +09:00
parent 1199e2b839
commit 2b87719c83
4 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ export async function executeSyncContinuation(
tools: {
...(resumeAgent ? getAgentToolRestrictions(resumeAgent) : {}),
task: allowTask,
call_omo_agent: true,
call_omo_agent: true, // Intentionally overrides restrictions - continuation context needs delegation capability even for restricted agents
question: false,
},
parts: [{ type: "text", text: args.prompt }],