Skip to content

refactor(rest)!: ImportProtocolLike declares the request each of its three required members receives #23732

refactor(rest)!: ImportProtocolLike declares the request each of its three required members receives

refactor(rest)!: ImportProtocolLike declares the request each of its three required members receives #23732

Triggered via pull request September 10, 2026 13:26
Status Success
Total duration 52s
Artifacts

pr-automation.yml

on: pull_request
Check PR Size
Check PR Size
Check Changeset
46s
Check Changeset
Auto Label
Auto Label
Fit to window
Zoom out
Zoom in

Annotations

1 notice
Check Changeset: .changeset/import-protocol-typed-args.md#L0
ADR-0087 exemption (no-migration-prescription): Nothing authorable is renamed, retired or re-typed: `packages/spec` is untouched, no metadata key changes its name, type or optionality, and no stored `sys_metadata` shape moves — every request body and every authored file parses byte-identically to before, so `objectstack migrate meta`, `spec-changes.json` and the generated upgrade guide have nothing to rewrite. What narrows is a TypeScript parameter annotation on one exported interface, so the affected party is a source-code implementor and the delivery channel is the compiler at their own call site. The FROM/TO block in this body is a prescription for THAT reader, not for a metadata upgrader.