SourceIndex is in private beta. Tell us about your setup and we'll send you a key.
Thanks! We'll review your request and get back to you soon.
Requires Python 3.10+.
pip install sourceindexRun 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 initTo 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.
Open Claude Code or opencode in that repo as usual. The agent finds and uses the SourceIndex roadmap on its own; git hooks keep the index fresh as you commit. Day-to-day there is nothing to run.