Skip to content

v0.4.2 — CLI splash polish, architecture diagrams, docs sweep

Choose a tag to compare

@rosspeili rosspeili released this 08 Jul 14:03
· 116 commits to main since this release

Changed

  • CLI — Interactive splash: corrected SKILLWARE ASCII logo, Rich 3-stop gradient on logo and tagline, shared _package_version_str() for splash and skillware --version, tagline Skillware v{version} — Skill Management Framework (#222, #224).
  • Documentation — Compact architecture Mermaid diagrams: shorter README labels, model-agnostic adapter nodes in introduction, horizontal agent-loop layout with role table (#210, #217, #221).
  • Documentation — Docs sweep: README Registry Mermaid alignment, vision.md pinned to v0.4.x, skill catalog and usage guides prefer bundle["class"]() with explicit bundle["module"].ClassName() noted as still supported (#225).

Upgrade

pip install -U skillware

Interactive splash and CLI unchanged for programmatic use (SkillLoader, agent loops). After upgrade:

skillware

Dev checkout:

pip install -e ".[dev,all]"

See cli.md and CHANGELOG.md.

Contributors

Full changelog

  • #225 — Docs sweep: vision v0.4.x, bundle["class"]() in catalog and usage guides, README Registry alignment
  • #224 — CLI interactive splash: SKILLWARE logo, Rich gradient, shared version string (#222)
  • #221 — Compact architecture Mermaid diagrams (#210 follow-up)

Compare: v0.4.1...v0.4.2