feat(runtime): add synthetic Gate B-M memory-only access plane - #289
Merged
Conversation
Implement the first bounded Gate B-M vertical slice with synthetic transport-derived authorization, protected trusted-memory execution, memory-only MCP discovery, deterministic denial coverage, and fail-closed scope guards.\n\nCloses #288.
This was referenced Aug 1, 2026
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.
Summary
gate_b_memory_onlyMCP profile advertising onlysearch_trusted_memory, while preserving the existing localmemory_onlyproposal-plus-search contract and provider profile, enforced by a closure-private raw MCP server and frozen null-prototype capability facade with exact allowlistsCloses #288.
Scope boundary
This is the first synthetic Gate B-M memory-only vertical slice. It is not full Gate B exit.
Included:
Not included or authorized:
Verification
npm run ci:checknpm run runtime:gate-b-memory-onlynpm run runtime:gate-b-memory-only:scopenpm run runtime:gate-b-memory-only:scope:smokenpm run runtime:global-owner-hosted-v1-architecture:scopenpm run owner:open-issues-statusnpm run owner:open-issues-status:smokenpm run docs:command-setupnpm run publish:readinessnpm run package:dry-rungit diff --cached --checkFocused Gate B-M result: 24 passed, 0 failed. The full Alpha runtime result is 179 passed, 0 failed. The focused suite includes the real default
executeTrustedMemorySearchprotected-read receipt path, exact profile resolution, existing local memory-only discovery compatibility, closure-private capability-facade enforcement, prototype-escape denial, and real MCP discovery.The existing dependency audit remains at two moderate findings in the MCP SDK's nested
@hono/node-server. This PR does not change dependencies, enable HTTP transport, support Windows, or add static serving. The existing time-bounded security disposition remains unchanged.Review notes