From 63c4742f52b49eecc98109e83d608aa979a02dc1 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Tue, 21 Jul 2026 18:03:48 -0700 Subject: [PATCH] chore: add changeset for fn_task_prompt_write approval exemption --- .changeset/exempt-task-prompt-write-approval.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/exempt-task-prompt-write-approval.md diff --git a/.changeset/exempt-task-prompt-write-approval.md b/.changeset/exempt-task-prompt-write-approval.md new file mode 100644 index 0000000000..6d4279a5f5 --- /dev/null +++ b/.changeset/exempt-task-prompt-write-approval.md @@ -0,0 +1,7 @@ +--- +"@runfusion/fusion": patch +--- + +summary: Allow planning sessions to persist PROMPT.md without an approval gate. +category: fix +dev: Classify `fn_task_prompt_write` as coordination-exempt in both gate paths so permanent-agent unknown-tool fail-safe no longer requires approval for plan/spec writes.