Skip to content

Commit 33466b1

Browse files
authored
Add changeset for project config and schema commands (Fission-AI#530)
1 parent 6c8c778 commit 33466b1

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@fission-ai/openspec": minor
3+
---
4+
5+
### New Features
6+
7+
- **Project-level configuration** — Configure OpenSpec behavior per-project via `openspec/config.yaml`, including custom rules injection, context files, and schema resolution settings
8+
9+
- **Project-local schemas** — Define custom artifact schemas within your project's `openspec/schemas/` directory for project-specific workflows
10+
11+
- **Schema management commands** — New `openspec schema` commands (`list`, `show`, `export`, `validate`) for inspecting and managing artifact schemas (experimental)
12+
13+
### Bug Fixes
14+
15+
- Fixed config loading to handle null `rules` field in project configuration

0 commit comments

Comments
 (0)