kiro-agents 1.7.0 → 1.7.1
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.
package/build/npm/dist/agents.md
CHANGED
|
@@ -57,7 +57,9 @@ Begin with a diff block showing:
|
|
|
57
57
|
Execute `listDirectory` on `.kiro/agents/`:
|
|
58
58
|
|
|
59
59
|
**If directory doesn't exist OR directory is empty:**
|
|
60
|
-
1. **
|
|
60
|
+
1. **Load agent creation protocol**:
|
|
61
|
+
- Call `kiroPowers` with action="activate", powerName="kiro-protocols"
|
|
62
|
+
- Call `kiroPowers` with action="readSteering", powerName="kiro-protocols", steeringFile="agent-creation.md"
|
|
61
63
|
2. Create `.kiro/agents/kiro-master.md` agent automatically using the description from "Initial Agent" section
|
|
62
64
|
3. Follow the agent definition structure from agent-creation.md protocol
|
|
63
65
|
4. Show diff block indicating setup completion
|
|
@@ -109,7 +111,9 @@ Based on user selection:
|
|
|
109
111
|
|
|
110
112
|
#### Option 2 - Create New Agent
|
|
111
113
|
|
|
112
|
-
- **
|
|
114
|
+
- **Load agent creation protocol**:
|
|
115
|
+
- Call `kiroPowers` with action="activate", powerName="kiro-protocols"
|
|
116
|
+
- Call `kiroPowers` with action="readSteering", powerName="kiro-protocols", steeringFile="agent-creation.md"
|
|
113
117
|
- Follow all steps from the "Agent Creation Steps" section in agent-creation.md
|
|
114
118
|
- Start agent creation workflow with interactive wizard
|
|
115
119
|
- Ask for agent type (code-focused, documentation, testing, etc.)
|
|
@@ -120,7 +124,9 @@ Based on user selection:
|
|
|
120
124
|
|
|
121
125
|
#### Option 3 - Manage Existing Agent
|
|
122
126
|
|
|
123
|
-
- **
|
|
127
|
+
- **Load agent structure reference**:
|
|
128
|
+
- Call `kiroPowers` with action="activate", powerName="kiro-protocols"
|
|
129
|
+
- Call `kiroPowers` with action="readSteering", powerName="kiro-protocols", steeringFile="agent-creation.md"
|
|
124
130
|
- Show numbered list of available agents
|
|
125
131
|
- User selects agent to manage
|
|
126
132
|
- Offer management options:
|
|
@@ -31,7 +31,9 @@ Begin with a diff block showing:
|
|
|
31
31
|
Execute `listDirectory` on `.kiro/agents/`:
|
|
32
32
|
|
|
33
33
|
**If directory doesn't exist OR directory is empty:**
|
|
34
|
-
1. **
|
|
34
|
+
1. **Load agent creation protocol**:
|
|
35
|
+
- Call `kiroPowers` with action="activate", powerName="kiro-protocols"
|
|
36
|
+
- Call `kiroPowers` with action="readSteering", powerName="kiro-protocols", steeringFile="agent-creation.md"
|
|
35
37
|
2. Create `.kiro/agents/kiro-master.md` agent automatically using the description from "Initial Agent" section
|
|
36
38
|
3. Follow the agent definition structure from agent-creation.md protocol
|
|
37
39
|
4. Show diff block indicating setup completion
|
|
@@ -83,7 +85,9 @@ Based on user selection:
|
|
|
83
85
|
|
|
84
86
|
#### Option 2 - Create New Agent
|
|
85
87
|
|
|
86
|
-
- **
|
|
88
|
+
- **Load agent creation protocol**:
|
|
89
|
+
- Call `kiroPowers` with action="activate", powerName="kiro-protocols"
|
|
90
|
+
- Call `kiroPowers` with action="readSteering", powerName="kiro-protocols", steeringFile="agent-creation.md"
|
|
87
91
|
- Follow all steps from the "Agent Creation Steps" section in agent-creation.md
|
|
88
92
|
- Start agent creation workflow with interactive wizard
|
|
89
93
|
- Ask for agent type (code-focused, documentation, testing, etc.)
|
|
@@ -94,7 +98,9 @@ Based on user selection:
|
|
|
94
98
|
|
|
95
99
|
#### Option 3 - Manage Existing Agent
|
|
96
100
|
|
|
97
|
-
- **
|
|
101
|
+
- **Load agent structure reference**:
|
|
102
|
+
- Call `kiroPowers` with action="activate", powerName="kiro-protocols"
|
|
103
|
+
- Call `kiroPowers` with action="readSteering", powerName="kiro-protocols", steeringFile="agent-creation.md"
|
|
98
104
|
- Show numbered list of available agents
|
|
99
105
|
- User selects agent to manage
|
|
100
106
|
- Offer management options:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kiro-agents",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"description": "Advanced AI agent system for Kiro IDE - Create specialized AI agents, switch interaction modes, and enhance development workflows with minimal cognitive overhead",
|
|
5
5
|
"homepage": "https://github.com/Theadd/kiro-agents#readme",
|
|
6
6
|
"repository": {
|