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