-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
This guide creates a local Atlas index, runs the first queries, and prepares an AI assistant integration.
cd /path/to/repository
git status --shortAtlas uses the current repository when no explicit repository is supplied.
atlas index .The command reports discovery and indexing progress. The default local database is stored under:
.atlas/atlas.db
The first index parses the repository. Later runs can update only changed files.
atlas status
atlas statsCheck the repository identity, indexed snapshot, file and symbol counts, and retrieval health before relying on results.
atlas search "authentication middleware" --format plain
atlas symbol NewServer
atlas callers NewServer --limit 25
atlas refs NewServerFor change-review context:
atlas context \
--paths path/to/changed-file.go \
--query "review correctness and regression risk" \
--format jsonFor likely impact:
atlas impact --paths path/to/changed-file.goUse atlas <command> --help for version-specific flags.
Preview detected integrations:
atlas bootstrap --dry-runApply the configuration:
atlas bootstrapRestart the assistant after configuration changes. See AI Assistant Setup for client-specific paths and modes.
Run an incremental update after important changes:
atlas index .Use a forced rebuild only when the index format changed or troubleshooting recommends it:
atlas index . --reindexSee Indexing and Reindexing for exclusions, watch mode, semantic retrieval, and recovery guidance.
Atlas | Releases | Benchmarks | License