@devflow-tools/cli 0.17.1 → 0.17.2
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 +5 -5
- package/dist/plugin-files/dist/hooks/hook-daemon.js +25 -25
- package/dist/plugin-files/dist/hooks/memory-snapshot-cache.js +1 -1
- package/dist/plugin-files/dist/hooks/post-tool-use-failure.js +2 -2
- package/dist/plugin-files/dist/hooks/post-tool-use.js +6 -5
- package/dist/plugin-files/dist/hooks/pre-tool-use.js +4 -3
- package/dist/plugin-files/dist/hooks/session-end.js +6 -6
- package/dist/plugin-files/dist/hooks/stop.js +10 -10
- package/dist/plugin-files/dist/hooks/user-prompt-submit.js +10 -15
- package/dist/plugin-files/hooks/session-start +13 -0
- package/dist/plugin-files/package.json +10 -10
- package/package.json +26 -26
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devflow-tools/claude-code-plugin",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.2",
|
|
4
4
|
"description": "DevFlow — Developer Intelligence Platform for Claude Code",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -12,21 +12,21 @@
|
|
|
12
12
|
"verify:runtime-dependencies": "npx tsx scripts/verify-runtime-dependencies.ts"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@devflow-tools/benchmark": "0.17.
|
|
16
|
-
"@devflow-tools/context-engine": "0.17.
|
|
17
|
-
"@devflow-tools/database": "0.17.
|
|
18
|
-
"@devflow-tools/memory-engine": "0.17.
|
|
19
|
-
"@devflow-tools/sdk": "0.17.
|
|
20
|
-
"@devflow-tools/server": "0.17.
|
|
21
|
-
"@devflow-tools/telemetry": "0.17.
|
|
22
|
-
"@devflow-tools/workflow-engine": "0.17.
|
|
15
|
+
"@devflow-tools/benchmark": "0.17.2",
|
|
16
|
+
"@devflow-tools/context-engine": "0.17.2",
|
|
17
|
+
"@devflow-tools/database": "0.17.2",
|
|
18
|
+
"@devflow-tools/memory-engine": "0.17.2",
|
|
19
|
+
"@devflow-tools/sdk": "0.17.2",
|
|
20
|
+
"@devflow-tools/server": "0.17.2",
|
|
21
|
+
"@devflow-tools/telemetry": "0.17.2",
|
|
22
|
+
"@devflow-tools/workflow-engine": "0.17.2"
|
|
23
23
|
},
|
|
24
24
|
"allowScripts": {
|
|
25
25
|
"better-sqlite3@12.11.1": true,
|
|
26
26
|
"sharp@0.32.6": true
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@devflow-tools/mcp-server": "0.17.
|
|
29
|
+
"@devflow-tools/mcp-server": "0.17.2"
|
|
30
30
|
},
|
|
31
31
|
"keywords": [
|
|
32
32
|
"pi-package",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devflow-tools/cli",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -12,31 +12,31 @@
|
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@colbymchenry/codegraph": "^1.1.1",
|
|
15
|
-
"@devflow-tools/adapters": "0.17.
|
|
16
|
-
"@devflow-tools/benchmark": "0.17.
|
|
17
|
-
"@devflow-tools/context-engine": "0.17.
|
|
18
|
-
"@devflow-tools/database": "0.17.
|
|
19
|
-
"@devflow-tools/knowledge-engine": "0.17.
|
|
20
|
-
"@devflow-tools/mcp-server": "0.17.
|
|
21
|
-
"@devflow-tools/memory-engine": "0.17.
|
|
22
|
-
"@devflow-tools/plugin-animation": "0.17.
|
|
23
|
-
"@devflow-tools/plugin-css": "0.17.
|
|
24
|
-
"@devflow-tools/plugin-docker": "0.17.
|
|
25
|
-
"@devflow-tools/plugin-electron": "0.17.
|
|
26
|
-
"@devflow-tools/plugin-git": "0.17.
|
|
27
|
-
"@devflow-tools/plugin-graphql": "0.17.
|
|
28
|
-
"@devflow-tools/plugin-nest": "0.17.
|
|
29
|
-
"@devflow-tools/plugin-nextjs": "0.17.
|
|
30
|
-
"@devflow-tools/plugin-performance": "0.17.
|
|
31
|
-
"@devflow-tools/plugin-react": "0.17.
|
|
32
|
-
"@devflow-tools/plugin-tailwind": "0.17.
|
|
33
|
-
"@devflow-tools/plugin-taro": "0.17.
|
|
34
|
-
"@devflow-tools/plugin-ui-layout": "0.17.
|
|
35
|
-
"@devflow-tools/plugin-vue": "0.17.
|
|
36
|
-
"@devflow-tools/sdk": "0.17.
|
|
37
|
-
"@devflow-tools/server": "0.17.
|
|
38
|
-
"@devflow-tools/telemetry": "0.17.
|
|
39
|
-
"@devflow-tools/workflow-engine": "0.17.
|
|
15
|
+
"@devflow-tools/adapters": "0.17.2",
|
|
16
|
+
"@devflow-tools/benchmark": "0.17.2",
|
|
17
|
+
"@devflow-tools/context-engine": "0.17.2",
|
|
18
|
+
"@devflow-tools/database": "0.17.2",
|
|
19
|
+
"@devflow-tools/knowledge-engine": "0.17.2",
|
|
20
|
+
"@devflow-tools/mcp-server": "0.17.2",
|
|
21
|
+
"@devflow-tools/memory-engine": "0.17.2",
|
|
22
|
+
"@devflow-tools/plugin-animation": "0.17.2",
|
|
23
|
+
"@devflow-tools/plugin-css": "0.17.2",
|
|
24
|
+
"@devflow-tools/plugin-docker": "0.17.2",
|
|
25
|
+
"@devflow-tools/plugin-electron": "0.17.2",
|
|
26
|
+
"@devflow-tools/plugin-git": "0.17.2",
|
|
27
|
+
"@devflow-tools/plugin-graphql": "0.17.2",
|
|
28
|
+
"@devflow-tools/plugin-nest": "0.17.2",
|
|
29
|
+
"@devflow-tools/plugin-nextjs": "0.17.2",
|
|
30
|
+
"@devflow-tools/plugin-performance": "0.17.2",
|
|
31
|
+
"@devflow-tools/plugin-react": "0.17.2",
|
|
32
|
+
"@devflow-tools/plugin-tailwind": "0.17.2",
|
|
33
|
+
"@devflow-tools/plugin-taro": "0.17.2",
|
|
34
|
+
"@devflow-tools/plugin-ui-layout": "0.17.2",
|
|
35
|
+
"@devflow-tools/plugin-vue": "0.17.2",
|
|
36
|
+
"@devflow-tools/sdk": "0.17.2",
|
|
37
|
+
"@devflow-tools/server": "0.17.2",
|
|
38
|
+
"@devflow-tools/telemetry": "0.17.2",
|
|
39
|
+
"@devflow-tools/workflow-engine": "0.17.2",
|
|
40
40
|
"@inquirer/prompts": "^7.10.1",
|
|
41
41
|
"chalk": "^5.3.0",
|
|
42
42
|
"commander": "^12.0.0"
|