@@ -114,7 +114,7 @@ jobs:
114114 4. Ensure content follows cloudflare-docs conventions
115115
116116 5. **CRITICAL - Commit changes:**
117- Run exactly: `cd cloudflare-docs && git add . && git commit -m "Sync docs from cloudflare/agents #${PR_NUMBER}: ${PR_TITLE}"`
117+ Run exactly: `cd cloudflare-docs && git add . && git commit -m "Sync docs from cloudflare/sandbox-sdk #${PR_NUMBER}: ${PR_TITLE}"`
118118
119119 6. **CRITICAL - Push to remote:**
120120 Run exactly: `cd cloudflare-docs && git push origin sync-docs-pr-${PR_NUMBER}`
@@ -133,8 +133,8 @@ jobs:
133133 EXISTING_PR=$(gh pr list --repo cloudflare/cloudflare-docs --head sync-docs-pr-${PR_NUMBER} --json number --jq '.[0].number')
134134
135135 # Create PR title and body
136- PR_TITLE_TEXT="📚 Sync docs from cloudflare/agents #${PR_NUMBER}: ${PR_TITLE}"
137- PR_BODY_TEXT="Syncs documentation changes from [cloudflare/agents #${PR_NUMBER}](${PR_URL}): **${PR_TITLE}**"
136+ PR_TITLE_TEXT="📚 Sync docs from cloudflare/sandbox-sdk #${PR_NUMBER}: ${PR_TITLE}"
137+ PR_BODY_TEXT="Syncs documentation changes from [cloudflare/sandbox-sdk #${PR_NUMBER}](${PR_URL}): **${PR_TITLE}**"
138138
139139 if [ -n "$EXISTING_PR" ] && [ "$EXISTING_PR" != "null" ]; then
140140 # Update existing PR
@@ -187,7 +187,7 @@ jobs:
187187 - Do not use HTML for ordered lists
188188
189189 **Links:**
190- - Use full relative links (\`/agents /configuration/\`) instead of full URLs, local dev links, or dot notation
190+ - Use full relative links (\`/sandbox-sdk /configuration/\`) instead of full URLs, local dev links, or dot notation
191191 - Always use trailing slashes for links without anchors
192192 - Use meaningful link words (page titles) - avoid "here", "this page", "read more"
193193 - Add cross-links to relevant documentation pages where appropriate
0 commit comments