commit-categories

द्वारा cloudflare

चेंजलॉग और "नया क्या है" सारांश के लिए कमिट वर्गीकरण नियम। चेंजलॉग या व्हाट्स-न्यू कमांड में कमिट को वर्गीकृत करने से पहले लोड किया जाना चाहिए। प्रदान करता है…

npx skills add https://github.com/cloudflare/workerd --skill commit-categories

Commit Categories

Categorize commits by the files they touch, using the primary area for commits spanning multiple categories.

CategoryPath patterns
APIsrc/workerd/api/ (excluding node/ and pyodide/)
Node.js compatsrc/workerd/api/node/, src/node/
Pythonsrc/workerd/api/pyodide/, src/pyodide/
Rustsrc/rust/
Cloudflare APIssrc/cloudflare/
I/Osrc/workerd/io/
JSGsrc/workerd/jsg/
Serversrc/workerd/server/
Buildbuild/, MODULE.bazel, BUILD.bazel
Typestypes/
Docs / ConfigDocumentation, agent/tool configs, .md files
TestsChanges exclusively in test files
OtherAnything that doesn't fit above

Cross-cutting callouts

These are not primary categories — they are additional callout sections that appear alongside the main categories whenever a commit touches the relevant files. A single commit can appear in both a primary category and one or more callouts.

CalloutTrigger
New/Updated Compat FlagsChanges to src/workerd/io/compatibility-date.capnp or new compatibilityFlags references in code
New/Updated AutogatesChanges to src/workerd/io/supported-autogates.h or new autogate registrations

When either callout applies, add a dedicated section after the main categories listing each new or modified flag/gate with a brief description. These must never be buried inside a general category bullet — they are high-visibility items that reviewers and release-note readers need to spot immediately.

How to categorize

  1. For each commit, run git diff-tree --no-commit-id --name-only -r <hash> to list files changed.
  2. Match changed files against the path patterns above.
  3. Assign the commit to whichever category covers the majority of its changes.
  4. For commits touching multiple areas, list under the primary area (the one with the most changed files or the most significant change).
  5. Check every commit against the cross-cutting callout triggers. If a commit adds or modifies compat flags or autogates, note it in the corresponding callout section in addition to its primary category.
  6. Omit empty categories and unused callout sections from output.

cloudflare की और Skills

dependabot-review
cloudflare
Dependabot PR का विश्लेषण करता है कि प्रत्येक अपडेटेड पैकेज में वास्तव में क्या बदला और क्या ये बदलाव इस रिपॉजिटरी को प्रभावित करते हैं। बदले गए APIs/मेथड्स की रिपोर्ट करता है,…
module-registry
cloudflare
जब workerd में मॉड्यूल रजिस्ट्री के साथ काम कर रहे हों — मॉड्यूल रिज़ॉल्यूशन, संकलन, मूल्यांकन या पंजीकरण को पढ़ना, संशोधित करना, डीबग करना या समीक्षा करना — तब लोड करें।
reproduce
cloudflare
क्लाउडफ्लेयर/एजेंट्स गिटहब इश्यू को पुनः उत्पन्न करने के लिए एक न्यूनतम एजेंट्स/वर्कर प्रोजेक्ट तैयार करें और इसे एक अस्थायी क्लाउडफ्लेयर खाते में डिप्लॉय करें, फिर रिपोर्ट करें…
local-explorer
cloudflare
स्थानीय एक्सप्लोरर या स्थानीय API में उत्पादों/संसाधनों को कैसे जोड़ें। नए स्थानीय APIs या UI रूट्स को लागू करते समय उपयोग करें...
open-pr
cloudflare
क्लाउडफ्लेयर/एजेंट्स गिटहब इश्यू और किसी भी रिप्रो निष्कर्ष को लेकर एक बार में फिक्स पीआर तैयार करें — ब्रांच, बदलाव, परीक्षण, पुश करें और इश्यू से जुड़ा पीआर खोलें।
write-endpoints
cloudflare
चैनफाना के साथ OpenAPI एंडपॉइंट बनाने के लिए व्यापक गाइड - स्कीमा परिभाषा, अनुरोध सत्यापन, CRUD संचालन, D1 डेटाबेस एकीकरण, और…
agents-sdk
cloudflare
Cloudflare Workers पर Agents SDK का उपयोग करके AI एजेंट बनाएं। स्टेटफुल एजेंट, टिकाऊ वर्कफ़्लो, रीयल-टाइम WebSocket ऐप्स, शेड्यूल किए गए कार्य बनाते समय लोड करें,…
changelog
cloudflare
Cloudflare दस्तावेज़ीकरण साइट के लिए उत्पाद चेंजलॉग प्रविष्टियाँ बनाता है, अपडेट करता है और समीक्षा करता है। चेंजलॉग MDX फ़ाइलें जनरेट करते समय, मौजूदा फ़ाइलों को संपादित करते समय लोड करें…