Report
Claude Code plugin.json manifest validation fails on CC ≥2.1.123 when agents/commands arrays present
c734f900-e509-45ae-a895-4050f058c0d0
Claude Code plugin installation fails with "Validation errors: commands: Invalid input, agents: Invalid input" on CC v2.1.123+. The plugin.json manifest contains explicit agents and commands arrays listing file paths, which older CC versions accepted but newer versions reject via stricter Zod schema validation.