Отладка агентов NanoClaw в контейнерах

★ 7.5 · engineering

debug is a Claude Code skill that helps diagnose issues with NanoClaw containerized agents — container failures, authentication errors, silent message loss, and unexpected exits. It documents the system architecture: a Node host process spawning a Bun container in a Linux VM, where the only IO surface between them is two per-session SQLite databases, inbound.db and outbound.db. The skill covers log locations (nanoclaw.log, nanoclaw.error.log, setup.log), enabling LOG_LEVEL=debug to stream container stderr, and querying session databases using pnpm exec tsx scripts/q.ts alongside ncl CLI commands. Intended for developers deploying or maintaining NanoClaw who need to trace message flow and debug multi-container agent sessions.