Where it comes from
A light port of OmO's Hephaestus
OmO is the full agent harness — a primary orchestrator, a deep worker, specialist agents, multi-model routing, and dozens of lifecycle hooks. LazyCodex does not ship all of that. It ports one role, Hephaestus, into Codex as a focused, repeatable setup: the deep worker plus the workflows that keep its runs honest.
OmO — the full harness
- Sisyphus orchestrator with boulder.json session continuity
- Hephaestus deep worker + specialist agents
- 54+ lifecycle hooks, multi-model routing, team mode
LazyCodex — the Hephaestus port
- Hephaestus only: goals, not step-by-step recipes
- $ulw-plan / $start-work / $ulw-loop workflows
- Skills, hooks, and verification defaults for Codex
Deep Worker
Hephaestus
Give it a goal, not a recipe
Named after the Greek god of the forge. Methodical, thorough, obsessive. Fires parallel explore subagents before writing any code, then runs a tight loop until the work is proven. Built for deep architectural reasoning, complex debugging, and cross-domain synthesis.
01
Explore
Map the terrain — read with tools, never speculate.
02
Plan
Chart the course — files to change, specific edits, dependencies.
03
Implement
Build with precision — surgical edits that match codebase style.
04
Verify
Prove it works — LSP diagnostics, tests, build, in parallel.
05
Manually QA
Drive the real surface — HTTP, tmux, browser — then report.
For when good enough isn't.