Documentation Index
Fetch the complete documentation index at: https://docs.driftless.icu/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Node.js 22 or later
- A Git repository with a remote
- A Driftless workspace at driftless.icu
Log in
Authenticate from the terminal:For CI or non-interactive setup, pass an API key from the dashboard:
Initialize the repo
Run init from the repository root. It scans the codebase, uploads a baseline, and installs the agent instructions.Init creates
.driftless/config.yml and .driftless/skill.md in your repo. The skill file is what agents read to learn the Driftless workflow.Create a topic
Anchor team knowledge to the code it explains:Add decisions and gotchas as they become durable:
Verify setup
doctor checks the API key, workspace, Git remote, baseline, AGENTS.md installation, and GitHub App status.
Next
- Read The Driftless loop.
- Install agent instructions.
- Keep the CLI reference open while you work.