Commit b63fcfe
committed
chore: Release v0.9.6
## Version Updates
- src/metaspec/__init__.py: 0.9.5 → 0.9.6
- pyproject.toml: 0.9.5 → 0.9.6
- CHANGELOG.md: Move Unreleased to [0.9.6] - 2025-11-22
## Release Summary
**v0.9.6 - Speckit Metadata Support**
Major feature: Enable community discovery of speckit capabilities through standardized metadata in pyproject.toml
Key additions:
- [tool.metaspec] section in generated speckits
- cli_commands: Record CLI commands speckit provides
- slash_commands: Record AI commands speckit offers
- sd_type: Auto-detect command system type (generic/sds/sdd/mixed)
- lifecycle: Optional field for dev/non-dev domains
Benefits:
- Community can discover speckit capabilities
- Marketplace/registry support
- Compatibility checking
- Search by features
Commits:
- 51f4788: feat: Add speckit metadata support
- 46b7eff: fix: Correct metadata semantics
- 56a3959: fix: Update navigation guide1 parent 56a3959 commit b63fcfe
3 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
0 commit comments