specsmd 0.0.0-dev.27 → 0.0.0-dev.28

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.
@@ -247,6 +247,7 @@ Action: Load all specs, recommend or execute requested task
247
247
 
248
248
  ### Design Phase
249
249
  - MUST conduct research if needed (codebase patterns, tech stack)
250
+ - MUST use Mermaid diagrams for all visual diagrams (architecture, sequence, flow, etc.)
250
251
  - SHOULD cite sources and rationale for decisions
251
252
  - SHOULD highlight design decisions and rationale
252
253
  - MAY ask user for input on technical decisions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specsmd",
3
- "version": "0.0.0-dev.27",
3
+ "version": "0.0.0-dev.28",
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": {