docs: fix agents.md

This commit is contained in:
Dax Raad
2025-07-14 20:18:29 -04:00
parent 3f66b8efa1
commit c902fee054
+15
View File
@@ -0,0 +1,15 @@
# TUI Agent Guidelines
## Style
- prefer single word variable/function names
- avoid try catch where possible - prefer to let exceptions bubble up
- avoid else statements where possible
- do not make useless helper functions - inline functionality unless the
function is reusable or composable
- prefer Bun apis
## Workflow
- you can regenerate the golang sdk by calling ./scripts/stainless.ts
- we use bun for everything