From 630b2a834f5ed43b2005c27bac70186c6dc174ac Mon Sep 17 00:00:00 2001 From: Phil Larson Date: Fri, 12 Jun 2026 15:00:39 -0700 Subject: [PATCH] docs(FN-424): add no-commit completion changeset --- .changeset/fn-424-plan-only-no-commit.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fn-424-plan-only-no-commit.md diff --git a/.changeset/fn-424-plan-only-no-commit.md b/.changeset/fn-424-plan-only-no-commit.md new file mode 100644 index 0000000000..2f4f8d771c --- /dev/null +++ b/.changeset/fn-424-plan-only-no-commit.md @@ -0,0 +1,5 @@ +--- +"@fusion/engine": patch +--- + +Allow narrowly scoped plan-only operational tasks to complete without source commits when their prompt or metadata explicitly declares no-source/no-code intent and their recorded evidence satisfies the task. The commit guard still rejects missing commits for normal implementation tasks and still enforces worktree and branch invariants before applying the no-commit exemption.