Skip to content

Releases: auth-02/hub

v0.2.3 — Hub

Choose a tag to compare

@auth-02 auth-02 released this 02 Jul 18:30
00a8fc3

What's Changed

  • Release 0.2.3: tighter banner crop by @auth-02 in #41

Full Changelog: v0.2.2...v0.2.3

v0.2.2 — Hub

Choose a tag to compare

@auth-02 auth-02 released this 02 Jul 18:19
1f44692

What's Changed

  • Bust README banner image cache by @auth-02 in #39
  • Release 0.2.2: new banner + dogfood testing note by @auth-02 in #40

Full Changelog: v0.2.1...v0.2.2

v0.2.1 — Hub

Choose a tag to compare

@auth-02 auth-02 released this 02 Jul 18:11
d3a2198

What's Changed

Full Changelog: v0.2.0...v0.2.1

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.

v0.1.0 — Hub

Choose a tag to compare

@auth-02 auth-02 released this 28 Jun 07:16
ba43508

Hub — point it at a folder and get every .md and .html inside as one searchable, previewable page. Stdlib-only Python, no runtime dependencies.

First public release: installable from PyPI, runnable on your own files in one command.

Install

pipx install hubspaces     # isolated (recommended)
# or
pip install hubspaces

Two commands land on your PATH: hub (build the index) and hub-server (serve it + watch for changes).

Quick start

cd ~/my-project
hub-server                 # http://localhost:8787, rebuilds on change
# or try it instantly on a bundled example:
hub-server --demo

Highlights

  • Full-text search over title, body, path, and repo — implicit AND, repo:name prefix.
  • Split-pane preview with a // trace panel linking runs, artifacts, and the parent task.
  • Task board & status badges — cycle ongoing → completed → paused, persisted across rebuilds and branch switches.
  • Feed & Timeline drawers — recent file activity and git-backed daily summaries.
  • Auto-rebuild — file watcher refreshes the index within ~3 s of any change.
  • Zero-config or hub.tomlscan_root, port, exclude_dirs, default_view; hub init scaffolds a stub.

Optional agent plugin

hub-agent bundles the manifest skill (the producer of the task manifests Hub indexes). Fully opt-in — hub-core needs no plugin:

/plugin marketplace add auth-02/hub
/plugin install hub-agent@hub

Requirements & support

  • Python 3.11+ (uses stdlib tomllib).
  • macOS is the validated platform for v1; Linux runs in CI. Windows/WSL not yet validated.
  • License: MIT.

Links

🤖 Generated with Claude Code