macos: teach agents about `zig build run` (#9758)

pull/9864/head
Mitchell Hashimoto 2025-12-10 12:53:06 -08:00 committed by GitHub
commit 3ca6617a18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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`