Initialize your repo
Run this once per repository, from the repo root. Paste your access key when prompted.
It detects your coding agent automatically — a CLAUDE.md or .claude/ means Claude Code,
an AGENTS.md or .opencode/ means opencode — then indexes the codebase. A few minutes for a typical repo.
cd /path/to/your/repo
sourceindex init
To pick the agent explicitly, name it: sourceindex init opencode or
sourceindex init claude opencode. If your repo has no CLAUDE.md yet, run /init in Claude Code first.