summaryrefslogtreecommitdiffhomepage
path: root/.opencode
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-08-19 18:11:36 -0400
committerJay V <[email protected]>2025-08-19 18:11:36 -0400
commit8d8045ff957fa51912122d07ebce3736bdb2721d (patch)
tree34758fac9022d01994f25a47cae70868e562d008 /.opencode
parentb3c8bec019ba813ca1a4af97dde79096a11fa54e (diff)
downloadopencode-8d8045ff957fa51912122d07ebce3736bdb2721d.tar.gz
opencode-8d8045ff957fa51912122d07ebce3736bdb2721d.zip
docs: add sdk doc
Diffstat (limited to '.opencode')
-rw-r--r--.opencode/agent/docs.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/.opencode/agent/docs.md b/.opencode/agent/docs.md
index 54e5cdf91..7f9743756 100644
--- a/.opencode/agent/docs.md
+++ b/.opencode/agent/docs.md
@@ -24,3 +24,6 @@ example, if the page title is "Models", avoid using a section title like "Add
new models". This might be unavoidable in some cases, but try to avoid it.
Check out the /packages/web/src/content/docs/docs/index.mdx as an example.
+
+For JS or TS code snippets remove trailing semicolons and any trailing commas
+that might not be needed.