Commit d5bb793
committed
chore: Release v0.9.7
## Version Updates
- src/metaspec/__init__.py: 0.9.6 → 0.9.7
- pyproject.toml: 0.9.6 → 0.9.7
- CHANGELOG.md: Move Unreleased to [0.9.7] - 2025-11-22
## Release Summary
**v0.9.7 - Metadata & Navigation Enhancements**
Three major improvements:
1. **Simplified slash_commands Format** (refactor)
- Array format instead of TOML tables
- 80% less boilerplate
- Consistent with cli_commands style
2. **Standardized SD-X Naming** (refactor)
- "generic" → "custom" for non-SD-X
- Enforced sd<domain> pattern
- Clear SD-X vs custom distinction
3. **Long Command Navigation** (feat)
- Guidance for commands >500 lines
- 70-90% token savings
- Template + examples + guidelines
Benefits:
- ✅ Consistent metadata format
- ✅ Clear system classification
- ✅ Massive token savings
- ✅ Best practices automated
Commits:
- 7be1944: Simplify slash_commands format
- 8b2baea: Standardize SD-X naming
- 38928fe: Add navigation guidance1 parent 38928fe commit d5bb793
3 files changed
+38
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
12 | 48 | | |
13 | 49 | | |
14 | 50 | | |
| |||
| 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