specsmd 0.0.15 → 0.0.16

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.
Files changed (2) hide show
  1. package/README.md +12 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -108,20 +108,18 @@ AI-DLC is a reimagined software development methodology where **AI drives the co
108
108
 
109
109
  specsmd provides four specialized agents that guide you through the entire development lifecycle:
110
110
 
111
- ```
112
- ┌─────────────────┐
113
- Master AgentOrchestrates & navigates
114
- └────────┬────────┘
115
-
116
- ┌────────────────────┼────────────────────┐
117
- ▼ ▼ ▼
118
- ┌───────────────┐ ┌───────────────┐ ┌───────────────┐
119
- │ Inception │ │ Construction │ → │ Operations │
120
- │ Agent │ │ Agent │ │ Agent │
121
- └───────────────┘ └───────────────┘ └───────────────┘
122
- Capture intent Execute bolts Deploy & monitor
123
- Define units Build & test Verify & scale
124
- Plan stories Validate stages
111
+ ```mermaid
112
+ flowchart TB
113
+ MA[Master Agent<br/>Orchestrates & Navigates] --> IA[Inception Agent]
114
+ MA --> CA[Construction Agent]
115
+ MA --> OA[Operations Agent]
116
+
117
+ IA --> CA --> OA
118
+
119
+ style MA fill:#8B5CF6,stroke:#7C3AED,color:#fff
120
+ style IA fill:#818CF8,stroke:#6366F1,color:#fff
121
+ style CA fill:#34D399,stroke:#10B981,color:#fff
122
+ style OA fill:#FBBF24,stroke:#F59E0B,color:#fff
125
123
  ```
126
124
 
127
125
  ### The Three Phases
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specsmd",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
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": {