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.