Connecting your repo
Once your blueprint is ready, the CLI connects it to your codebase and your AI coding agent.
-
Open your project’s Integrations page and copy the install command. It looks like:
Terminal window npm i -g @cubedot/cli && cubedot init --token <TOKEN> -
Run it in your project folder’s terminal.
-
Open your AI coding agent (e.g. Claude Code) in that same folder and reload.
What init writes
Section titled “What init writes”.mcp.json, points your agent at the CubeDot MCP server.- Agent assets,
CLAUDE.md/AGENTS.md, a Feature Implementation Agent, and a Verifier. .cubedot/, the local ledger that tracks build progress.
Verifying the connection
Section titled “Verifying the connection”Run cubedot status for a read-only connectivity and file-health check. Then cubedot work to list what’s ready to build.
Next: The CLI command reference.