feat: gateway visibility-provider adapter (mcp: tag scoping) - #21
Merged
Merged
Conversation
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.
What
armory-todo becomes the first live gateway visibility provider (SPEC-1b-3 D3): when
@getpipher/armory-gatewayis installed in the same pi, the extension registers aregisterVisibilityProvidervia guarded dynamic import. Tags onin_progresstodos matchingmcp:<server>ormcp:<server>__<tool>scope the session's MCP tools (union across todos); no tags →undefined→ config-only pass-through.1b1f75a); the V4 seam pin in this suite proves bare-entry whole-server scope through the REAL module's public seam.undefined+ warn (a store hiccup passes through unscoped; never the hide-all path). Invalidmcp:tags skip silently — fail-open by design (scoping = convenience plane; fleetmcpDeny= security plane).ARMORY_GATEWAY_PATH+ symlink helper (no package.json coupling); release gate clones the private sibling + installs its deps beforenpm test.Commits
c25e03fpure grammar/collection ·42df1c7adapter+contract tests+wiring+README+docs ·e5b9e55CI gate + README separator ·153c246CI fix (gateway-deps install, same as memory's)V3 dry-run evidence
Run 33830362593 ✅ — SIBLINGS_PAT clone green, all suites
fail 0 / skipped 0incl.✔ REAL gateway module: registration, convergence, seam-level bare-entry matcher pin; publish skipped (version guard, as designed).Local evidence
RED→GREEN per task;
npm test18 suites green; final whole-branch review (session model): Yes — 0 Critical/Important.Docs
docs/SPEC-1b-3-gateway-visibility-provider.md— relocated spec sections + as-built notes.