@crewx/cli 0.8.9-rc.3 → 0.8.9-rc.4
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/init.js +6 -0
- package/package.json +9 -9
package/dist/commands/init.js
CHANGED
|
@@ -260,6 +260,7 @@ npx doc section {design_doc} "{spec_id}"
|
|
|
260
260
|
- [ ] \`npx vitest run src/server/\` passes (backend work)
|
|
261
261
|
- [ ] \`npx vitest run src/ui/\` passes (frontend work)
|
|
262
262
|
- [ ] (add feature-specific AC)
|
|
263
|
+
- [ ] (when worktree: true) Changes committed to the worktree branch (report commit hash). A completion report without a commit is invalid.
|
|
263
264
|
|
|
264
265
|
## Completion Report Format
|
|
265
266
|
|
|
@@ -275,6 +276,11 @@ Pass / Fail
|
|
|
275
276
|
### Test result
|
|
276
277
|
N tests passed
|
|
277
278
|
|
|
279
|
+
### Commit
|
|
280
|
+
- hash: <commit hash>
|
|
281
|
+
- branch: <worktree branch>
|
|
282
|
+
(empty = completion report invalid — worktree tasks only)
|
|
283
|
+
|
|
278
284
|
### Remaining items
|
|
279
285
|
None / (list if any)
|
|
280
286
|
\`\`\`
|
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.4",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.19.0"
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@crewx/adapter-slack": "0.1.4",
|
|
25
25
|
"better-sqlite3": "*",
|
|
26
|
-
"@crewx/sdk": "0.8.9-rc.
|
|
27
|
-
"@crewx/search": "0.1.10-rc.
|
|
28
|
-
"@crewx/cron": "0.1.10",
|
|
29
|
-
"@crewx/doc": "0.1.9-rc.1",
|
|
30
|
-
"@crewx/skill": "0.1.20",
|
|
26
|
+
"@crewx/sdk": "0.8.9-rc.4",
|
|
27
|
+
"@crewx/search": "0.1.10-rc.3",
|
|
31
28
|
"@crewx/wbs": "0.1.10",
|
|
32
29
|
"@crewx/memory": "0.1.23",
|
|
33
|
-
"@crewx/
|
|
34
|
-
"@crewx/
|
|
30
|
+
"@crewx/doc": "0.1.9-rc.2",
|
|
31
|
+
"@crewx/cron": "0.1.10",
|
|
32
|
+
"@crewx/skill": "0.1.20",
|
|
35
33
|
"@crewx/shared": "0.0.5",
|
|
36
|
-
"@crewx/wi": "0.1.10"
|
|
34
|
+
"@crewx/wi": "0.1.10-rc.4",
|
|
35
|
+
"@crewx/chromex": "0.1.0",
|
|
36
|
+
"@crewx/workflow": "0.3.22"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/better-sqlite3": "*",
|