@musashishao/agent-kit 1.1.4 → 1.1.5

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.

Potentially problematic release.


This version of @musashishao/agent-kit might be problematic. Click here for more details.

@@ -29,6 +29,6 @@
29
29
  1. Tokenize user request
30
30
  2. Extract keywords
31
31
  3. Determine project type
32
- 4. Detect missing information → forward to conversation-manager
32
+ 4. Detect missing information → forward to brainstorming skill
33
33
  5. Suggest tech stack
34
34
  ```
@@ -16,7 +16,7 @@ This command starts a new application creation process.
16
16
 
17
17
  1. **Request Analysis**
18
18
  - Understand what the user wants
19
- - If information is missing, use `conversation-manager` skill to ask
19
+ - If information is missing, use `brainstorming` skill to ask clarifying questions
20
20
 
21
21
  2. **Project Planning**
22
22
  - Use `project-planner` agent for task breakdown
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@musashishao/agent-kit",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "AI Agent templates - Skills, Agents, and Workflows for enhanced coding assistance",
5
5
  "main": "index.js",
6
6
  "bin": {