@devflow-tools/cli 0.18.25 → 0.18.26
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 +27 -27
- package/dist/plugin-files/dist/hooks/post-tool-use.js +6 -6
- package/dist/plugin-files/package.json +13 -13
- package/package.json +28 -28
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devflow",
|
|
3
3
|
"description": "DevFlow — Developer Intelligence Platform: project context, code graph, knowledge base, memory engine, and workflow automation with 14 domain plugins",
|
|
4
|
-
"version": "0.18.
|
|
4
|
+
"version": "0.18.26",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "DevFlow"
|
|
7
7
|
},
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"WebFetch"
|
|
20
20
|
],
|
|
21
21
|
"source": "core",
|
|
22
|
-
"sourceVersion": "0.18.
|
|
22
|
+
"sourceVersion": "0.18.26",
|
|
23
23
|
"requiresContext": true,
|
|
24
24
|
"evidenceMode": "mixed",
|
|
25
25
|
"skillPath": "skills/devflow:context/SKILL.md",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"Explore"
|
|
45
45
|
],
|
|
46
46
|
"source": "core",
|
|
47
|
-
"sourceVersion": "0.18.
|
|
47
|
+
"sourceVersion": "0.18.26",
|
|
48
48
|
"requiresContext": true,
|
|
49
49
|
"evidenceMode": "mixed",
|
|
50
50
|
"skillPath": "skills/devflow:graph/SKILL.md",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"WebFetch"
|
|
64
64
|
],
|
|
65
65
|
"source": "core",
|
|
66
|
-
"sourceVersion": "0.18.
|
|
66
|
+
"sourceVersion": "0.18.26",
|
|
67
67
|
"requiresContext": true,
|
|
68
68
|
"evidenceMode": "mixed",
|
|
69
69
|
"skillPath": "skills/devflow:knowledge/SKILL.md",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"Explore"
|
|
88
88
|
],
|
|
89
89
|
"source": "core",
|
|
90
|
-
"sourceVersion": "0.18.
|
|
90
|
+
"sourceVersion": "0.18.26",
|
|
91
91
|
"requiresContext": true,
|
|
92
92
|
"evidenceMode": "mixed",
|
|
93
93
|
"skillPath": "skills/devflow:memory/SKILL.md",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
],
|
|
104
104
|
"blockedNative": [],
|
|
105
105
|
"source": "core",
|
|
106
|
-
"sourceVersion": "0.18.
|
|
106
|
+
"sourceVersion": "0.18.26",
|
|
107
107
|
"requiresContext": true,
|
|
108
108
|
"evidenceMode": "mixed",
|
|
109
109
|
"skillPath": "skills/devflow:workflow/SKILL.md",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
],
|
|
135
135
|
"blockedNative": [],
|
|
136
136
|
"source": "core",
|
|
137
|
-
"sourceVersion": "0.18.
|
|
137
|
+
"sourceVersion": "0.18.26",
|
|
138
138
|
"requiresContext": true,
|
|
139
139
|
"evidenceMode": "mixed",
|
|
140
140
|
"skillPath": "skills/devflow:delivery/SKILL.md",
|