specsmd 0.0.0-dev.35 → 0.0.0-dev.36

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.
@@ -182,10 +182,10 @@ During execution, only one task per interaction. Review before continuing.
182
182
  ## Tips for Success
183
183
 
184
184
  1. **Be specific** - "User auth with email/password and session management" beats "Login feature"
185
- 2. **Use the glossary** - Define domain terms for consistent language
186
- 3. **Check INCOSE rules** - Singular, Complete, Verifiable, Unambiguous, Consistent
187
- 4. **Include edge cases** - Error scenarios in acceptance criteria
188
- 5. **Review checkpoints** - Verify tests pass during execution
185
+ 2. **Check INCOSE rules** - Singular, Complete, Verifiable, Unambiguous, Consistent
186
+ 3. **Include edge cases** - Error scenarios in acceptance criteria
187
+ 4. **Review checkpoints** - Verify tests pass during execution
188
+ 5. **One task at a time** - Agent pauses after each task. Tell it to keep going (e.g., "continue until done", "go yolo")
189
189
 
190
190
  ---
191
191
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specsmd",
3
- "version": "0.0.0-dev.35",
3
+ "version": "0.0.0-dev.36",
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": {