vault backup: 2026-05-28 12:24:45
This commit is contained in:
@@ -80,7 +80,7 @@ When the user types `/graphify`, invoke the Skill tool with `skill: "graphify"`
|
||||
</details>
|
||||
|
||||
# 用法
|
||||
|
||||
推荐使用:`/graphify ./raw --directed --no-viz`
|
||||
```
|
||||
/graphify # 对当前目录运行
|
||||
/graphify ./raw # 对指定目录运行
|
||||
@@ -316,4 +316,45 @@ for module in core_modules:
|
||||
3. **项目配置:** 在项目内运行带有 `--watch` 的 `graphify` 。
|
||||
4. **注入 Claude:** 编写 MCP Server 将两个图谱的查询接口暴露给 ClaudeCode。
|
||||
|
||||
这种“重引擎索引 + 轻业务监控”的模式,能保证在 64GB 内存的本地环境下,ClaudeCode 既能秒回 API 调用问题,又能深刻理解你的业务代码耦合。你想尝试编写这个 MCP 路由器的代码吗?
|
||||
这种“重引擎索引 + 轻业务监控”的模式,能保证在 64GB 内存的本地环境下,ClaudeCode 既能秒回 API 调用问题,又能深刻理解你的业务代码耦合。你想尝试编写这个 MCP 路由器的代码吗?
|
||||
|
||||
|
||||
# 其他项目用命令行
|
||||
|
||||
## AssetMaker
|
||||
```bash
|
||||
/graphify D:\AI\Website\CharacterMaker \
|
||||
--directed \
|
||||
--no-viz \
|
||||
--output D:\AI\Website\CharacterMaker\docs\graphify \
|
||||
--ignore "frontend/public/**,frontend/dist/**,**/dist/**,**/build/**,**/node_modules/**,**/*.min.js
|
||||
,**/*.min.css,**/*.map,**/*.lock,blender/**,backend/server/uploads/**,docs/graphify/**,.claude/**,.wo
|
||||
rktrees/**,mongo-data/**,redis-data/**"
|
||||
|
||||
/graphify D:\AI\Website\CharacterMaker --watch
|
||||
```
|
||||
|
||||
```bash
|
||||
/graphify D:\AI\Website\CharacterMaker --directed --no-viz
|
||||
```
|
||||
|
||||
|
||||
.graphifyignore(放到项目根目录
|
||||
D:\AI\Website\CharacterMaker\.graphifyignore):
|
||||
|
||||
frontend/public/
|
||||
frontend/dist/
|
||||
**/dist/
|
||||
**/build/
|
||||
**/node_modules/
|
||||
**/*.min.js
|
||||
**/*.min.css
|
||||
**/*.map
|
||||
**/*.lock
|
||||
blender/
|
||||
backend/server/uploads/
|
||||
docs/graphify/
|
||||
.claude/
|
||||
.worktrees/
|
||||
mongo-data/
|
||||
redis-data/
|
||||
Reference in New Issue
Block a user