Remove disable-model-invocation flag from handoff skill documentation

This commit is contained in:
Matt Pocock 2026-05-06 12:53:07 +01:00
parent b27a1a46f8
commit c63fd971a7

View file

@ -2,7 +2,6 @@
name: handoff name: handoff
description: Compact the current conversation into a handoff document for another agent to pick up. 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?" 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`. 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`.