Fixed
- Removed the broken
adk-skillsconsole script declaration so installs no longer expose a CLI entry point that imports a missing module. - Updated README and examples to use the async-only
0.4.xAPIs consistently. - Prevented
FilesystemSkillSource.load_skill()from recaching stale parsed skills after a concurrent refresh clears the cache. - Made
FilesystemSkillSourcestate mutations thread-safe and bounded retry loops for catalogs that keep changing during refresh or load operations.
Full Changelog: v0.4.0...v0.4.1