debug-daemon
排查当前 Rust 内嵌 daemon、bridge sidecar、Codex app-server 的运行问题。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
排查当前 Rust 内嵌 daemon、bridge sidecar、Codex app-server 的运行问题。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when you have a spec or requirements for a multi-step task, before touching code
100+ animated React components (Aceternity UI) for Next.js with Tailwind. Use for hero sections, parallax, 3D effects, or encountering animation, shadcn CLI integration errors.
Provides comprehensive Tailwind CSS utility-first styling patterns including responsive design, layout utilities, flexbox, grid, spacing, typography, colors, and modern CSS best practices. Use when styling React/Vue/Svelte components, building responsive layouts, implementing design systems, or optimizing CSS workflow.
为当前 Rust 架构添加新的 agent 接入能力(不是旧 Bun daemon 适配器)。
| name | debug-daemon |
| description | 排查当前 Rust 内嵌 daemon、bridge sidecar、Codex app-server 的运行问题。 |
| disable-model-invocation | true |
排查 Dimweave 当前运行链路时,按下面顺序检查:
检查 Tauri / bridge / Codex 进程
ps aux | grep -E "(dimweave|dimweave-bridge|codex.*app-server|claude)" | grep -v grep
检查关键端口
lsof -i :4500 -i :4502 2>/dev/null
检查 control server 健康状态
curl -s http://127.0.0.1:4502/healthz
检查项目 MCP 注册
cat .mcp.json 2>/dev/null
检查 bridge sidecar 是否可构建
cargo build -p dimweave-bridge
检查前端与 Rust 是否能通过基础校验
bun x tsc --noEmit -p tsconfig.app.json
cargo test
检查临时 CODEX_HOME 残留
ls -la /tmp | grep dimweave-
根据以上信息判断故障位于:
.mcp.json不要再按旧 Bun daemon 方式去找 /tmp/agentnexus.log、:4503、PID 文件或 daemon/**/*.ts。$ARGUMENTS