What's New in v0.22.0
OpenSpec now supports per-project configuration, letting you customize behavior and define schemas for project-specific workflows. (Still very experimental, feedback appreciated!)
More docs available here (search for schema and/or config): https://github.com/Fission-AI/OpenSpec/blob/main/docs/experimental-workflow.md
New
- Project configuration - Configure OpenSpec per-project with
openspec/config.yamlto inject custom rules, specify context files, and control schema resolution - Project-local schemas - Define custom artifact schemas in
openspec/schemas/for project-specific workflows - Schema management - Inspect and manage artifact schemas with new
openspec schemacommands (list,show,export,validate)
Fixed
- Config loading now handles null
rulesfield without errors