vault backup: 2026-05-28 12:24:45

This commit is contained in:
2026-05-28 12:24:45 +08:00
parent 074e0ede37
commit ee5f29e510

View File

@@ -80,7 +80,7 @@ When the user types `/graphify`, invoke the Skill tool with `skill: "graphify"`
</details> </details>
# 用法 # 用法
推荐使用:`/graphify ./raw --directed --no-viz`
``` ```
/graphify # 对当前目录运行 /graphify # 对当前目录运行
/graphify ./raw # 对指定目录运行 /graphify ./raw # 对指定目录运行
@@ -317,3 +317,44 @@ for module in core_modules:
4. **注入 Claude** 编写 MCP Server 将两个图谱的查询接口暴露给 ClaudeCode。 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/