Conversation
Upd4ting
marked this pull request as ready for review
September 14, 2026 17:50
Upd4ting
enabled auto-merge (squash)
September 14, 2026 17:50
auto-merge was automatically disabled
September 14, 2026 18:18
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Add the optional
@antelopejs/interface-api/registered-readsubinterface without changing the root interface required of existing providers. This is a dependency foundation, not a complete document-attachment authorization implementation.ExecuteRegisteredReadaccepts a trusted registered GET route ID, a strict absolute pathname and optional server-selected query values. The provider runs the route's actual authorization pipeline in an isolated request. The caller must select the target from trusted server configuration and validate the returned entity and content; registration alone is not object authorization.The contract preserves credentials and peer address metadata on a detached transport. It refuses response interception, non-success statuses, redirects and streams. Transport-specific TLS methods and the live parent socket are deliberately not exposed. Parent query parameters are never inherited.
Verification
pnpm test: 83 passing.pnpm lint,pnpm format:check,pnpm pack: pass; existing lint warnings remain.Release order
Companion provider: AntelopeJS/api#40.
This PR must be merged and a new interface version published before the companion API provider can update its dependency floor and frozen lockfile. The current published package does not contain this export. No package publication, merge or deployment is part of this PR request.