summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/tui/AGENTS.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/tui/AGENTS.md b/packages/tui/AGENTS.md
deleted file mode 100644
index 51babefb3..000000000
--- a/packages/tui/AGENTS.md
+++ /dev/null
@@ -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