- README — Setup, configuration, environment variables, FAQ
- Developer Guide — Architecture, data flows, testing, internals
- GitHub Discussions — Ask questions, share ideas, get help from the community
- GitHub Issues — Report bugs or request features (use the templates provided)
Before opening an issue, try these steps:
- Check the FAQ in the README
- Enable debug logging — set
SOCRATICODE_LOG_LEVEL=debugand/orSOCRATICODE_LOG_FILE=/tmp/socraticode.login your MCP config - Check Docker — run
docker psto verify containers are running - Check health — ask your AI to run
codebase_healthfor a full infrastructure status report - Search existing issues — your question may already have an answer
| Problem | Solution |
|---|---|
| "Docker is not available" | Install and start Docker Desktop |
| Slow indexing on macOS/Windows | Install native Ollama for GPU acceleration, or use OpenAI embeddings |
| Search returns no results | Ensure the project is indexed (codebase_status) |
| MCP host disconnects during indexing | Poll codebase_status every ~60s to keep the connection alive; indexing resumes automatically |
For commercial licensing or enterprise support, contact giancarlo@altaire.com.