# AGENTS.md

High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

## Setup

```
# TODO: the install command. No lockfile was found, so this could not be inferred.
```

## Commands

```
# TODO: nothing declares a build or test command, so an agent has to guess.
# This is the single most valuable section of this file. Fill it in.
```

## Layout

- `internal/` 1048 source files
- `tests/`    259 source files
- `src/`      194 source files
- `scripts/`  77 source files
- `vendored/` 75 source files
- `graph-ui/` 53 source files

## Conventions

- Tests live alongside the code they cover, following `.github/workflows/_test.yml`.
- CI defines what passing means. See `.github/workflows/_build.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `internal/cbm/vendored/grammars/lean/parser.c` is 101989KB. It will not fit comfortably in context, so read it in parts.
- No lockfile is committed, so an install here may not match what CI produced.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
