@devflow-tools/cli 0.16.6 → 0.16.7
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.
|
@@ -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.16.
|
|
4
|
+
"version": "0.16.7",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "DevFlow"
|
|
7
7
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devflow-tools/claude-code-plugin",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.7",
|
|
4
4
|
"description": "DevFlow — Developer Intelligence Platform for Claude Code",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -8,18 +8,18 @@
|
|
|
8
8
|
"deploy": "npx tsx scripts/inject-gates.ts --deploy"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@devflow-tools/database": "0.16.
|
|
12
|
-
"@devflow-tools/memory-engine": "0.16.
|
|
13
|
-
"@devflow-tools/sdk": "0.16.
|
|
14
|
-
"@devflow-tools/telemetry": "0.16.
|
|
15
|
-
"@devflow-tools/workflow-engine": "0.16.
|
|
11
|
+
"@devflow-tools/database": "0.16.7",
|
|
12
|
+
"@devflow-tools/memory-engine": "0.16.7",
|
|
13
|
+
"@devflow-tools/sdk": "0.16.7",
|
|
14
|
+
"@devflow-tools/telemetry": "0.16.7",
|
|
15
|
+
"@devflow-tools/workflow-engine": "0.16.7"
|
|
16
16
|
},
|
|
17
17
|
"allowScripts": {
|
|
18
18
|
"better-sqlite3@12.11.1": true,
|
|
19
19
|
"sharp@0.32.6": true
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@devflow-tools/mcp-server": "0.16.
|
|
22
|
+
"@devflow-tools/mcp-server": "0.16.7"
|
|
23
23
|
},
|
|
24
24
|
"keywords": [
|
|
25
25
|
"pi-package",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"hooks",
|
|
41
41
|
"skills"
|
|
42
42
|
],
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "b5628c42b4f6795103838c11e65601f6a59cb559"
|
|
44
44
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devflow-tools/cli",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.7",
|
|
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.16.
|
|
16
|
-
"@devflow-tools/benchmark": "0.16.
|
|
17
|
-
"@devflow-tools/context-engine": "0.16.
|
|
18
|
-
"@devflow-tools/database": "0.16.
|
|
19
|
-
"@devflow-tools/knowledge-engine": "0.16.
|
|
20
|
-
"@devflow-tools/mcp-server": "0.16.
|
|
21
|
-
"@devflow-tools/memory-engine": "0.16.
|
|
22
|
-
"@devflow-tools/plugin-animation": "0.16.
|
|
23
|
-
"@devflow-tools/plugin-css": "0.16.
|
|
24
|
-
"@devflow-tools/plugin-docker": "0.16.
|
|
25
|
-
"@devflow-tools/plugin-electron": "0.16.
|
|
26
|
-
"@devflow-tools/plugin-git": "0.16.
|
|
27
|
-
"@devflow-tools/plugin-graphql": "0.16.
|
|
28
|
-
"@devflow-tools/plugin-nest": "0.16.
|
|
29
|
-
"@devflow-tools/plugin-nextjs": "0.16.
|
|
30
|
-
"@devflow-tools/plugin-performance": "0.16.
|
|
31
|
-
"@devflow-tools/plugin-react": "0.16.
|
|
32
|
-
"@devflow-tools/plugin-tailwind": "0.16.
|
|
33
|
-
"@devflow-tools/plugin-taro": "0.16.
|
|
34
|
-
"@devflow-tools/plugin-ui-layout": "0.16.
|
|
35
|
-
"@devflow-tools/plugin-vue": "0.16.
|
|
36
|
-
"@devflow-tools/sdk": "0.16.
|
|
37
|
-
"@devflow-tools/server": "0.16.
|
|
38
|
-
"@devflow-tools/telemetry": "0.16.
|
|
39
|
-
"@devflow-tools/workflow-engine": "0.16.
|
|
15
|
+
"@devflow-tools/adapters": "0.16.7",
|
|
16
|
+
"@devflow-tools/benchmark": "0.16.7",
|
|
17
|
+
"@devflow-tools/context-engine": "0.16.7",
|
|
18
|
+
"@devflow-tools/database": "0.16.7",
|
|
19
|
+
"@devflow-tools/knowledge-engine": "0.16.7",
|
|
20
|
+
"@devflow-tools/mcp-server": "0.16.7",
|
|
21
|
+
"@devflow-tools/memory-engine": "0.16.7",
|
|
22
|
+
"@devflow-tools/plugin-animation": "0.16.7",
|
|
23
|
+
"@devflow-tools/plugin-css": "0.16.7",
|
|
24
|
+
"@devflow-tools/plugin-docker": "0.16.7",
|
|
25
|
+
"@devflow-tools/plugin-electron": "0.16.7",
|
|
26
|
+
"@devflow-tools/plugin-git": "0.16.7",
|
|
27
|
+
"@devflow-tools/plugin-graphql": "0.16.7",
|
|
28
|
+
"@devflow-tools/plugin-nest": "0.16.7",
|
|
29
|
+
"@devflow-tools/plugin-nextjs": "0.16.7",
|
|
30
|
+
"@devflow-tools/plugin-performance": "0.16.7",
|
|
31
|
+
"@devflow-tools/plugin-react": "0.16.7",
|
|
32
|
+
"@devflow-tools/plugin-tailwind": "0.16.7",
|
|
33
|
+
"@devflow-tools/plugin-taro": "0.16.7",
|
|
34
|
+
"@devflow-tools/plugin-ui-layout": "0.16.7",
|
|
35
|
+
"@devflow-tools/plugin-vue": "0.16.7",
|
|
36
|
+
"@devflow-tools/sdk": "0.16.7",
|
|
37
|
+
"@devflow-tools/server": "0.16.7",
|
|
38
|
+
"@devflow-tools/telemetry": "0.16.7",
|
|
39
|
+
"@devflow-tools/workflow-engine": "0.16.7",
|
|
40
40
|
"@inquirer/prompts": "^7.10.1",
|
|
41
41
|
"chalk": "^5.3.0",
|
|
42
42
|
"commander": "^12.0.0"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"dist",
|
|
50
50
|
"bin"
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "964af33767bf232606e63d973b3a29d7d53c8119"
|
|
53
53
|
}
|