Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wasabeef/claude-code-cookbook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.6
Choose a base ref
...
head repository: wasabeef/claude-code-cookbook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 421 files changed
  • 1 contributor

Commits on Oct 14, 2025

  1. 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}
    wasabeef committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    4f6b9c8 View commit details
    Browse the repository at this point in the history
  2. 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
    wasabeef committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    9d3ad56 View commit details
    Browse the repository at this point in the history
  3. 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)
    wasabeef committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    ebdee11 View commit details
    Browse the repository at this point in the history
  4. 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 plugins
    wasabeef committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    878bc54 View commit details
    Browse the repository at this point in the history
  5. 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
    wasabeef committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    818546d View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. 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.
    wasabeef committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    7314e7a View commit details
    Browse the repository at this point in the history
  2. 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
    wasabeef committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    fd8d5e1 View commit details
    Browse the repository at this point in the history
  3. 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.
    wasabeef committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    f6b7e40 View commit details
    Browse the repository at this point in the history
  4. docs: up

    wasabeef committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    f77ae99 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #19 from wasabeef/feat-plugins

    refactor: replace to plugin architecture
    wasabeef authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    174f9ab View commit details
    Browse the repository at this point in the history
Loading