Add AGENTS.md and CLAUDE.md to root repository (#16604)

This commit is contained in:
Jeffrey Morgan
2026-06-07 10:57:59 -07:00
committed by GitHub
parent 9c94c2b11e
commit 96201a623a
2 changed files with 24 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# AGENTS.md
## Building
For a full build from the repository root:
```sh
cmake -B build .
cmake --build build --parallel 8
./ollama serve
```
For quick Go-only iteration against an existing native payload:
```sh
go build .
go run . serve
```
See `docs/development.md` for prerequisites, platform notes, GPU backends, and
the full development workflow.
+3
View File
@@ -0,0 +1,3 @@
# CLAUDE.md
See `AGENTS.md` for the shared agent instructions for this repository.