summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-22 18:16:59 +0200
committerPaul Buetow <paul@buetow.org>2026-02-22 18:16:59 +0200
commit40ce5bc1d9da31b49f42e488d2ab5633e7c6a3fb (patch)
tree33c6197180648d80f0e71b14803e102522059be5 /AGENTS.md
parent3ec3c117bb280a377fea1a3eef84a70e2a3d4150 (diff)
Implement sync_file_range coverage and document mage world bootstrap
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index cfd3dd1..db92aa8 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -5,6 +5,7 @@ This file provides guidance to AI coding assistants working with the I/O Riot NG
## Build/Test Commands
**Prerequisites**: Ensure libbpfgo is cloned at `../libbpfgo` relative to this repository.
+If builds/tests fail with missing libbpf headers (for example `bpf/bpf.h` not found), run `mage world` first. It bootstraps generation/dependencies and is the preferred first troubleshooting step before retrying `mage test` or `go test`.
```bash
mage all # Build everything (BPF objects and Go binary)