Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Notes on the tests and on configuration:
| `internal/mountfs`, `internal/treefs`, `internal/kefkash` | The hook sandbox filesystem and shell wiring. |
| `internal/metrics` | Every Prometheus vector, plus thin helpers. |
| `internal/slog.go` | JSON handler init. |
| `cmd/membench/` | Push memory benchmark harness. Not shipped; see `docs/usage/memory-benchmark.md`. |

## Architecture

Expand All @@ -85,7 +86,8 @@ Two more directories carry detail:

- `docs/reference/` — the `.cue` binary layout, the failure modes, and the
build order.
- `docs/usage/` — how to use a feature, such as a hook script.
- `docs/usage/` — how to use a feature, such as a hook script, or the push
memory benchmark.

## Conventions

Expand Down
Loading
Loading