feat(plugins): Support hybrid plugin bundles - #169
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
gricha
marked this pull request as ready for review
August 22, 2026 20:14
…ndles # Conflicts: # packages/dotagents/src/cli/index.test.ts # packages/dotagents/src/plugins/store.ts
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9cd35b7. Configure here.
3 tasks
This branch was successfully deployed
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.

Allow valid Agent Plugins v1 roots to coexist with authored Claude, Cursor, or Codex manifests and legacy-root resources instead of rejecting migration bundles. The portable root remains the source of truth for identity, metadata, skills, and MCP. Generated native manifests are disposable adapters and are never read back as source input; native manifests are retained byte-for-byte only when they contain matching-client behavior the portable model cannot reproduce.
Discovery records those target-specific fallbacks and validates them at the matching selected-client boundary. A malformed or mismatched fallback blocks its selected target, while other clients preserve it and continue with a warning. Unverifiable orphan provenance also fails closed: reconciliation preserves every native output, emits one warning, and continues. Reconciliation handles managed-to-fallback and fallback-to-managed transitions, removes stale generated sidecars, and prevents legacy or native-only resources from leaking into other projections. Grok retains only portable MCP-referenced files and directory trees when those resources live under otherwise excluded legacy roots.
Native-only imports keep their existing conservative behavior. Install, sync, list, and doctor expose the durable compatibility state without changing
agents.tomloragents.lock, and invalid portable roots still fail rather than downgrade to native or generalized legacy parsing.Fixes #161