@devflow-tools/cli 0.18.13 → 0.18.16
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/plugin-files/.claude-plugin/plugin.json +1 -1
- package/dist/plugin-files/dist/command-registry.json +6 -6
- package/dist/plugin-files/dist/hooks/hook-daemon.js +28 -28
- package/dist/plugin-files/dist/hooks/post-tool-use-failure.js +2 -2
- package/dist/plugin-files/dist/hooks/post-tool-use.js +5 -5
- package/dist/plugin-files/dist/hooks/pre-tool-use.js +4 -4
- package/dist/plugin-files/dist/hooks/session-end.js +5 -5
- package/dist/plugin-files/dist/hooks/stop.js +2 -2
- package/dist/plugin-files/dist/hooks/user-prompt-submit.js +4 -4
- package/dist/plugin-files/dist/skills/devflow:delivery/SKILL.md +3 -0
- package/dist/plugin-files/package.json +13 -13
- package/dist/plugin-files/skills/delivery/SKILL.md +3 -0
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devflow-tools/cli",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"devflow": "./bin/devflow.cjs"
|
|
@@ -14,38 +14,38 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@colbymchenry/codegraph": "^1.1.1",
|
|
17
|
-
"@devflow-tools/adapters": "0.18.
|
|
18
|
-
"@devflow-tools/benchmark": "0.18.
|
|
19
|
-
"@devflow-tools/context-engine": "0.18.
|
|
20
|
-
"@devflow-tools/database": "0.18.
|
|
21
|
-
"@devflow-tools/delivery-line": "0.18.
|
|
22
|
-
"@devflow-tools/knowledge-engine": "0.18.
|
|
23
|
-
"@devflow-tools/mcp-server": "0.18.
|
|
24
|
-
"@devflow-tools/memory-engine": "0.18.
|
|
25
|
-
"@devflow-tools/plugin-animation": "0.18.
|
|
26
|
-
"@devflow-tools/plugin-css": "0.18.
|
|
27
|
-
"@devflow-tools/plugin-docker": "0.18.
|
|
28
|
-
"@devflow-tools/plugin-electron": "0.18.
|
|
29
|
-
"@devflow-tools/plugin-git": "0.18.
|
|
30
|
-
"@devflow-tools/plugin-graphql": "0.18.
|
|
31
|
-
"@devflow-tools/plugin-nest": "0.18.
|
|
32
|
-
"@devflow-tools/plugin-nextjs": "0.18.
|
|
33
|
-
"@devflow-tools/plugin-performance": "0.18.
|
|
34
|
-
"@devflow-tools/plugin-react": "0.18.
|
|
35
|
-
"@devflow-tools/plugin-tailwind": "0.18.
|
|
36
|
-
"@devflow-tools/plugin-taro": "0.18.
|
|
37
|
-
"@devflow-tools/plugin-ui-layout": "0.18.
|
|
38
|
-
"@devflow-tools/plugin-vue": "0.18.
|
|
39
|
-
"@devflow-tools/sdk": "0.18.
|
|
40
|
-
"@devflow-tools/server": "0.18.
|
|
41
|
-
"@devflow-tools/telemetry": "0.18.
|
|
42
|
-
"@devflow-tools/workflow-engine": "0.18.
|
|
17
|
+
"@devflow-tools/adapters": "0.18.16",
|
|
18
|
+
"@devflow-tools/benchmark": "0.18.16",
|
|
19
|
+
"@devflow-tools/context-engine": "0.18.16",
|
|
20
|
+
"@devflow-tools/database": "0.18.16",
|
|
21
|
+
"@devflow-tools/delivery-line": "0.18.16",
|
|
22
|
+
"@devflow-tools/knowledge-engine": "0.18.16",
|
|
23
|
+
"@devflow-tools/mcp-server": "0.18.16",
|
|
24
|
+
"@devflow-tools/memory-engine": "0.18.16",
|
|
25
|
+
"@devflow-tools/plugin-animation": "0.18.16",
|
|
26
|
+
"@devflow-tools/plugin-css": "0.18.16",
|
|
27
|
+
"@devflow-tools/plugin-docker": "0.18.16",
|
|
28
|
+
"@devflow-tools/plugin-electron": "0.18.16",
|
|
29
|
+
"@devflow-tools/plugin-git": "0.18.16",
|
|
30
|
+
"@devflow-tools/plugin-graphql": "0.18.16",
|
|
31
|
+
"@devflow-tools/plugin-nest": "0.18.16",
|
|
32
|
+
"@devflow-tools/plugin-nextjs": "0.18.16",
|
|
33
|
+
"@devflow-tools/plugin-performance": "0.18.16",
|
|
34
|
+
"@devflow-tools/plugin-react": "0.18.16",
|
|
35
|
+
"@devflow-tools/plugin-tailwind": "0.18.16",
|
|
36
|
+
"@devflow-tools/plugin-taro": "0.18.16",
|
|
37
|
+
"@devflow-tools/plugin-ui-layout": "0.18.16",
|
|
38
|
+
"@devflow-tools/plugin-vue": "0.18.16",
|
|
39
|
+
"@devflow-tools/sdk": "0.18.16",
|
|
40
|
+
"@devflow-tools/server": "0.18.16",
|
|
41
|
+
"@devflow-tools/telemetry": "0.18.16",
|
|
42
|
+
"@devflow-tools/workflow-engine": "0.18.16",
|
|
43
43
|
"@inquirer/prompts": "^7.10.1",
|
|
44
44
|
"chalk": "^5.3.0",
|
|
45
45
|
"commander": "^12.0.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@devflow-tools/devflow": "0.18.
|
|
48
|
+
"@devflow-tools/devflow": "0.18.16",
|
|
49
49
|
"typescript": "^5.5.0",
|
|
50
50
|
"vitest": "^2.0.0"
|
|
51
51
|
},
|