specsmd 0.0.0-dev.8 → 0.0.0-dev.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -290,6 +290,7 @@ Establish execution order based on dependencies:
290
290
  Check the plan against:
291
291
 
292
292
  **Frontmatter Validation (CRITICAL - check each bolt.md)**:
293
+
293
294
  - [ ] `id` - Bolt identifier present
294
295
  - [ ] `unit` - Parent unit ID present
295
296
  - [ ] `intent` - Parent intent ID present
@@ -302,6 +303,7 @@ Check the plan against:
302
303
  - [ ] `complexity` - Complexity block with all 4 fields
303
304
 
304
305
  **Content Validation**:
306
+
305
307
  - [ ] All stories are assigned to bolts
306
308
  - [ ] Dependencies are respected (bolt-to-bolt AND unit-to-unit)
307
309
  - [ ] Each bolt has clear outputs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specsmd",
3
- "version": "0.0.0-dev.8",
3
+ "version": "0.0.0-dev.9",
4
4
  "description": "Multi-agent orchestration system for AI-native software development. Delivers AI-DLC, Agile, and custom SDLC flows as markdown-based agent systems.",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {