-
Notifications
You must be signed in to change notification settings - Fork 2
refactor: reorganize repo structure with plugin build system #821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Content previously reorganized into context/, build/, and settings/. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Third-party repos and reference material previously staged for evaluation (claude-cookbooks, context-engineering-intro, claude-code-spec-workflow, super-claude-framework, etc.). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Skills, commands, rules, hooks, and settings relocated to the context/ directory structure. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Remove .templates/, .ctx/sitemap.xml, tools/, mcp/, schemas/, profiles/ placeholders, and top-level main.py. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Includes category definitions, research repos (claude-code-dev-kit, claude-cookbooks, context-engineering-intro, super-claude-framework), and context sitemap. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Skills migrated from components/skills/ with updated directory structure. Includes all language, CI/CD, meta, method, and domain-specific skills. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Migrated from components/ and legacy/ directories. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Config, metadata, and interaction logs for session tracking. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sound files for notifications and mustache templates relocated from .templates/. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Build target directories for claude, claude-code, cortex, gemini, vscode, and zed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Editor and tool settings (claude, cursor, vscode, windsurf, zed) and build configuration TODO. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add plugin.sources.json sidecar for source-to-local path mapping, justfile recipes for install/build/check/uninstall plugins, shared commands and agents, plugin template with mdbook docs scaffold, and signed-commits-only hook. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: aRustyDev <36318507+aRustyDev@users.noreply.github.com>
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
components/tocontext/directory structure with agents, commands, hooks, rules, skills, and pluginsplugin.sources.jsonsidecar maps local paths to repo source paths; justfile recipes forinstall-plugin,build-plugin,uninstall-plugin,check-plugin-sources, andlist-plugins.beads/,assets/,build/,settings/).todo/,legacy/, and unused scaffoldingChanges
components/→context/(skills, commands, agents, hooks, rules, plugins)plugin.sources.json+ justfile recipes for install/build/check/uninstallplugin.sources.json, per-plugin justfile.claude-plugin/marketplace.jsonwith homebrew-dev listing.claude-plugin/, docs scaffold.todo/,legacy/, unused scaffold dirsTest plan
just check-plugin-sources homebrew-dev— all sources existjust install-plugin homebrew-dev— symlinks created, receipt writtenjust uninstall-plugin homebrew-dev— symlinks removedjust build-plugin homebrew-dev— source components copied into plugin dirjust list-plugins— shows homebrew-dev with install status🤖 Generated with Claude Code