Source flutter-patrol from leancodepl/patrol#8
Merged
Conversation
The Patrol repo owns all Patrol AI support now. The marketplace entry points at github:leancodepl/patrol with strict: false and exposes skills/patrol-write-test and skills/patrol-test-architecture. The local plugin directory is deleted, no copy of Patrol content remains here. Validator parses object sources, checks the github repo slug, and skips local structure checks for external plugins. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
8ddb699 to
de7faa9
Compare
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.
The Patrol repo is the single source of truth for Patrol AI support. This marketplace only exposes it. Removes the duplicated skill references we kept in the plugin.
Changes:
flutter-patrolin.claude-plugin/marketplace.jsonnow uses an external source (github:leancodepl/patrol,strict: false) and exposesskills/patrol-write-testandskills/patrol-test-architecturefrom that repo.plugins/flutter-patrol/is deleted.claude plugin validateCI step covers the entry's schema.flutter-marionettecross references.Verified:
go test,validate-plugins,claude plugin validate . --strict. Also installed the plugin end to end viaclaude plugin installfrom a local marketplace and confirmed it delivers exactly the two Patrol skills.Known trade-offs: installing clones the whole Patrol repo (~87 MB, one time), and the plugin no longer ships a
flutter-patrol-usageskill.🤖 Generated with Claude Code