@roarpeng/graphflow 1.15.4 → 1.16.0
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/CHANGELOG.md +32 -0
- package/README.md +60 -60
- package/README.zh.md +51 -51
- package/dist/config/discover-workspace.d.ts +18 -1
- package/dist/config/discover-workspace.d.ts.map +1 -1
- package/dist/config/discover-workspace.js +30 -3
- package/dist/config/discover-workspace.js.map +1 -1
- package/dist/core/orchestrator-phases.d.ts +70 -0
- package/dist/core/orchestrator-phases.d.ts.map +1 -0
- package/dist/core/orchestrator-phases.js +344 -0
- package/dist/core/orchestrator-phases.js.map +1 -0
- package/dist/core/orchestrator.d.ts.map +1 -1
- package/dist/core/orchestrator.js +47 -266
- package/dist/core/orchestrator.js.map +1 -1
- package/dist/graph/client-factory.d.ts.map +1 -1
- package/dist/graph/client-factory.js +7 -0
- package/dist/graph/client-factory.js.map +1 -1
- package/dist/integrations/agent-mcp-installer.d.ts.map +1 -1
- package/dist/integrations/agent-mcp-installer.js +42 -3
- package/dist/integrations/agent-mcp-installer.js.map +1 -1
- package/dist/integrations/agent-profiles/index.d.ts +2 -0
- package/dist/integrations/agent-profiles/index.d.ts.map +1 -1
- package/dist/integrations/agent-profiles/index.js +2 -0
- package/dist/integrations/agent-profiles/index.js.map +1 -1
- package/dist/integrations/agent-profiles/profiles/kimi-code.d.ts +2 -0
- package/dist/integrations/agent-profiles/profiles/kimi-code.d.ts.map +1 -0
- package/dist/integrations/agent-profiles/profiles/kimi-code.js +23 -0
- package/dist/integrations/agent-profiles/profiles/kimi-code.js.map +1 -0
- package/dist/integrations/agent-profiles/skills/kimi-code.d.ts +2 -0
- package/dist/integrations/agent-profiles/skills/kimi-code.d.ts.map +1 -0
- package/dist/integrations/agent-profiles/skills/kimi-code.js +14 -0
- package/dist/integrations/agent-profiles/skills/kimi-code.js.map +1 -0
- package/dist/integrations/host-adapter-install.d.ts +19 -6
- package/dist/integrations/host-adapter-install.d.ts.map +1 -1
- package/dist/integrations/host-adapter-install.js +88 -6
- package/dist/integrations/host-adapter-install.js.map +1 -1
- package/dist/integrations/host-adapter.d.ts +6 -2
- package/dist/integrations/host-adapter.d.ts.map +1 -1
- package/dist/integrations/host-adapter.js +68 -0
- package/dist/integrations/host-adapter.js.map +1 -1
- package/dist/integrations/kimi-code-host-installer.d.ts +36 -0
- package/dist/integrations/kimi-code-host-installer.d.ts.map +1 -0
- package/dist/integrations/kimi-code-host-installer.js +312 -0
- package/dist/integrations/kimi-code-host-installer.js.map +1 -0
- package/dist/integrations/kimi-code-paths.d.ts +8 -0
- package/dist/integrations/kimi-code-paths.d.ts.map +1 -0
- package/dist/integrations/kimi-code-paths.js +20 -0
- package/dist/integrations/kimi-code-paths.js.map +1 -0
- package/dist/integrations/profile-host-installer.d.ts +63 -0
- package/dist/integrations/profile-host-installer.d.ts.map +1 -0
- package/dist/integrations/profile-host-installer.js +223 -0
- package/dist/integrations/profile-host-installer.js.map +1 -0
- package/dist/integrations/skill-installer.d.ts +19 -0
- package/dist/integrations/skill-installer.d.ts.map +1 -1
- package/dist/integrations/skill-installer.js +104 -3
- package/dist/integrations/skill-installer.js.map +1 -1
- package/dist/surfaces/cli/init.d.ts.map +1 -1
- package/dist/surfaces/cli/init.js +97 -52
- package/dist/surfaces/cli/init.js.map +1 -1
- package/dist/surfaces/trae-skill/graphflow/SKILL.md +11 -1
- package/package.json +1 -1
- package/plugin.json +1 -1
- package/skills/graphflow/SKILL.md +11 -1
- package/src/surfaces/trae-skill/graphflow/SKILL.md +11 -1
package/package.json
CHANGED
package/plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
3
3
|
"name": "graphflow",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.16.0",
|
|
5
5
|
"description": "图谱上下文压缩与任务规划插件(10 个 MCP 工具)。能力:压缩上下文、DAG 规划、增量建图、技能飞轮、诊断与产物导入导出。DeepSeek Harness:dsh plugin --profile web add @roarpeng/graphflow;工具名为 mcp__graphflow__graphflow_*。先调 graphflow_context(传 rootDir),复杂任务再 plan,改完代码后 index。",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Roarpeng",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "graphflow"
|
|
3
|
-
description: "图谱上下文压缩、任务规划与知识图谱编排(10 个 MCP 工具)。任何读代码、改代码、排错、中文问题之前必须先调 graphflow_context。DeepSeek Harness 下工具名为 mcp__graphflow__graphflow_*。"
|
|
3
|
+
description: "图谱上下文压缩、任务规划与知识图谱编排(10 个 MCP 工具)。任何读代码、改代码、排错、中文问题之前必须先调 graphflow_context。DeepSeek Harness / Kimi Code 下工具名为 mcp__graphflow__graphflow_*。"
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# GraphFlow Skill
|
|
@@ -91,6 +91,16 @@ Run `npx @roarpeng/graphflow install` from the project root. Do **not** hardcode
|
|
|
91
91
|
| `.vscode/mcp.json` | Project MCP (optional, team-shared) |
|
|
92
92
|
| `.github/copilot-instructions.md` | Repo-level Copilot instructions |
|
|
93
93
|
|
|
94
|
+
### Kimi Code CLI setup
|
|
95
|
+
|
|
96
|
+
| Path | Role |
|
|
97
|
+
|------|------|
|
|
98
|
+
| `~/.kimi-code/mcp.json` (or `$KIMI_CODE_HOME/mcp.json`) | User MCP (`mcpServers.graphflow`) |
|
|
99
|
+
| `~/.kimi-code/skills/graphflow/SKILL.md` | User Skill (`/skill:graphflow`) |
|
|
100
|
+
| `~/.kimi-code/AGENTS.md` | Global token-first instruction block |
|
|
101
|
+
|
|
102
|
+
Run `npx @roarpeng/graphflow install`. Kimi Code does not expand `${workspaceFolder}`; GraphFlow omits that env placeholder. Tools appear as `mcp__graphflow__graphflow_*`. HostAdapter id: `kimi-code`.
|
|
103
|
+
|
|
94
104
|
### DeepSeek Harness(`dsh`)插件:用法与能力
|
|
95
105
|
|
|
96
106
|
GraphFlow 是 DeepSeek Harness 的 `dsh-plugin`。装入后模型看到的工具名带前缀 `mcp__graphflow__`。
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "graphflow"
|
|
3
|
-
description: "图谱上下文压缩、任务规划与知识图谱编排(10 个 MCP 工具)。任何读代码、改代码、排错、中文问题之前必须先调 graphflow_context。DeepSeek Harness 下工具名为 mcp__graphflow__graphflow_*。"
|
|
3
|
+
description: "图谱上下文压缩、任务规划与知识图谱编排(10 个 MCP 工具)。任何读代码、改代码、排错、中文问题之前必须先调 graphflow_context。DeepSeek Harness / Kimi Code 下工具名为 mcp__graphflow__graphflow_*。"
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# GraphFlow Skill
|
|
@@ -91,6 +91,16 @@ Run `npx @roarpeng/graphflow install` from the project root. Do **not** hardcode
|
|
|
91
91
|
| `.vscode/mcp.json` | Project MCP (optional, team-shared) |
|
|
92
92
|
| `.github/copilot-instructions.md` | Repo-level Copilot instructions |
|
|
93
93
|
|
|
94
|
+
### Kimi Code CLI setup
|
|
95
|
+
|
|
96
|
+
| Path | Role |
|
|
97
|
+
|------|------|
|
|
98
|
+
| `~/.kimi-code/mcp.json` (or `$KIMI_CODE_HOME/mcp.json`) | User MCP (`mcpServers.graphflow`) |
|
|
99
|
+
| `~/.kimi-code/skills/graphflow/SKILL.md` | User Skill (`/skill:graphflow`) |
|
|
100
|
+
| `~/.kimi-code/AGENTS.md` | Global token-first instruction block |
|
|
101
|
+
|
|
102
|
+
Run `npx @roarpeng/graphflow install`. Kimi Code does not expand `${workspaceFolder}`; GraphFlow omits that env placeholder. Tools appear as `mcp__graphflow__graphflow_*`. HostAdapter id: `kimi-code`.
|
|
103
|
+
|
|
94
104
|
### DeepSeek Harness(`dsh`)插件:用法与能力
|
|
95
105
|
|
|
96
106
|
GraphFlow 是 DeepSeek Harness 的 `dsh-plugin`。装入后模型看到的工具名带前缀 `mcp__graphflow__`。
|