docs: fix agents.md

This commit is contained in:
Dax Raad 2025-07-14 20:18:29 -04:00
commit 1cf1d1f634

View file

@ -1,13 +0,0 @@
# TUI Agent Guidelines
## Style
- prefer single word variable names
- avoid try catch where possible - prefer to let exceptions bubble up
- avoid else statements where possible
- prefer Bun apis
## Workflow
- you can regenerate the golang sdk by calling ./scripts/stainless.ts
- we use bun for everything