specsmd 0.0.0-dev.29 → 0.0.0-dev.30
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.
|
@@ -121,7 +121,7 @@ specs/ # Existing specs (for state detection)
|
|
|
121
121
|
|
|
122
122
|
## Available Tools
|
|
123
123
|
|
|
124
|
-
Check for the `
|
|
124
|
+
Check for the `AskUserQuestionTool` tool:
|
|
125
125
|
- **If available** (Claude Code): Use it for clarifying questions (provides structured input)
|
|
126
126
|
- **If not available**: Ask directly in your response text
|
|
127
127
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specsmd",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.30",
|
|
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": {
|