--- type: entity path: Wiki/Reference tags: - dispatch - claude-code - automation created: 2026-05-08 updated: 2026-05-08 --- # Dispatch ## What it is Dispatch is the AI agent orchestration and context management framework that manages Claude Code agent instances in this stack. It provides the lifecycle infrastructure for named agents like Lovebug — handling context windows, pre-compact hooks, session boundaries, and multi-turn agent coordination. A planned Phase 7 integration connects Dispatch's pre-compact lifecycle event to OB1 so that important context is persisted to memory before a context window is dropped. ## Current state Active as the framework running Lovebug. The pre-compact → OB1 integration is planned (Phase 7 of OB1 deployment) but not yet implemented. The current setup uses Dispatch for agent invocation and Claude Code for tool execution, with the wiki-maintenance skill providing structured procedures. ## Where it lives - Runs alongside Claude Code CLI on herbydev - Configuration embedded in Claude Code / skill system ## Related projects - [[Sources/Homelab/ob1-deployment|ob1-deployment]] — Phase 7 Dispatch pre-compact hook - [[Sources/Dev/a-review|a-review]] — Dispatch-managed code review agent - [[Wiki/Reference/lovebug|lovebug]] — primary named agent instance - [[Wiki/Reference/ob1|ob1]] — memory system receiving pre-compact events - [[Wiki/Reference/claude-code|claude-code]] — execution environment ## History - Ongoing — Agent lifecycle framework for Lovebug - **Planned** — Phase 7: Dispatch pre-compact hook writes context to OB1 before window drop