summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--AGENTS.md (renamed from packages/tui/AGENTS.md)4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/tui/AGENTS.md b/AGENTS.md
index 51babefb3..d6aaf1bd9 100644
--- a/packages/tui/AGENTS.md
+++ b/AGENTS.md
@@ -2,9 +2,11 @@
## Style
-- prefer single word variable names
+- 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