v0.2.0
Release 0.2.0 — Pluggable SkillSource architecture
Highlights:
- New SkillSource abstraction lets applications plug databases,
remote registries, object storage, and other backends alongside
the built-in FilesystemSkillSource. - read_reference is centralized on the registry; sources only need
list_metadata / load_skill (and optional list_files / read_file). - Built-in DB support, run_script, and lowercase skill.md are gone.
See CHANGELOG.md for the full release notes and migration guide.