From 998f902933e721e18196bd5d11d03b444309e461 Mon Sep 17 00:00:00 2001 From: Tabish Bidiwale <30385142+TabishB@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:46:05 -0800 Subject: [PATCH] Fix schema listing command in migration guide --- docs/migration-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migration-guide.md b/docs/migration-guide.md index 6e5e3354..52819045 100644 --- a/docs/migration-guide.md +++ b/docs/migration-guide.md @@ -466,7 +466,7 @@ When determining which schema to use, OPSX checks in order: List all available schemas: ```bash -openspec workflow schemas +openspec schemas ``` ### Custom Schemas @@ -510,7 +510,7 @@ Check that your `rules:` keys match your schema's artifact IDs: Run this to see valid artifact IDs: ```bash -openspec workflow schemas --json +openspec schemas --json ``` ### Config not being applied