prx-w2mf: adopt @bounded-systems/seam-check (pin the door-SDK surface) + add CI#16
Merged
Merged
Conversation
…) + add CI door-kit is the in-box door-CLIENT SDK — a bootstrap-layer package like the capability seams themselves, so it declares (not hides) its primitive surface: prod imports are exactly node:buffer/crypto/fs/process + the vendored protocol's bun socket API, and it reads ambient env to discover its door sockets (the one ambient it declares; spawn stays forbidden). assertSeam pins that — any new import or a subprocess spawn now fails CI. Adds the first test-running ci.yml (the repo had none) + the JSR registry .npmrc. Resolves the door-kit half of the seam-coverage baseline: it's a legitimate low-level door SDK with a declared surface, not an exemption. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Resolves the
door-kithalf of the seam-coverage baseline (prx-w2mf). Per the clarification that door-kit is the SDK for working on doors, it's a bootstrap-layer package like the capability seams themselves — so it declares its primitive surface rather than being exempted:prod: [node:buffer, node:crypto, node:fs, node:process, bun]— the door-client's four node builtins + the vendored guest-room protocol's Bun socket API.DEFAULT_AMBIENT_RULESminus the env rule).ci.yml(the repo had none) so the claim actually runs.Any new import or a subprocess spawn now fails CI. Local: seam test passes. (Noted in the test: the vendored
guest-room/protocol.tsis older than upstream — re-vendoring would dropbunfrom the surface.)🤖 Generated with Claude Code