moicle 1.0.0 → 1.0.2

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.
@@ -438,3 +438,18 @@ QUESTIONS TO EXPLORE FURTHER:
438
438
  - Help user see blind spots
439
439
  - Connect ideas to practical implementation
440
440
  - End with actionable next steps
441
+
442
+
443
+ ## Documention
444
+
445
+ When you completed branstorm ask user do have create diagram document ?
446
+ Select list diagram bellow:
447
+
448
+ 1. Class Diagram
449
+ 2. Sequence Diagram
450
+ 3. Use Case Diagram
451
+ 4. Activity Diagram
452
+ 5. State Diagram
453
+ 6. Component Diagram
454
+ 7. Deployment Diagram
455
+ 8. Collaboration Diagram
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moicle",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Reusable AI agents, commands, skills, and architecture references for Claude Code",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -52,4 +52,4 @@
52
52
  "@types/node": "^20.11.0",
53
53
  "typescript": "^5.3.3"
54
54
  }
55
- }
55
+ }