Commit Graph

4 Commits

Author SHA1 Message Date
Taylor Mullen c64c08c774 feat(cli): support skill discovery for Open Plugins
- Updated skillLoader to support discovery in skills/ subdirectories
- Implemented convention-based skill discovery for Open Plugins
- Enforced namespacing for plugin skills (plugin:skill-name)
- Refactored skill resolution into resolvePluginSkills for better maintainability
- Added comprehensive tests for Open Plugin skill discovery

Fixes https://github.com/google-gemini/maintainers-gemini-cli/issues/1592
2026-03-24 10:28:44 -07:00
Taylor Mullen 258490b19c refactor(cli): further trim open-plugin schema and core extension interface 2026-03-24 10:18:25 -07:00
Taylor Mullen 77a6c7e577 fix(cli): pass workspaceDir to createOpenPlugin to ensure correct variable hydration 2026-03-23 16:17:15 -07:00
Taylor Mullen 2da2f28b20 feat(cli): support Open Plugin (plugin.json) manifest standard
Fixes https://github.com/google-gemini/maintainers-gemini-cli/issues/1597
2026-03-23 16:05:19 -07:00