-
-
Notifications
You must be signed in to change notification settings - Fork 97
Comparing changes
Open a pull request
base repository: wasabeef/claude-code-cookbook
base: v2.6.6
head repository: wasabeef/claude-code-cookbook
compare: main
- 10 commits
- 421 files changed
- 1 contributor
Commits on Oct 14, 2025
-
refactor: migrate from locales to plugin system architecture
- Restructure project from locales/ to plugins/ directory - Add plugin.json for each language with explicit commands/agents paths - Consolidate root commands/, agents/ into plugins/ja/ - Update scripts/check-locales.sh to use plugins/ja as base - Remove scripts/install.sh (replaced by /plugin install command) - Add CLAUDE.md, COMMAND_TEMPLATE.md, README.md to each plugin This migration enables plugin-based installation via: /plugin install wasabeef/claude-code-cookbook/plugins/{lang}Configuration menu - View commit details
-
Copy full SHA for 4f6b9c8 - Browse repository at this point
Copy the full SHA 4f6b9c8View commit details -
feat: add marketplace.json for plugin discovery
- Register all 8 language plugins (ja, en, es, fr, ko, pt, zh-cn, zh-tw) - Enable installation via: /plugin marketplace add wasabeef/claude-code-cookbook - Each plugin includes commands, agents, and localized documentation
Configuration menu - View commit details
-
Copy full SHA for 9d3ad56 - Browse repository at this point
Copy the full SHA 9d3ad56View commit details -
fix: improve natural language in marketplace.json descriptions
- en: Fix word order (collection of commands and roles) - ko: Remove unnecessary spaces (를, 한국어) - pt: Use 'papéis' (roles) instead of 'funções' (functions)
Configuration menu - View commit details
-
Copy full SHA for ebdee11 - Browse repository at this point
Copy the full SHA ebdee11View commit details -
fix: change author field to object format in marketplace.json
- Change from "author": "wasabeef" to "author": {"name": "wasabeef"} - Fixes schema validation error for all 8 pluginsConfiguration menu - View commit details
-
Copy full SHA for 878bc54 - Browse repository at this point
Copy the full SHA 878bc54View commit details -
feat: rename plugins to cook-based naming scheme and add usage docume…
…ntation Changes: - Rename plugins: ja→cook (default), en→cook-en, ko→cook-ko, etc. - Add "Usage" sections to all 8 language READMEs explaining prefix-based invocation - Fix Spanish grammar: "se llaman" → "se invocan" for command invocation context - Update marketplace.json with new plugin names - All plugin.json files updated to match marketplace naming Rationale: - Japanese as default with shortest name (cook) for prioritized user experience - Other languages use cook-XX pattern for clarity - Prefix documentation helps users understand command invocation syntax - Prevents namespace collisions when multiple plugins installed
Configuration menu - View commit details
-
Copy full SHA for 818546d - Browse repository at this point
Copy the full SHA 818546dView commit details
Commits on Oct 15, 2025
-
chore: bump version to 3.0.0 across all plugins
Update version from 1.0.0 to 3.0.0 for marketplace metadata and all 8 language plugins to align with current release version.
Configuration menu - View commit details
-
Copy full SHA for 7314e7a - Browse repository at this point
Copy the full SHA 7314e7aView commit details -
docs: update installation commands with cook-based plugin names
- Update README.md to use new plugin names (cook, cook-en, etc.) - Reorder language table with Japanese first as default - Update Chinese READMEs with corrected plugin installation commands - Fix task.md references to match new naming scheme
Configuration menu - View commit details
-
Copy full SHA for fd8d5e1 - Browse repository at this point
Copy the full SHA fd8d5e1View commit details -
chore: remove work-in-progress documentation from version control
Add docs/ to .gitignore and remove WIP documentation files: - plugin-directory-structure.md - plugin-installation-guide.md - plugin-migration-plan-simple.md - plugin-tasks.md These files remain locally but are no longer tracked in git.
Configuration menu - View commit details
-
Copy full SHA for f6b7e40 - Browse repository at this point
Copy the full SHA f6b7e40View commit details -
Configuration menu - View commit details
-
Copy full SHA for f77ae99 - Browse repository at this point
Copy the full SHA f77ae99View commit details -
Merge pull request #19 from wasabeef/feat-plugins
refactor: replace to plugin architecture
Configuration menu - View commit details
-
Copy full SHA for 174f9ab - Browse repository at this point
Copy the full SHA 174f9abView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.6.6...main