Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -530,6 +530,14 @@ jobs:
# order) to them. It lives in this job with the other docs guards: the edit
# that breaks it is a docs edit, so a packages/** paths filter would blind
# it to its own failure mode.
#
# #9630 added a fourth claim: each page names the registry slot
# ctx.getService() really resolves it by. #9684 added a FIFTH enumeration
# of the same chapter -- versioning.mdx's "Current Matrix" shipped seven
# rows for eight pages -- so the gate now holds that matrix to the pages
# too, and holds every stability LABEL it and the kernel/index.mdx table
# publish to the page's own Stability bullet. That second half catches a
# WRONG row, which membership checking passes silently.
- name: Runtime-services indexes enumerate the chapter's real pages
run: pnpm check:runtime-services-index

Expand Down
1 change: 1 addition & 0 deletions content/docs/kernel/runtime-services/versioning.mdx
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,5 +27,6 @@ When a runtime service API changes in a breaking way:
| `services.audit` | `experimental` |
| `services.queue` | `stable` |
| `services.email` | `stable` |
| `services.sms` | `stable` |
| `services.settings` | `stable` |
| `services.storage` | `stable` |
Loading
Loading