specsmd 0.0.0-dev.47 → 0.0.0-dev.48

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.
@@ -97,14 +97,16 @@ Break an intent into discrete, executable work items.
97
97
  <output>
98
98
  ## Work Items for "{intent-title}"
99
99
 
100
- | # | Work Item | Complexity | Mode | Depends On |
101
- |---|-----------|------------|------|------------|
100
+ **Total**: {count} work items
101
+ **Estimated**: {low} autopilot, {medium} confirm, {high} validate
102
+
103
+ **Work Item Details**:
104
+
102
105
  {for each item}
103
- | {n} | {title} | {complexity} | {mode} | {dependencies} |
106
+ {n}. **{title}** ({mode}) {description}
104
107
  {/for}
105
108
 
106
- Total: {count} work items
107
- Estimated: {low} autopilot, {medium} confirm, {high} validate
109
+ ---
108
110
 
109
111
  Approve this plan? [Y/n/modify]
110
112
  </output>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specsmd",
3
- "version": "0.0.0-dev.47",
3
+ "version": "0.0.0-dev.48",
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": {