hc
Installation
SKILL.md
Honeycomb (hc) — Multi-Agent Task Coordination
Honeycomb is hive's built-in task coordination system. A conductor agent creates epics and tasks; worker agents claim leaf items, record progress, and mark work done.
Session ID and repo key are auto-detected from the working directory.
Quick Reference
hive hc create <title> Create a single epic or task (tasks require --parent)
hive hc create Bulk create from stdin JSON
hive hc list [epic-id] List items (optional epic filter)
hive hc show <id> Show item + comments
hive hc update <id> Update status, title, desc, or assignment
hive hc next <epic-id> Get next actionable task for an epic
hive hc comment <id> <message> Add a comment to an item
hive hc context <epic-id> Show epic context block
hive hc prune Remove old completed items