Skip to content

v0.2.0

Choose a tag to compare

@manojlds manojlds released this 24 Apr 11:15
· 12 commits to main since this release

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.