diff --git a/src/core/templates/slash-command-templates.ts b/src/core/templates/slash-command-templates.ts index b7c42ebb..62040408 100644 --- a/src/core/templates/slash-command-templates.ts +++ b/src/core/templates/slash-command-templates.ts @@ -32,7 +32,7 @@ const applyReferences = `**Reference** const archiveSteps = `**Steps** 1. Identify the requested change ID (via the prompt or \`openspec list\`). -2. Run \`openspec archive \` to let the CLI move the change and apply spec updates (use \`--skip-specs\` only for tooling-only work). +2. Run \`openspec archive --yes\` to let the CLI move the change and apply spec updates without prompts (use \`--skip-specs\` only for tooling-only work). 3. Review the command output to confirm the target specs were updated and the change landed in \`changes/archive/\`. 4. Validate with \`openspec validate --strict\` and inspect with \`openspec show \` if anything looks off.`;