diff options
| author | Aiden Cline <[email protected]> | 2025-12-18 22:18:34 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-18 22:18:34 -0600 |
| commit | 26d0280f70760a1212636683c1b5753afa4e70d8 (patch) | |
| tree | acbd28e980a5b559bd7b3ac516ea436757632433 | |
| parent | 3274a5813e5142c66e769d75159048fb245755a3 (diff) | |
| download | opencode-26d0280f70760a1212636683c1b5753afa4e70d8.tar.gz opencode-26d0280f70760a1212636683c1b5753afa4e70d8.zip | |
docs: contributing
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a24995e8..c16d664a2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ Want to take on an issue? Leave a comment and a maintainer may assign it to you - `packages/plugin`: Source for `@opencode-ai/plugin` > [!NOTE] -> After touching `packages/opencode/src/server/server.ts`, run "./packages/sdk/js/script/build.ts" to regenerate the JS sdk. +> 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) |
