From 8d8045ff957fa51912122d07ebce3736bdb2721d Mon Sep 17 00:00:00 2001 From: Jay V Date: Tue, 19 Aug 2025 18:11:36 -0400 Subject: docs: add sdk doc --- .opencode/agent/docs.md | 3 +++ 1 file changed, 3 insertions(+) (limited to '.opencode') 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. -- cgit v1.2.3