wiki-vault/Wiki/Reference/lovebug.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

44 lines
1.9 KiB
Markdown

---
type: entity
path: Wiki/Reference
tags:
- lovebug
- dispatch
- claude-code
- automation
created: 2026-05-08
updated: 2026-05-08
---
# Lovebug
## What it is
Lovebug is Travis's named AI coding agent — a Dispatch-managed Claude instance that serves as the primary AI collaborator across dev and homelab projects. It operates within Claude Code and the Dispatch framework, handling code generation, review, migration, and agentic multi-step tasks. The name "lovebug" functions as both a handle tag in the vault and the identifier used in prompts and skill configs.
## Current state
Active. Lovebug is referenced across 10+ project plans and session notes as the executing agent. Used for the a-review code review skill, the zero-check validation pipeline, PBS SEO meta generation, project scaffolding, wiki compile, and this vault itself. A Dispatch pre-compact hook (Phase 7 of OB1 deployment) is planned to wire Lovebug's context cycles into the OB1 memory system.
## Where it lives
- Runs inside Claude Code CLI on herbydev
- Dispatch framework manages agent lifecycle and context
- Skill configs live at `~/.claude/skills/` on herbydev
- Wiki-maintenance skill: `~/.claude/skills/wiki-maintenance/`
## Related projects
- [[Sources/Dev/a-review|a-review]] — agent code review skill
- [[Sources/Dev/zero-check-pipeline|zero-check-pipeline]] — LLM validation gauntlet
- [[Sources/Dev/project-scaffolding-skill|project-scaffolding-skill]] — scaffolding automation
- [[Sources/Dev/wiki-vault-migration|wiki-vault-migration]] — this vault
- [[Sources/Homelab/ob1-deployment|ob1-deployment]] — Phase 7 Dispatch hook
- [[Wiki/Reference/ob1|ob1]] — planned memory integration
## History
- **2026-05-08** — First wiki compile run executed by Lovebug on `claude/reverent-sinoussi` branch
- Ongoing — Serves as primary agent across all PBS, homelab, and dev project work
- Planned — OB1 Phase 7 will connect Dispatch pre-compact events to OB1 memory ingestion