mirror of
https://github.com/cloudflare/skills.git
synced 2026-04-25 22:55:51 +03:00
[PR #29] [MERGED] fix incorrect workflows reference docs #29
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/skills#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/skills/pull/29
Author: @elithrar
Created: 2/24/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @elithrar
Base:
main← Head:fix-workflows-reference-errors📝 Commits (3)
30746e5fix incorrect workflows reference docs (subrequest limits, event.payload)5048162fix stale 1,000 subrequest limit across all reference docs3465192add retrieval-over-pretraining guidance to cloudflare skill📊 Changes
10 files changed (+31 additions, -16 deletions)
View changed files
📝
skills/cloudflare/SKILL.md(+15 -0)📝
skills/cloudflare/references/pages/configuration.md(+1 -1)📝
skills/cloudflare/references/pages/gotchas.md(+1 -1)📝
skills/cloudflare/references/workers-playground/gotchas.md(+1 -1)📝
skills/cloudflare/references/workers/gotchas.md(+1 -1)📝
skills/cloudflare/references/workflows/README.md(+1 -1)📝
skills/cloudflare/references/workflows/api.md(+2 -2)📝
skills/cloudflare/references/workflows/gotchas.md(+1 -1)📝
skills/cloudflare/references/workflows/patterns.md(+7 -7)📝
skills/cloudflare/references/wrangler/gotchas.md(+1 -1)📄 Description
Fixes incorrect subrequest limits and wrong property name across Workflows and other reference docs. Adds retrieval guidance to the cloudflare skill to prevent future staleness.
Subrequest limit was wrong in two ways (gotchas.md):
limits.subrequestsevent.paramsdoesn't exist onWorkflowEvent<T>(api.md, patterns.md, README.md):event.payload, notevent.paramsworkerdgenerated types and the officialhello-world-workflowstemplate inworkers-sdkStale 1,000 subrequest limit in other references:
Retrieval guidance added to cloudflare SKILL.md:
Refs #22, #23
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.