From b59ca1c46d3dfe7f17d2f5bf4e42a65e053833df Mon Sep 17 00:00:00 2001 From: Howard Date: Wed, 6 May 2026 16:32:24 +0800 Subject: [PATCH] docs(migration-guide): fix inconsistent /opsx:sync description Changed description from 'Preview/spec-merge without archiving' to 'Merge delta specs into main specs' to match commands.md and workflows.md --- docs/migration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration-guide.md b/docs/migration-guide.md index fe7e93e3d..d6355740f 100644 --- a/docs/migration-guide.md +++ b/docs/migration-guide.md @@ -297,7 +297,7 @@ Command availability is profile-dependent: | `/opsx:continue` | Create the next artifact (one at a time) | | `/opsx:ff` | Fast-forward—create planning artifacts at once | | `/opsx:verify` | Validate implementation matches specs | -| `/opsx:sync` | Preview/spec-merge without archiving | +| `/opsx:sync` | Merge delta specs into main specs | | `/opsx:bulk-archive` | Archive multiple changes at once | | `/opsx:onboard` | Guided end-to-end onboarding workflow |