v0.4.2 — CLI splash polish, architecture diagrams, docs sweep
Changed
- CLI — Interactive splash: corrected SKILLWARE ASCII logo, Rich 3-stop gradient on logo and tagline, shared
_package_version_str()for splash andskillware --version, taglineSkillware 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.mdpinned to v0.4.x, skill catalog and usage guides preferbundle["class"]()with explicitbundle["module"].ClassName()noted as still supported (#225).
Upgrade
pip install -U skillwareInteractive splash and CLI unchanged for programmatic use (SkillLoader, agent loops). After upgrade:
skillwareDev checkout:
pip install -e ".[dev,all]"See cli.md and CHANGELOG.md.
Contributors
- @rosspeili — CLI splash gradient and version alignment (#222, #224); compact diagram polish (#221); docs sweep — vision, bundle class usage, README Mermaid (#225)
- @meghana922007 — Architecture flow diagrams (#217, #210)
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