hc
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
More from colonyops/hive
tui-component-design
Best practices for building maintainable, testable TUI components using Bubbletea v2 and the Charm ecosystem. Covers component organization, state management, async operations, visual modes, and common pitfalls.
55tui-testing
Comprehensive testing strategies for Bubbletea v2 applications. Covers unit tests, component tests, golden file testing, async operations, external tool integration, and common testing pitfalls.
48inbox
This skill should be used when the user asks to "check my inbox", "read my messages", "any unread messages?", "check for new messages", "see my inbox", or needs to read inter-agent messages from other hive sessions. Provides guidance on reading, filtering, and managing inbox messages.
19config
This skill should be used when the user asks to "configure hive", "setup hive for my workflow", "customize session spawn", "add tmux integration", "create custom keybindings", "add user commands", or needs guidance on hive configuration, rules, spawn commands, terminal integration, or keybindings.
19docs-update
Update documentation after code changes. Use when adding features, changing keybindings, modifying config options, or updating TUI behavior. Automatically finds and updates relevant documentation files (README, recipes, help text).
17session-info
This skill should be used when the user asks "what's my session ID?", "show my inbox topic", "get session info", "what session am I in?", "my agent ID", or needs to retrieve current hive session details for messaging coordination or debugging.
16