Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading