What problem does it solve?
Hive provides a local-first issue tracking and task management approach to keep AI agents and humans aligned, reducing context switching and coordination drift across tasks and teams.
Core Features & Use Cases
- Open, update, and close work items (bugs, features, tasks, epics) using hive commands
- Coordinate across multiple agents with a git-backed task board and Swarm Mail
- Query and manage the lifecycle of cells with hive_create, hive_query, hive_update, hive_close, hive_create_epic
- Sync changes with hive_sync to maintain a consistent, collaborative history
Quick Start
Initialize the hive in your project, then create an epic or a task to begin tracking work. Use hive_create_epic to define a large initiative, add subtasks with hive_create, move items through states (open → in_progress → closed) with hive_update/hive_close, and finally run hive_sync to propagate changes to the shared history.