From f7f9dca6b2823ebea942f4c6f962d48a3020ee72 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 15 May 2026 05:12:46 +0200 Subject: [PATCH] docs: simplify fanout_dispatch prompt guideline wording --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 1fb3a7c..73215d4 100644 --- a/index.ts +++ b/index.ts @@ -51,7 +51,7 @@ export default function (pi: ExtensionAPI) { promptGuidelines: [ "Use fanout_dispatch to run multiple agents in parallel without blocking the main session.", "After dispatching, you may do other work. Check status later with fanout_status.", - "When jobs complete, the system will send a follow-up message. Retrieve output with fanout_collect.", + "When jobs complete, the system will notify you. Retrieve output with fanout_collect.", ], execute: async (