fix: correct cursor marketplace plugins and repo placeholder references - #100
Open
bbrewington wants to merge 4 commits into
Open
fix: correct cursor marketplace plugins and repo placeholder references#100bbrewington wants to merge 4 commits into
bbrewington wants to merge 4 commits into
Conversation
…ncies - Extend validate_repo.py to check .cursor-plugin/marketplace.json bidirectionally (listed plugins must exist on disk, and vice versa) - Add dbt-migration and dbt-extras to .cursor-plugin/marketplace.json, which was missing them - Fix backtick references in debugging-dbt-errors.md to use proper markdown links (was failing the file-references check) - Add using-dbt-index to tile.json (was missing) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Author
|
just as a heads up, I’m contributing this on personal time as individual contributor, so signed the Individual CLA |
Contributor
|
Hi @bbrewington . Sorry, I just saw this one. Cursor told us a few weeks/months ago that they only supported 1 plugin per marketplace entry. Hence why we list the main one instead of the 3 different plugins. |
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.
resolves #99
Description
Fixes several repo inconsistencies surfaced by
validate_repo.py, and extends the script to also validate.cursor-plugin/marketplace.json..cursor-plugin/marketplace.json— addeddbt-migrationanddbt-extras, which were missing (inconsistent with.claude-plugin/marketplace.json)tile.json— added missingusing-dbt-indexentrydebugging-dbt-errors.md— converted backtick references toscripts/review_run_results.mdinto proper markdown links.changie.yaml/pull_request_template.md— replaced leftoverdbt-oss-templateplaceholder references withdbt-agent-skillsscripts/validate_repo.py— refactoredcheck_marketplaceto accept a path argument; added bidirectional check for.cursor-plugin/marketplace.jsonChecklist
changie newto create a changelog entry^^ note, I manually edited that last bullet, and the change on this PR will fix that going forward (the template currently has
dbt-oss-templatein URL)