Commit 0795550
committed
chore(changeset): grade the runtime change minor — it grows a published interface
The changeset graded `@objectstack/runtime` `patch` and argued it in one line:
"Patch rather than minor: no accept set widens, and a declared guard returns to
enforced." That reasoning answers a different question than the level asks.
`DomainHandlerDeps` is a PUBLISHED type — `packages/runtime/src/index.ts`
re-exports it and the package's `exports["."]` resolves to the emitted
`dist/index.d.ts`, which carries the interface and the new REQUIRED member
`resolveServiceOrLoud(…)`. A required member added to an exported interface is a
new symbol on the published surface: every external `const deps:
DomainHandlerDeps = {…}` stops compiling. This repository's own history grades
that exact shape as minor — three entries under 17.0.0 / Minor Changes in
packages/runtime/CHANGELOG.md say `DomainHandlerDeps` grows two lazily-read
members, grows the shared facilities the body needs, and grows
`getRequestKernelService` and `routeNotFound`. Nothing distinguishes this growth
from those three.
The earlier `patch` rested on an in-repo grep — one constructor, no implementer
outside `packages/runtime` — which is evidence of presence and never evidence of
absence. The mechanical floor exists so that likelihood is not the thing being
argued.
So: level `minor`, and the clause-② declaration in the PR body moves to `yes`
with it — the LEVEL AXIS check makes `yes` plus `patch` a self-contradiction, and
the two belong to one judgement. The justification sentence for the level no
longer used is removed rather than left standing.
The changeset text also picks up what round 2 measured: the activation gate is
one body behind TWO routes, so three routes change, not two, and every gate now
reads the posture in the request's own environment scope.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01D47qPfEWVPmhguWgBZCi5N1 parent aa40e53 commit 0795550
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
0 commit comments