ai-sprint-kit 1.1.7 โ†’ 1.1.8

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 +28 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,6 +48,34 @@ claude
48
48
 
49
49
  ### 9 Specialized Agents
50
50
 
51
+ ```mermaid
52
+ flowchart LR
53
+ subgraph Planning
54
+ R[๐Ÿ” Researcher]
55
+ P[๐Ÿ“‹ Planner]
56
+ end
57
+
58
+ subgraph Development
59
+ I[๐Ÿ’ป Implementer]
60
+ T[๐Ÿงช Tester]
61
+ end
62
+
63
+ subgraph Quality
64
+ RV[๐Ÿ‘€ Reviewer]
65
+ S[๐Ÿ”’ Security]
66
+ end
67
+
68
+ subgraph Operations
69
+ D[๐Ÿš€ DevOps]
70
+ DC[๐Ÿ“„ Docs]
71
+ DB[๐Ÿ› Debugger]
72
+ end
73
+
74
+ R --> P --> I --> T --> RV --> S --> D
75
+ DB -.-> I
76
+ DC -.-> D
77
+ ```
78
+
51
79
  | Agent | Superpower |
52
80
  |-------|------------|
53
81
  | **Planner** | Researches & architects solutions before coding |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-sprint-kit",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "CLI installer for autonomous coding agent framework - security-first, production-grade Claude Code setup",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {