Hive Handoff
Spawn an agent in another repo with context and a reply channel.
Usage
code
/hive-handoff <repo-name> <handoff-message>
Steps
- •Get your session ID:
hive session info - •Validate target:
ls /Users/hayden/Code/repos/<repo-name> - •Get remote:
git -C /Users/hayden/Code/repos/<repo-name> remote get-url origin - •Build handoff with your inbox for replies
- •Write to
/tmp/handoff_payload.json - •Execute:
cat /tmp/handoff_payload.json | hive batch
Handoff Template
markdown
# Handoff from <source-repo> ## Task <handoff-message> ## Reply Channel agent.<your-session-id>.inbox
Receiving Updates
bash
hive msg sub -t agent.{your-id}.inbox --new
If stuck on messaging, run hive doc messaging.