@devflow-tools/cli 0.16.23 → 0.16.24

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.22",
4
+ "version": "0.16.24",
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.16.22",
22
+ "sourceVersion": "0.16.24",
23
23
  "requiresContext": true,
24
24
  "evidenceMode": "mixed",
25
25
  "skillPath": "skills/devflow:context/SKILL.md"
@@ -38,7 +38,7 @@
38
38
  "Explore"
39
39
  ],
40
40
  "source": "core",
41
- "sourceVersion": "0.16.22",
41
+ "sourceVersion": "0.16.24",
42
42
  "requiresContext": true,
43
43
  "evidenceMode": "mixed",
44
44
  "skillPath": "skills/devflow:graph/SKILL.md"
@@ -52,7 +52,7 @@
52
52
  "WebFetch"
53
53
  ],
54
54
  "source": "core",
55
- "sourceVersion": "0.16.22",
55
+ "sourceVersion": "0.16.24",
56
56
  "requiresContext": true,
57
57
  "evidenceMode": "mixed",
58
58
  "skillPath": "skills/devflow:knowledge/SKILL.md"
@@ -71,7 +71,7 @@
71
71
  "Explore"
72
72
  ],
73
73
  "source": "core",
74
- "sourceVersion": "0.16.22",
74
+ "sourceVersion": "0.16.24",
75
75
  "requiresContext": true,
76
76
  "evidenceMode": "mixed",
77
77
  "skillPath": "skills/devflow:memory/SKILL.md"
@@ -82,7 +82,7 @@
82
82
  ],
83
83
  "blockedNative": [],
84
84
  "source": "core",
85
- "sourceVersion": "0.16.22",
85
+ "sourceVersion": "0.16.24",
86
86
  "requiresContext": true,
87
87
  "evidenceMode": "mixed",
88
88
  "skillPath": "skills/devflow:workflow/SKILL.md"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/claude-code-plugin",
3
- "version": "0.16.22",
3
+ "version": "0.16.24",
4
4
  "description": "DevFlow — Developer Intelligence Platform for Claude Code",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -11,18 +11,18 @@
11
11
  "prepack": "npm run verify:manifest"
12
12
  },
13
13
  "dependencies": {
14
- "@devflow-tools/database": "0.16.22",
15
- "@devflow-tools/memory-engine": "0.16.22",
16
- "@devflow-tools/sdk": "0.16.22",
17
- "@devflow-tools/telemetry": "0.16.22",
18
- "@devflow-tools/workflow-engine": "0.16.22"
14
+ "@devflow-tools/database": "0.16.24",
15
+ "@devflow-tools/memory-engine": "0.16.24",
16
+ "@devflow-tools/sdk": "0.16.24",
17
+ "@devflow-tools/telemetry": "0.16.24",
18
+ "@devflow-tools/workflow-engine": "0.16.24"
19
19
  },
20
20
  "allowScripts": {
21
21
  "better-sqlite3@12.11.1": true,
22
22
  "sharp@0.32.6": true
23
23
  },
24
24
  "devDependencies": {
25
- "@devflow-tools/mcp-server": "0.16.22"
25
+ "@devflow-tools/mcp-server": "0.16.24"
26
26
  },
27
27
  "keywords": [
28
28
  "pi-package",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/cli",
3
- "version": "0.16.23",
3
+ "version": "0.16.24",
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.23",
16
- "@devflow-tools/benchmark": "0.16.23",
17
- "@devflow-tools/context-engine": "0.16.23",
18
- "@devflow-tools/database": "0.16.23",
19
- "@devflow-tools/knowledge-engine": "0.16.23",
20
- "@devflow-tools/mcp-server": "0.16.23",
21
- "@devflow-tools/memory-engine": "0.16.23",
22
- "@devflow-tools/plugin-animation": "0.16.23",
23
- "@devflow-tools/plugin-css": "0.16.23",
24
- "@devflow-tools/plugin-docker": "0.16.23",
25
- "@devflow-tools/plugin-electron": "0.16.23",
26
- "@devflow-tools/plugin-git": "0.16.23",
27
- "@devflow-tools/plugin-graphql": "0.16.23",
28
- "@devflow-tools/plugin-nest": "0.16.23",
29
- "@devflow-tools/plugin-nextjs": "0.16.23",
30
- "@devflow-tools/plugin-performance": "0.16.23",
31
- "@devflow-tools/plugin-react": "0.16.23",
32
- "@devflow-tools/plugin-tailwind": "0.16.23",
33
- "@devflow-tools/plugin-taro": "0.16.23",
34
- "@devflow-tools/plugin-ui-layout": "0.16.23",
35
- "@devflow-tools/plugin-vue": "0.16.23",
36
- "@devflow-tools/sdk": "0.16.23",
37
- "@devflow-tools/server": "0.16.23",
38
- "@devflow-tools/telemetry": "0.16.23",
39
- "@devflow-tools/workflow-engine": "0.16.23",
15
+ "@devflow-tools/adapters": "0.16.24",
16
+ "@devflow-tools/benchmark": "0.16.24",
17
+ "@devflow-tools/context-engine": "0.16.24",
18
+ "@devflow-tools/database": "0.16.24",
19
+ "@devflow-tools/knowledge-engine": "0.16.24",
20
+ "@devflow-tools/mcp-server": "0.16.24",
21
+ "@devflow-tools/memory-engine": "0.16.24",
22
+ "@devflow-tools/plugin-animation": "0.16.24",
23
+ "@devflow-tools/plugin-css": "0.16.24",
24
+ "@devflow-tools/plugin-docker": "0.16.24",
25
+ "@devflow-tools/plugin-electron": "0.16.24",
26
+ "@devflow-tools/plugin-git": "0.16.24",
27
+ "@devflow-tools/plugin-graphql": "0.16.24",
28
+ "@devflow-tools/plugin-nest": "0.16.24",
29
+ "@devflow-tools/plugin-nextjs": "0.16.24",
30
+ "@devflow-tools/plugin-performance": "0.16.24",
31
+ "@devflow-tools/plugin-react": "0.16.24",
32
+ "@devflow-tools/plugin-tailwind": "0.16.24",
33
+ "@devflow-tools/plugin-taro": "0.16.24",
34
+ "@devflow-tools/plugin-ui-layout": "0.16.24",
35
+ "@devflow-tools/plugin-vue": "0.16.24",
36
+ "@devflow-tools/sdk": "0.16.24",
37
+ "@devflow-tools/server": "0.16.24",
38
+ "@devflow-tools/telemetry": "0.16.24",
39
+ "@devflow-tools/workflow-engine": "0.16.24",
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": "9cace27e1c380cc2bd73a57fa2709f04e197f25b"
52
+ "gitHead": "b21cfa5fadfa43922e724b49156645504b88be34"
53
53
  }