summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-01-25 00:07:01 -0500
committerAiden Cline <[email protected]>2026-01-25 11:56:21 -0500
commit9407a6fd7c1e844a88ba409504f0ccf8c9013c74 (patch)
tree22685fd519cd8567c3553e1169264721f01f92af /CONTRIBUTING.md
parentd75dca29e99af798989371ee1a889a1d3875d2dc (diff)
downloadopencode-9407a6fd7c1e844a88ba409504f0ccf8c9013c74.tar.gz
opencode-9407a6fd7c1e844a88ba409504f0ccf8c9013c74.zip
ignore: rm STYLE_GUIDE, consolidate in AGENTS.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a32504b22..60b76a95e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -148,7 +148,7 @@ This runs `bun run --cwd packages/desktop build` automatically via Tauri’s `be
> [!NOTE]
> If you make changes to the API or SDK (e.g. `packages/opencode/src/server/server.ts`), run `./script/generate.ts` to regenerate the SDK and related files.
-Please try to follow the [style guide](./STYLE_GUIDE.md)
+Please try to follow the [style guide](./AGENTS.md)
### Setting up a Debugger