wiki-vault/Wiki/Reference/dispatch.md
Travis Herbranson 7eb8d756d1 compile: first compile — 17 entities, 2 synthesis, all indexes rebuilt
Read all 62 source files (Dev: 37, Homelab: 22, Venture: 3, Reference: 0).

Entity pages created (17):
- Wiki/Reference: lovebug, jenny, sunnie, n8n, ob1, tailscale, authentik,
  traefik, cloudflare, obsidian, gitea, plant-based-southerner, claude-code,
  dispatch, docker
- Wiki/Homelab: proxmox
- Wiki/Dev: pbs-hub, herbydev

Synthesis pages created (2):
- Wiki/Homelab/homelab-ingress-stack — four-layer ingress model (Cloudflare +
  Traefik + Authentik + Tailscale); operational lessons from 10+ source files
- Wiki/Dev/ai-memory-architecture — three memory layers (wiki + OB1 + Dispatch
  context); ingest paths; harness-vs-model design decision

All 11 index pages rebuilt (Sources/Dev, Venture, Homelab, Reference, Sources
root; Wiki/Dev, Venture, Homelab, Reference, Wiki root; vault root index.md).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08 18:15:31 -04:00

39 lines
1.6 KiB
Markdown

---
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