diff options
| author | Aiden Cline <[email protected]> | 2025-12-03 10:46:48 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-03 10:46:48 -0600 |
| commit | 5b34636afa869dfe33cd0546128171ad76d82519 (patch) | |
| tree | 91ce2db7545ebe042601349ab0ea4986b20e1ee9 /AGENTS.md | |
| parent | f1138b9a5571b6ce64938d5e719c1bbc75ea994e (diff) | |
| download | opencode-5b34636afa869dfe33cd0546128171ad76d82519.tar.gz opencode-5b34636afa869dfe33cd0546128171ad76d82519.zip | |
ignore: docs & style
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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` |
