summaryrefslogtreecommitdiffhomepage
path: root/AGENTS.md
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-12-03 10:46:48 -0600
committerAiden Cline <[email protected]>2025-12-03 10:46:48 -0600
commit5b34636afa869dfe33cd0546128171ad76d82519 (patch)
tree91ce2db7545ebe042601349ab0ea4986b20e1ee9 /AGENTS.md
parentf1138b9a5571b6ce64938d5e719c1bbc75ea994e (diff)
downloadopencode-5b34636afa869dfe33cd0546128171ad76d82519.tar.gz
opencode-5b34636afa869dfe33cd0546128171ad76d82519.zip
ignore: docs & style
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 22b305dac..5a95fc509 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -1,16 +1,3 @@
-## IMPORTANT
-
-- Try to keep things in one function unless composable or reusable
-- DO NOT do unnecessary destructuring of variables
-- DO NOT use `else` statements unless necessary
-- DO NOT use `try`/`catch` if it can be avoided
-- AVOID `try`/`catch` where possible
-- AVOID `else` statements
-- AVOID using `any` type
-- AVOID `let` statements
-- PREFER single word variable names where possible
-- Use as many bun apis as possible like Bun.file()
-
## Debugging
- To test opencode in the `packages/opencode` directory you can run `bun dev`