@devflow-tools/cli 0.17.4 → 0.17.5

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.17.4",
4
+ "version": "0.17.5",
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.17.4",
22
+ "sourceVersion": "0.17.5",
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.17.4",
47
+ "sourceVersion": "0.17.5",
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.17.4",
66
+ "sourceVersion": "0.17.5",
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.17.4",
90
+ "sourceVersion": "0.17.5",
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.17.4",
106
+ "sourceVersion": "0.17.5",
107
107
  "requiresContext": true,
108
108
  "evidenceMode": "mixed",
109
109
  "skillPath": "skills/devflow:workflow/SKILL.md",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/claude-code-plugin",
3
- "version": "0.17.4",
3
+ "version": "0.17.5",
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.4",
16
- "@devflow-tools/context-engine": "0.17.4",
15
+ "@devflow-tools/benchmark": "0.17.5",
16
+ "@devflow-tools/context-engine": "0.17.5",
17
17
  "@devflow-tools/database": "0.17.4",
18
- "@devflow-tools/memory-engine": "0.17.4",
19
- "@devflow-tools/sdk": "0.17.4",
20
- "@devflow-tools/server": "0.17.4",
21
- "@devflow-tools/telemetry": "0.17.4",
22
- "@devflow-tools/workflow-engine": "0.17.4"
18
+ "@devflow-tools/memory-engine": "0.17.5",
19
+ "@devflow-tools/sdk": "0.17.5",
20
+ "@devflow-tools/server": "0.17.5",
21
+ "@devflow-tools/telemetry": "0.17.5",
22
+ "@devflow-tools/workflow-engine": "0.17.5"
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.4"
29
+ "@devflow-tools/mcp-server": "0.17.5"
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.4",
3
+ "version": "0.17.5",
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.4",
16
- "@devflow-tools/benchmark": "0.17.4",
17
- "@devflow-tools/context-engine": "0.17.4",
15
+ "@devflow-tools/adapters": "0.17.5",
16
+ "@devflow-tools/benchmark": "0.17.5",
17
+ "@devflow-tools/context-engine": "0.17.5",
18
18
  "@devflow-tools/database": "0.17.4",
19
- "@devflow-tools/knowledge-engine": "0.17.4",
20
- "@devflow-tools/mcp-server": "0.17.4",
21
- "@devflow-tools/memory-engine": "0.17.4",
22
- "@devflow-tools/plugin-animation": "0.17.4",
23
- "@devflow-tools/plugin-css": "0.17.4",
24
- "@devflow-tools/plugin-docker": "0.17.4",
25
- "@devflow-tools/plugin-electron": "0.17.4",
26
- "@devflow-tools/plugin-git": "0.17.4",
27
- "@devflow-tools/plugin-graphql": "0.17.4",
28
- "@devflow-tools/plugin-nest": "0.17.4",
29
- "@devflow-tools/plugin-nextjs": "0.17.4",
30
- "@devflow-tools/plugin-performance": "0.17.4",
31
- "@devflow-tools/plugin-react": "0.17.4",
32
- "@devflow-tools/plugin-tailwind": "0.17.4",
33
- "@devflow-tools/plugin-taro": "0.17.4",
34
- "@devflow-tools/plugin-ui-layout": "0.17.4",
35
- "@devflow-tools/plugin-vue": "0.17.4",
36
- "@devflow-tools/sdk": "0.17.4",
37
- "@devflow-tools/server": "0.17.4",
38
- "@devflow-tools/telemetry": "0.17.4",
39
- "@devflow-tools/workflow-engine": "0.17.4",
19
+ "@devflow-tools/knowledge-engine": "0.17.5",
20
+ "@devflow-tools/mcp-server": "0.17.5",
21
+ "@devflow-tools/memory-engine": "0.17.5",
22
+ "@devflow-tools/plugin-animation": "0.17.5",
23
+ "@devflow-tools/plugin-css": "0.17.5",
24
+ "@devflow-tools/plugin-docker": "0.17.5",
25
+ "@devflow-tools/plugin-electron": "0.17.5",
26
+ "@devflow-tools/plugin-git": "0.17.5",
27
+ "@devflow-tools/plugin-graphql": "0.17.5",
28
+ "@devflow-tools/plugin-nest": "0.17.5",
29
+ "@devflow-tools/plugin-nextjs": "0.17.5",
30
+ "@devflow-tools/plugin-performance": "0.17.5",
31
+ "@devflow-tools/plugin-react": "0.17.5",
32
+ "@devflow-tools/plugin-tailwind": "0.17.5",
33
+ "@devflow-tools/plugin-taro": "0.17.5",
34
+ "@devflow-tools/plugin-ui-layout": "0.17.5",
35
+ "@devflow-tools/plugin-vue": "0.17.5",
36
+ "@devflow-tools/sdk": "0.17.5",
37
+ "@devflow-tools/server": "0.17.5",
38
+ "@devflow-tools/telemetry": "0.17.5",
39
+ "@devflow-tools/workflow-engine": "0.17.5",
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": "b880054f9cef4ed62b4d02544257c9f5cbd811bc"
52
+ "gitHead": "817b0286c249eed9c2bd27d3974ee3b3d6ded4bb"
53
53
  }