Skip to content

Releases: Catfish-75/claw-task-hub

Claw Task Hub v0.1.0

Choose a tag to compare

@Catfish-75 Catfish-75 released this 22 May 10:59

Initial public MVP of Claw Task Hub.

Highlights:

  • Local-first, Linear-like task hub for AI agents and agentic harnesses.
  • SQLite-backed project, issue, comment, session, claim, and acceptance-trail workflows.
  • CLI and MCP-compatible tool surface for agent automation.
  • Normal operation is independent of external ticketing services; optional history import tools are isolated as operator-only utilities.
  • Cross-platform CI covers build, store regression, harness smoke, UI smoke, lint, and public hygiene on Windows and Linux.

Get started:

git clone https://github.com/Catfish-75/claw-task-hub.git
cd claw-task-hub
npm ci
npm run dev