mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-10 10:48:45 +00:00
14 lines
309 B
Markdown
14 lines
309 B
Markdown
# 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
|