From 1cf1d1f63417ba447f9652db6905fa72d89d97e5 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 14 Jul 2025 20:18:29 -0400 Subject: docs: fix agents.md --- AGENTS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 AGENTS.md (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 000000000..d6aaf1bd9 --- /dev/null +++ b/AGENTS.md @@ -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 -- cgit v1.2.3