Add zig to AGENTS.md available tools

This commit is contained in:
Dan 2026-01-04 16:43:44 -08:00
parent e1e9e2d635
commit c236deb480
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ System-wide (ready to use):
```
python3, uv # Python dev
bun, node, npm # JS/TS dev (bun preferred - faster)
zig # Zig compiler
git, vim, curl, tmux # Basics
opencode, bd # AI coding tools
```

View file

@ -121,7 +121,7 @@ bun run app.js # Run JS directly
tmux / screen # Persistent sessions
```
**Available tools:** python3, uv, bun, node, npm, git, vim, curl, tmux, opencode, bd
**Available tools:** python3, uv, bun, node, npm, zig, git, vim, curl, tmux, opencode, bd
## Not Possible Right Now