Skip to content

v0.2.0 — Hub

Choose a tag to compare

@auth-02 auth-02 released this 02 Jul 17:43
e449435

Highlights

  • Package restructure into focused subpackages: core/ (config, db, metadata, scan, migrations), cli/ (the hub command), render/ (markdown/tabular/page), utils/. assets/, example/, and the hub-agent plugin reorganized; docs-only images out of the wheel.
  • Single hub command — serving folded into hub serve; the separate hub-server binary is gone.
  • Self-sufficient hub-agent plugin — bundles the manifest, stacked, kagaz, and dak skills plus a /hub command that builds and serves the dashboard via uvx.
  • Removed the Hub Feed drawer (the activity view covers recent activity).
  • launchd: scan root now lives in the .scan_root sidecar (UI-overridable) instead of a pinned env var.
  • Landing page auto-deploys from site/ to gh-pages on every release.

Install / upgrade: pipx install hubspaces (or pip install -U hubspaces), then hub serve.