Skip to main content
Changelog
v0.6.42026-04-06by Fatih

Bundle manifest validation fix

Invalid string fields removed from all three bundle plugin.json files. README Quick Start now shows both CLI and in-session installation paths.

fix

Fixed

All three bundle plugin.json files (full-team, engineering-team, product-team) had invalid "agents" and "skills" string fields. Claude Code auto-discovers these directories; the string format caused a validation error on install.

Removed the invalid fields from all three bundle manifests.

README update

Quick Start now shows both installation pathways:

# CLI
claude plugin install tonone@tonone-ai

# In-session
/plugin install tonone@tonone-ai

Code fences now have language identifiers.