v0.2.0 — Hub
Highlights
- Package restructure into focused subpackages:
core/(config, db, metadata, scan, migrations),cli/(thehubcommand),render/(markdown/tabular/page),utils/.assets/,example/, and thehub-agentplugin reorganized; docs-only images out of the wheel. - Single
hubcommand — serving folded intohub serve; the separatehub-serverbinary is gone. - Self-sufficient
hub-agentplugin — bundles themanifest,stacked,kagaz, anddakskills plus a/hubcommand that builds and serves the dashboard viauvx. - Removed the Hub Feed drawer (the activity view covers recent activity).
- launchd: scan root now lives in the
.scan_rootsidecar (UI-overridable) instead of a pinned env var. - Landing page auto-deploys from
site/togh-pageson every release.
Install / upgrade: pipx install hubspaces (or pip install -U hubspaces), then hub serve.