summaryrefslogtreecommitdiffhomepage
path: root/AGENTS.md
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-01-26 00:04:00 -0500
committerAiden Cline <[email protected]>2026-01-26 00:04:00 -0500
commit022265829eca0032d310e0f177d729290eb6f8fa (patch)
tree2d5a3c2ce7e5b439c301bba1521229a384077c86 /AGENTS.md
parent23d85f47397c594e62929682b27835099b788fdf (diff)
downloadopencode-022265829eca0032d310e0f177d729290eb6f8fa.tar.gz
opencode-022265829eca0032d310e0f177d729290eb6f8fa.zip
ignore: update AGENTS.md to state that inference should be used
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index c157fa32d..c3f8e50d0 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -10,6 +10,7 @@
- Avoid using the `any` type
- Prefer single word variable names where possible
- Use Bun APIs when possible, like `Bun.file()`
+- Rely on type inference when possible; avoid explicit type annotations or interfaces unless necessary for exports or clarity
### Avoid let statements