summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authoropencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>2025-12-21 23:49:28 -0600
committerGitHub <[email protected]>2025-12-21 23:49:28 -0600
commit236ce7a8c05cc2a6a31b0fa82ebabfa81853d35b (patch)
tree0fbf064098c48b9948fbe14d67942645e9e3a6cf /.github
parent8bdc0c8f799f8865327b4829b897ab02d8248615 (diff)
downloadopencode-236ce7a8c05cc2a6a31b0fa82ebabfa81853d35b.tar.gz
opencode-236ce7a8c05cc2a6a31b0fa82ebabfa81853d35b.zip
docs: Agent Skills (#5931)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs-update.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/docs-update.yml b/.github/workflows/docs-update.yml
index 36efa7c83..bdb3e43b8 100644
--- a/.github/workflows/docs-update.yml
+++ b/.github/workflows/docs-update.yml
@@ -53,12 +53,13 @@ jobs:
Steps:
1. For each commit that looks like a new feature or significant change:
- Read the changed files to understand what was added
- - Check if the feature is already documented in packages/docs/
+ - Check if the feature is already documented in packages/web/src/content/docs/*
2. If you find undocumented features:
- - Update the relevant documentation files in packages/docs/
+ - Update the relevant documentation files in packages/web/src/content/docs/*
- Follow the existing documentation style and structure
- Make sure to document the feature clearly with examples where appropriate
3. If all new features are already documented, report that no updates are needed
+ 4. If you are creating a new documentation file be sure to update packages/web/astro.config.mjs too.
Focus on user-facing features and API changes. Skip internal refactors, bug fixes, and test updates unless they affect user-facing behavior.
All doc related commits should start with "docs:" prefix.