You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Standard dev commands are documented in `CONTRIBUTING.md` and `package.json`. Ke
44
44
-**Git submodules** must be initialized (`git submodule update --init --recursive`) before building Zoekt.
45
45
-**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.
46
46
-**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).
48
48
-**Environment variables:**`.env.development` has sensible defaults for local dev. Create `.env.development.local` for overrides (it's gitignored).
49
49
- The backend worker does not expose a health-check endpoint. Verify it's running by checking its logs or that BullMQ jobs are processing.
0 commit comments