What problem does it solve?
Provides focused diagnostics and remediation steps for containerized NanoClaw Claude agents that fail to start, lose session state, or exhibit authentication and mount-related errors, enabling faster resolution of runtime failures.
Core Features & Use Cases
- Log and session inspection: Locate and interpret host and per-run container logs to identify authentication failures, MCP errors, and session initialization problems.
- Mounts and permissions checks: Verify environment file mounting, session directory targets, and container user ownership to resolve broken session resumption and permission-denied errors.
- Rebuild and runtime tests: Rebuild the container image, run isolated test queries, and use a quick diagnostic script to validate authentication tokens, container status, and IPC file visibility.
- Use Case: When a Claude Code process exits with code 1 or creates new session IDs every run, use these checks to find whether the issue is missing auth tokens, incorrect .claude mount path, or MCP startup failures.
Quick Start
Check the container logs, verify that .env is mounted and contains authentication tokens, confirm /home/node/.claude is mounted for sessions, and run the quick diagnostic script to identify the failing component.