Hand off work between Claude Code sessions through the CogOS kernel bus — emit a handoff.offer with state blob when your context is near-full or the task is paused, or claim a pending offer in a fresh session to resume another session's work. Use when you're running out of context, when a task shoul
Hand off work between Claude Code sessions through the CogOS kernel bus — emit a handoff.offer with state blob when your context is near-full or the task is paused, or claim a pending offer in a fresh session to resume another session's work. Use when you're running out of context, when a task should continue across sessions, or when bootstrapping a new session from another session's state.