v0.7.3
Bug Fixes
- Fixed manifest validation error on install — The
agentsfield inplugin.jsonwas set to a string path ("./agents"), which the plugin validator rejects withagents: Invalid input. Removed the field entirely; theagents/directory is auto-discovered by default and does not need to be declared in the manifest.
Other Changes
- Added
tests/test_plugin_manifest.py: validates manifest structure, referenced path integrity, version consistency across all four version files, and bump_version.py correctness — so this class of bug is caught before publish.
Full changelog: v0.7.2...v0.7.3