- Fix hermes invocation: 'hermes -q' → 'hermes chat -q' with proper flags - Replace fragile string.includes('PASS') with llmExtract judge (previous false positive: matched '--pass-session-id' in usage text) 小橘 🍊(NEKO Team)
- Planner uses cursor-agent ask mode (not plan mode) for stdout output - llmExtract: structured metadata extraction via DashScope qwen-plus + tool_choice - Replaces fragile regex name parsing with reliable LLM tool call - Removed unknown-sense artifact from failed generation 小橘 🍊(NEKO Team)
- Add linux-system-health sense (CPU load, memory, disk, uptime) - Register in nerve.yaml with 30s interval - Clean up .gitignore (ignore logs, pid, sock, false/) - Remove stale pnpm metadata cache (false/) 小橘 🍊(NEKO Team)