Commit 88e74c5
committed
feat: Add self-descriptive metadata and fix command format
## Changes
### 1. Added MetaSpec Self-Metadata (pyproject.toml)
Added [tool.metaspec] section to demonstrate metadata format:
**Content**:
- generated_by: "0.9.7"
- domain: "meta-specification"
- lifecycle: "greenfield"
- cli_commands: ["init", "search", "install", "contribute", "list", "info"] (6)
- sd_type: ["sds", "sdd"] (mixed system)
- slash_commands: 19 total (8 SDS + 8 SDD + 3 Evolution)
**Benefits**:
- ✅ MetaSpec describes its own capabilities
- ✅ Serves as reference implementation
- ✅ Demonstrates mixed command system metadata
- ✅ Shows proper command format
### 2. Fixed Command Format (metaspec-metadata-examples.md)
Corrected slash command format in Example 3:
**Before** (incomplete):
- `sds.specify`, `sdd.specify`
- `proposal`, `apply`, `archive`
**After** (complete with prefix):
- `metaspec.sds.specify`, `metaspec.sdd.specify`
- `metaspec.evolution.proposal`, `metaspec.evolution.apply`, `metaspec.evolution.archive`
**Rule**: All MetaSpec commands must include `metaspec.` prefix
## Verification
Confirmed actual command files in marketing-spec-kit:
- ✅ `metaspec.sds.*` (8 files)
- ✅ `metaspec.sdd.*` (8 files)
- ✅ `metaspec.evolution.*` (3 files)
## Impact
- MetaSpec now self-documents its 19 slash commands
- Example 3 shows correct command format
- Other speckits can follow this pattern1 parent d5bb793 commit 88e74c5
2 files changed
+43
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
0 commit comments