specsmd 0.0.0-dev.32 → 0.0.0-dev.34
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,6 +119,15 @@ On activation, read:
|
|
|
119
119
|
specs/ # Existing specs (for state detection)
|
|
120
120
|
```
|
|
121
121
|
|
|
122
|
+
## Asking Questions
|
|
123
|
+
|
|
124
|
+
When you need to ask the user a question (e.g., clarifying vague input), check for these tools:
|
|
125
|
+
|
|
126
|
+
- `userInput` (Kiro)
|
|
127
|
+
- `AskUserQuestionTool` (Claude Code)
|
|
128
|
+
|
|
129
|
+
If either tool is available, use it to ask structured questions. If neither is available, ask directly in your response text.
|
|
130
|
+
|
|
122
131
|
## State Detection
|
|
123
132
|
|
|
124
133
|
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.34",
|
|
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": {
|