From bbc65685b957b8435418fc1fde986414928fd01b Mon Sep 17 00:00:00 2001 From: Danny Goodall Date: Wed, 21 Jan 2026 14:40:38 +0000 Subject: [PATCH 1/2] Add /opsx:bulk-archive to experimental workflow setup command --- src/commands/artifact-workflow.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/artifact-workflow.ts b/src/commands/artifact-workflow.ts index a5dfe8a830..3fe86ab8ea 100644 --- a/src/commands/artifact-workflow.ts +++ b/src/commands/artifact-workflow.ts @@ -1025,6 +1025,7 @@ ${template.content} console.log(' • /opsx:sync - Sync delta specs to main specs'); console.log(' • /opsx:verify - Verify implementation matches artifacts'); console.log(' • /opsx:archive - Archive a completed change'); + console.log(' • /opsx:bulk-archive - Archive mulitple completed changes'); console.log(); console.log(chalk.yellow('💡 This is an experimental feature.')); console.log(' Feedback welcome at: https://github.com/Fission-AI/OpenSpec/issues'); From b97882b1aacbe16833bfbb75c2dd4b7feffecfe0 Mon Sep 17 00:00:00 2001 From: Danny Goodall Date: Wed, 21 Jan 2026 15:13:00 +0000 Subject: [PATCH 2/2] Update src/commands/artifact-workflow.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/commands/artifact-workflow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/artifact-workflow.ts b/src/commands/artifact-workflow.ts index 3fe86ab8ea..73dc576124 100644 --- a/src/commands/artifact-workflow.ts +++ b/src/commands/artifact-workflow.ts @@ -1025,7 +1025,7 @@ ${template.content} console.log(' • /opsx:sync - Sync delta specs to main specs'); console.log(' • /opsx:verify - Verify implementation matches artifacts'); console.log(' • /opsx:archive - Archive a completed change'); - console.log(' • /opsx:bulk-archive - Archive mulitple completed changes'); + console.log(' • /opsx:bulk-archive - Archive multiple completed changes'); console.log(); console.log(chalk.yellow('💡 This is an experimental feature.')); console.log(' Feedback welcome at: https://github.com/Fission-AI/OpenSpec/issues');