Skip to main content

Open a repository

Use Open Repository on the welcome screen or press Cmd+O. ADE expects the root of a Git repository. If you do not have one ready, create a new directory and run:
git init

What ADE creates

When ADE opens a repository for the first time, it creates a local .ade/ directory for worktrees, metadata, packs, and artifacts.

First-run onboarding

ADE walks through a short onboarding flow:
1

Detect repository defaults

ADE reads local Git settings and common project signals.
2

Review project config

ADE proposes a starting config for the repository.
3

Import existing branches

ADE can register existing branches as attached lanes.
4

Generate context

ADE builds an initial context baseline so new agents do not start completely cold.
If .ade/ is not already ignored, add it to .gitignore.