specsmd 0.0.0-dev.30 → 0.0.0-dev.31
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.
|
@@ -119,14 +119,6 @@ On activation, read:
|
|
|
119
119
|
specs/ # Existing specs (for state detection)
|
|
120
120
|
```
|
|
121
121
|
|
|
122
|
-
## Available Tools
|
|
123
|
-
|
|
124
|
-
Check for the `AskUserQuestionTool` tool:
|
|
125
|
-
- **If available** (Claude Code): Use it for clarifying questions (provides structured input)
|
|
126
|
-
- **If not available**: Ask directly in your response text
|
|
127
|
-
|
|
128
|
-
The agent should work in any environment - fall back gracefully if tools are unavailable.
|
|
129
|
-
|
|
130
122
|
## State Detection
|
|
131
123
|
|
|
132
124
|
Check `specs/{feature-name}/` to determine state:
|
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.31",
|
|
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": {
|