When you open a repository in ADE for the first time, ADE creates aDocumentation Index
Fetch the complete documentation index at: https://ade-app.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
.ade/ directory and launches the project setup wizard. This wizard matches what you see in the app at Settings → General → Open project setup — you can re-run it any time.
If you skip setup, ADE still works. You can configure everything later through Settings. The wizard is a fast path, not a gate.
Step 1: Dev tools
ADE checks that your development toolchain is ready.| Check | What ADE looks for | Why it matters |
|---|---|---|
| Git | git in PATH, version ≥ 2.20 | Lanes use git worktree under the hood |
| GitHub CLI | gh in PATH and authenticated | PR management, CI status sync |
| Node.js | node in PATH | Required for ADE CLI and many project workflows |
Step 2: AI connections
Connect at least one AI provider so agents can run. ADE supports:API key providers
Anthropic (Claude), OpenAI (GPT/Codex), OpenRouter. Paste your key and ADE verifies the connection immediately.
CLI-based providers
Claude Code CLI (
claude), Codex CLI (codex), Cursor agent. ADE detects installed CLIs and checks their auth status.Step 3: Background helpers
Enable optional AI-powered background features:| Feature | What it does | Default |
|---|---|---|
| Auto-title sessions | AI generates descriptive names for terminal and chat sessions | On |
Step 4: GitHub
Connect your GitHub account for PR management, CI status, and stacked PR workflows.Authenticate with GitHub
ADE uses a Personal Access Token (PAT) or GitHub CLI auth. If
gh is installed and authenticated, ADE detects it automatically.GitHub is optional. ADE works fully without it — you just won’t have PR management, CI sync, or stacked PR features.
Step 5: Semantic search
ADE can build a local embedding index of your codebase for faster, more relevant context retrieval.| Setting | Description |
|---|---|
| Embedding model | Local Xenova/all-MiniLM-L6-v2 — runs entirely on your machine, no API calls |
| Index scope | Your repository’s source code, docs, and configuration files |
| Rebuild triggers | On significant file changes, or manually from Settings → Memory |
Step 6: Linear
Connect Linear for bidirectional issue tracking between ADE and your Linear workspace.| Setting | Description |
|---|---|
| API key | Linear API key (stored in local.secret.yaml) |
| Sync direction | Bidirectional (default), read-only, or disabled |
| Default team | Which Linear team receives new issues from ADE |
After setup
Once you finish (or skip) the wizard, ADE takes you to the Run tab. From here you can:Create your first lane
Fork a task into its own isolated worktree.
Start your first agent
Use chat for a quick task or launch a mission for structured execution.
Set up managed processes
Configure your dev stack so ADE can start everything with one button.
Fine-tune settings
Adjust AI models, budgets, permissions, and notification preferences.
Re-running setup
You can re-run the onboarding wizard at any time:- Settings → General → Open project setup
- Or navigate directly to the onboarding route in the app