chore(framework): enable local AIDD plugins for repo dogfooding#247
Merged
Conversation
Register the local working tree as the "aidd-framework" marketplace via extraKnownMarketplaces (directory source) and enable the six AIDD plugins in .claude/settings.json so contributors load the repo's own skills. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: alexsoyes <contact.alexsoyes@gmail.com>
blafourcade
approved these changes
Jun 6, 2026
Contributor
Author
|
C'est une blague la rapidité @blafourcade ? J'ai même pas le temps de mettre les labels 😂 |
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 & why
Enable the repo's own six AIDD plugins from the local working tree so contributors load the framework's own skills (dogfooding) instead of having to run a manual
/plugin marketplace add.🛠️ How it works
New committed
.claude/settings.json:extraKnownMarketplacesregisters the working tree as theaidd-frameworkmarketplace via adirectorysource (path: ".").enabledPluginsturns on the six plugins as<plugin>@aidd-framework.Chosen over the one-time
/plugin marketplace add .command because committed settings apply for every contributor automatically. Personalsettings.local.json(gitignored) is untouched.🧪 How to verify
aidd-context:03-context-generate) without running/plugin marketplace addfirst.jq . .claude/settings.jsonis valid JSON;git check-ignore .claude/settings.jsonprints nothing (the file is tracked).Claude Code does not hot-reload a
settings.jsoncreated mid-session; contributors already in a session need a restart (or opening/hooks) to pick up the plugins.✅ I certify