What's Changed
Restructured as an official Claude Code plugin for Anthropic marketplace submission.
Changed
- Restructured as official Claude Code plugin (
.claude-plugin/plugin.jsonmanifest) - Added marketplace catalog (
.claude-plugin/marketplace.json) for distribution via/plugin marketplace add - Moved
banana/toskills/banana/(standard plugin layout) - Moved
.claude/agents/toagents/(standard plugin layout) - Plugin install is now the primary installation method
- Updated CI workflow, README, CLAUDE.md, CONTRIBUTING.md, and install.sh for new structure
Fixed
- Git remote URL corrected from
claude-bananatobanana-claude - Removed
firebase-debug.logfrom git tracking
Install
Plugin (recommended):
/plugin marketplace add AgriciDaniel/banana-claude
/plugin install banana-claude@banana-claude-marketplaceStandalone:
git clone --depth 1 https://github.com/AgriciDaniel/banana-claude.git
bash banana-claude/install.shFull Changelog: v1.4.0...v1.4.1