chore: adopt Paperclip 2026.626 plugin baseline#164
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.
Summary
2026.626.02026.626.0host capabilities instead of duplicating themcommentAnnotationUI slot because Paperclip's built-in GitHub external-object provider now owns generic GitHub URL detection/rendering on issue content/commentsexternal.objects.*providerpackage.json#versionunchanged; the manual publish flow updates the plugin version2026.626 feature supersession analysis
external.objects.*provider while the host ships one. A future product PR can connect host object mentions back to GitHub Sync entities if we need richer cross-filtering or "already synced" affordances.Staging notes
readyVerification
pnpm typecheckpnpm test— includes assertions that manifest does not declareexternal.objects.*,ui.commentAnnotation.register, commentAnnotation slots, watchdog capabilities, or worker/watchdogcallspnpm buildStaging GH token propagation removal / plugin-tool smoke — 2026-06-30
githubTokenPropagationAgentIds; docs/spec/e2e were updated accordingly.adapterConfig.env.GITHUB_TOKENbindings from all 9 DEV Hermes agents in staging, including the live-only UI/UX Designer. Verification now shows 0 DEV agents withGITHUB_TOKENenv bindings and 0 plugin-state rows containinggithubTokenPropagationAgentIds.gh/GITHUB_TOKEN.hermes_localdid not bridge them into Hermes tool schemas. A deployment-ownedpaperclip-plugin-toolsstdio MCP bridge now discovers/api/plugins/toolswith the per-run agent JWT and dispatches calls through/api/plugins/tools/execute.d6387f2a-9392-4f8f-be3c-12567d6c3835completed successfully and exercised all eight requested read-only GitHub Sync operations through MCP-bridged runtime tool names. It did not usegh, inspectGITHUB_TOKEN, or invoke mutation fallback. Full matrix is in DEV-1444qa-verification.catalog-auto-sync,sync.github-issues). Note: a scheduled GitHub sync briefly started after the staging server restart and was cancelled; final sync state iscancelled.