@crewx/cli 0.8.9-rc.8 → 0.8.9-rc.9
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/dist/commands/agent.js +1 -1
- package/dist/commands/init.js +5 -5
- package/package.json +11 -11
package/dist/commands/agent.js
CHANGED
|
@@ -237,7 +237,7 @@ Examples:
|
|
|
237
237
|
crewx agent
|
|
238
238
|
crewx agent ls
|
|
239
239
|
crewx agent ls --role=PM
|
|
240
|
-
crewx agent ls --team="CrewX Core
|
|
240
|
+
crewx agent ls --team="CrewX Core Team"
|
|
241
241
|
crewx agent ls --provider=claude
|
|
242
242
|
crewx agent ls --role=PM --provider=claude
|
|
243
243
|
crewx agent ls --role=PM,general
|
package/dist/commands/init.js
CHANGED
|
@@ -105,7 +105,7 @@ const DEFAULT_AGENTS = [
|
|
|
105
105
|
team: 'core',
|
|
106
106
|
provider: 'acp/claude',
|
|
107
107
|
working_directory: './',
|
|
108
|
-
description: '
|
|
108
|
+
description: 'Owns requirements analysis, design, and work breakdown',
|
|
109
109
|
options: {
|
|
110
110
|
query: { effort: 'high' },
|
|
111
111
|
execute: { effort: 'high', mode: 'bypassPermissions' },
|
|
@@ -122,7 +122,7 @@ const DEFAULT_AGENTS = [
|
|
|
122
122
|
team: 'core',
|
|
123
123
|
provider: 'acp/claude',
|
|
124
124
|
working_directory: './',
|
|
125
|
-
description: '
|
|
125
|
+
description: 'Implements code changes and tests',
|
|
126
126
|
options: {
|
|
127
127
|
query: { effort: 'high' },
|
|
128
128
|
execute: { effort: 'high', mode: 'bypassPermissions' },
|
|
@@ -139,7 +139,7 @@ const DEFAULT_AGENTS = [
|
|
|
139
139
|
team: 'core',
|
|
140
140
|
provider: 'acp/claude',
|
|
141
141
|
working_directory: './',
|
|
142
|
-
description: '
|
|
142
|
+
description: 'Reviews code quality, security, and readability',
|
|
143
143
|
options: {
|
|
144
144
|
query: { effort: 'high' },
|
|
145
145
|
execute: { effort: 'high', mode: 'bypassPermissions' },
|
|
@@ -158,7 +158,7 @@ notation:
|
|
|
158
158
|
auto: "N% auto — L1 progress auto-calculated as weighted average of children"
|
|
159
159
|
---
|
|
160
160
|
|
|
161
|
-
#
|
|
161
|
+
# Goal Title
|
|
162
162
|
|
|
163
163
|
## Period
|
|
164
164
|
- Start: YYYY-MM-DD
|
|
@@ -166,7 +166,7 @@ notation:
|
|
|
166
166
|
- Status: active
|
|
167
167
|
|
|
168
168
|
## Objective
|
|
169
|
-
|
|
169
|
+
Describe the goal...
|
|
170
170
|
|
|
171
171
|
## Key Results
|
|
172
172
|
- [ ] KR1:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crewx/cli",
|
|
3
|
-
"version": "0.8.9-rc.
|
|
3
|
+
"version": "0.8.9-rc.9",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.19.0"
|
|
@@ -24,17 +24,17 @@
|
|
|
24
24
|
"@crewx/adapter-slack": "0.1.4",
|
|
25
25
|
"better-sqlite3": "*",
|
|
26
26
|
"isomorphic-git": "1.37.1",
|
|
27
|
-
"@crewx/sdk": "0.8.9-rc.
|
|
28
|
-
"@crewx/
|
|
29
|
-
"@crewx/
|
|
30
|
-
"@crewx/wbs": "0.1.10",
|
|
31
|
-
"@crewx/doc": "0.1.9-rc.
|
|
32
|
-
"@crewx/cron": "0.1.10",
|
|
27
|
+
"@crewx/sdk": "0.8.9-rc.9",
|
|
28
|
+
"@crewx/search": "0.1.10-rc.8",
|
|
29
|
+
"@crewx/memory": "0.1.23-rc.25",
|
|
30
|
+
"@crewx/wbs": "0.1.10-rc.38",
|
|
31
|
+
"@crewx/doc": "0.1.9-rc.7",
|
|
32
|
+
"@crewx/cron": "0.1.10-rc.43",
|
|
33
33
|
"@crewx/skill": "0.1.20",
|
|
34
|
-
"@crewx/
|
|
35
|
-
"@crewx/chromex": "0.1.0",
|
|
36
|
-
"@crewx/
|
|
37
|
-
"@crewx/
|
|
34
|
+
"@crewx/wi": "0.1.10-rc.9",
|
|
35
|
+
"@crewx/chromex": "0.1.0-rc.45",
|
|
36
|
+
"@crewx/workflow": "0.3.22-rc.25",
|
|
37
|
+
"@crewx/shared": "0.0.5"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/better-sqlite3": "*",
|