vault backup: 2026-05-27 18:43:28
This commit is contained in:
22
07-Other/AI/AI Agent/UnrealEngine/GitNexus 知识图谱.md
Normal file
22
07-Other/AI/AI Agent/UnrealEngine/GitNexus 知识图谱.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 前言
|
||||
- 视频
|
||||
- [🚀AI编程工作流终极形态:GitNexus!零Token消耗实现代码知识图谱化!让Claude Code和Codex拥有上帝视角彻底告别盲目改代码,效率倍增](https://www.bilibili.com/video/BV1vy9XBrExq/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e)
|
||||
|
||||
# Setup
|
||||
- 安装:
|
||||
- npm install -g gitnexus
|
||||
- gitnexus setup
|
||||
- 操作命令
|
||||
- 分析代码
|
||||
- **npx gitnexus analyze**
|
||||
- **gitnexus analyze --embeddings --skills --v erbose**
|
||||
- 启动MCP服务器:**gitnexus serve**
|
||||
- ClaudeCode
|
||||
- CLI
|
||||
- /gitnexus-cli
|
||||
- /gitnexus-debugging
|
||||
- /gitnexus-exploring:理解代码架构。
|
||||
- Hook
|
||||
- PreToolUse
|
||||
- PostToolUse
|
||||
- `claude mcp add gitnexus -- cmd /c npx -y gitnexus@latest mcp`
|
||||
@@ -1,5 +1,6 @@
|
||||
# 前言
|
||||
- [ ] MCP
|
||||
- UE5.8 引入的MCP
|
||||
- **[unreal-mcp](https://github.com/chongdashu/unreal-mcp)** 1400star 10个月前
|
||||
- **[UnrealGenAISupport](https://github.com/prajwalshettydev/UnrealGenAISupport)** 394star 1个月前。
|
||||
- [Unreal_mcp](https://github.com/ChiR24/Unreal_mcp) 270star 3天前。
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
- [开源平替的 Claude Design。](https://mp.weixin.qq.com/s/cKFkP7vXTwC1FZ2k2LHFXA)
|
||||
- [[#知识图谱]]
|
||||
- [[Graphify 知识图谱]]
|
||||
- [GitNexus 代码图谱](https://www.bilibili.com/video/BV1vy9XBrExq/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e)
|
||||
- [[GitNexus 知识图谱]]
|
||||
- Docker
|
||||
- Gitea:工单以及版本管理。
|
||||
- ~~OpenClaw:子节点部署,通过父节点进行控制。~~
|
||||
@@ -67,6 +67,8 @@
|
||||
- 自动测试框架
|
||||
|
||||
# 知识图谱
|
||||
|
||||
|
||||
# Debug
|
||||
## LLDB
|
||||
#### 1. 安装与环境配置
|
||||
Reference in New Issue
Block a user