Skip to content

Commit 2e4398d

Browse files
cursoragentmsukkari
andcommitted
chore: update AGENTS.md config.json docs with Anthropic LLM provider details
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
1 parent 9e07fcd commit 2e4398d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Standard dev commands are documented in `CONTRIBUTING.md` and `package.json`. Ke
4444
- **Git submodules** must be initialized (`git submodule update --init --recursive`) before building Zoekt.
4545
- **ctags compatibility:** The installed `ctags` may not support `--_interactive=default` (universal-ctags feature). Zoekt logs a warning but continues to index without symbol data. This does not block functionality.
4646
- **First run onboarding:** On a fresh database, the web app redirects to `/onboard` where you create an owner account. Credentials login is enabled by default (`AUTH_CREDENTIALS_LOGIN_ENABLED` defaults to `true`).
47-
- **Config file:** Create a `config.json` at the repo root (referenced by `CONFIG_PATH` in `.env.development`) to configure which repos to index. A minimal example is in `CONTRIBUTING.md`.
47+
- **Config file:** The update script creates `config.json` at the repo root (referenced by `CONFIG_PATH` in `.env.development`). It indexes `sourcebot-dev/sourcebot` and configures Anthropic Claude Sonnet as the LLM provider using the `ANTHROPIC_API_KEY` environment variable. If you need to customize, edit `config.json` directly (it's gitignored).
4848
- **Environment variables:** `.env.development` has sensible defaults for local dev. Create `.env.development.local` for overrides (it's gitignored).
4949
- The backend worker does not expose a health-check endpoint. Verify it's running by checking its logs or that BullMQ jobs are processing.
5050

0 commit comments

Comments
 (0)