Documentation
Quickstart
git clone https://github.com/ctrldot-dev/ctrldot.git
cd ctrldot
make build-ctrldot
./bin/ctrldot daemon start
See the setup guide for full install, adapters (OpenClaw, CrewAI), and smoke tests.
Docs index
Docs are rendered from the repo docs/; when the markdown changes, the site shows the update.
- SETUP_GUIDE.md — end‑to‑end installation and integration (daemon, CrewAI, OpenClaw, smoke tests).
- CONFIG.md — configuration reference for
~/.ctrldot/config.yamland related env vars. - AGENT_EXPERIENCE.md — how agents detect Ctrl Dot, interpret decisions, and guide users.
- TROUBLESHOOTING.md — common problems and how to fix them.
- SHOWCASE.md — example flows demonstrating decisions and capabilities.
- BIOS_UI.md — BIOS‑style TUI (
ctrldot bios) layout and behaviour. - index.md — docs index and MCP/agentic overview.