From c63fd971a7ae555b20c98f282f6284d2bc2bcaf6 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Wed, 6 May 2026 12:53:07 +0100 Subject: [PATCH] Remove disable-model-invocation flag from handoff skill documentation --- skills/in-progress/handoff/SKILL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/skills/in-progress/handoff/SKILL.md b/skills/in-progress/handoff/SKILL.md index 31fbc52..945ea21 100644 --- a/skills/in-progress/handoff/SKILL.md +++ b/skills/in-progress/handoff/SKILL.md @@ -2,7 +2,6 @@ name: handoff description: Compact the current conversation into a handoff document for another agent to pick up. argument-hint: "What will the next session be used for?" -disable-model-invocation: true --- Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by `mktemp -t handoff-XXXXXX.md`.