macos: teach agents about `zig build run`

pull/9758/head
Jon Parise 2025-11-30 10:10:50 -05:00
parent 3754a94cb5
commit 51bda77e3a
1 changed files with 1 additions and 0 deletions

View File

@ -30,4 +30,5 @@ A file for [guiding coding agents](https://agents.md/).
- Do not use `xcodebuild`
- Use `zig build` to build the macOS app and any shared Zig code
- Use `zig build run` to build and run the macOS app
- Run Xcode tests using `zig build test`