mirror of
https://github.com/zoriya/v10.git
synced 2026-08-13 17:40:12 +00:00
chore(root): refresh agent skills and docs (#1835)
This commit is contained in:
@@ -221,7 +221,7 @@ jobs:
|
||||
- Triggering PR: $PR_URL
|
||||
- Generated JSON: \`site/src/content/generated-component-reference/$filename\`
|
||||
|
||||
> Use the \`/api-reference $SLUG\` skill to scaffold this page.
|
||||
> Use the \`/write-api-reference $SLUG\` skill to scaffold this page.
|
||||
EOF
|
||||
)"
|
||||
|
||||
@@ -284,7 +284,7 @@ jobs:
|
||||
- Triggering PR: $PR_URL
|
||||
- Generated JSON: \`site/src/content/generated-util-reference/$filename\`
|
||||
|
||||
> Use the \`/api-reference $SLUG\` skill to scaffold this page.
|
||||
> Use the \`/write-api-reference $SLUG\` skill to scaffold this page.
|
||||
EOF
|
||||
)"
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@ jobs:
|
||||
Steps:
|
||||
|
||||
1. **Load context:**
|
||||
- Read `.claude/skills/docs/references/writing-style.md` for tone and style rules.
|
||||
- Read `.agents/skills/write-docs/references/writing-style.md` for tone and style rules.
|
||||
- Read the raw changelog at `site/src/content/changelog/${{ steps.version.outputs.version }}.mdx`.
|
||||
- Read other existing `.mdx` files in `site/src/content/changelog/` (if any) to match their tone and format.
|
||||
- List the available docs pages so you can link them: `ls site/src/content/docs/concepts site/src/content/docs/how-to site/src/content/docs/reference`. A page's slug is its path under `site/src/content/docs/` without the extension (e.g. `reference/menu.mdx` → `reference/menu`).
|
||||
|
||||
Reference in New Issue
Block a user