diff --git a/.changeset/continue-active-workflow-prompts.md b/.changeset/continue-active-workflow-prompts.md new file mode 100644 index 0000000000..4cb48fa03f --- /dev/null +++ b/.changeset/continue-active-workflow-prompts.md @@ -0,0 +1,5 @@ +--- +"@fission-ai/openspec": patch +--- + +Continue commands now open with an instruction to follow the active OpenSpec workflow directly, so local models no longer try to call a tool named after it (#1944). diff --git a/.changeset/kilocode-command-directory.md b/.changeset/kilocode-command-directory.md new file mode 100644 index 0000000000..9822d1b819 --- /dev/null +++ b/.changeset/kilocode-command-directory.md @@ -0,0 +1,5 @@ +--- +"@fission-ai/openspec": patch +--- + +Generate Kilo Code commands in `.kilo/command/`, the directory Kilo Code reads, instead of `.kilocode/workflows/` (#1938). `openspec init` and legacy cleanup remove the workflow files OpenSpec generated there, matched by their known file names (including copies you edited), and leave files with other names in place.