Add zig to AGENTS.md available tools
This commit is contained in:
parent
e1e9e2d635
commit
c236deb480
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue