Releases: Catfish-75/claw-task-hub
Releases · Catfish-75/claw-task-hub
Release list
Claw Task Hub v0.1.0
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