Skip to content

Commit 7bd38a1

Browse files
authored
Merge pull request #428 from AdaWorldAPI/cursor/env-setup-update-agents-md-4234
docs: fix stale counts and missing deps in AGENTS.md
2 parents da1e02e + ef3a0d7 commit 7bd38a1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
### Prerequisites (handled by update script)
3535

36-
The update script installs `protobuf-compiler` and `libssl-dev` via apt and
37-
clones `AdaWorldAPI/ndarray` to `/ndarray` (the path `crates/*/Cargo.toml`
36+
The update script installs `protobuf-compiler`, `libssl-dev`, `cmake`, and
37+
`pkg-config` via apt and clones `AdaWorldAPI/ndarray` to `/ndarray` (the path `crates/*/Cargo.toml`
3838
resolve `../../../ndarray` to from inside the workspace). No other external
3939
services or databases are required — all storage uses Lance datasets and
4040
in-memory Arrow.
@@ -44,8 +44,8 @@ in-memory Arrow.
4444
Standard build/test/lint commands are documented above and in `CLAUDE.md`.
4545
Key non-obvious notes:
4646

47-
- **Workspace members vs excluded crates:** `Cargo.toml` lists 10 workspace
48-
members and 15 excluded crates. `cargo test` (no args) only runs workspace
47+
- **Workspace members vs excluded crates:** `Cargo.toml` lists 17 workspace
48+
members and 16 excluded crates. `cargo test` (no args) only runs workspace
4949
member tests. To test excluded crates use `cargo test --manifest-path
5050
crates/<name>/Cargo.toml`.
5151
- **CI-gated checks (what must pass before merge):**

0 commit comments

Comments
 (0)