Project
A project maps Overlord to a repository and working directory so work always has a concrete execution target.
The overlord workflow, described in one image.
Configured once per project before ticket work starts.
A project maps Overlord to a repository and working directory so work always has a concrete execution target.
Resources define where an agent can operate, such as a local directory, SSH host, or other typed execution surface.
Connectors translate the same Overlord protocol into Codex, Claude Code, Cursor, OpenCode, and similar agent environments.
Repeated for each ticket as objectives move from prompt to delivery.
A ticket is the durable work record. It holds the shared context, prompt history, progress, delivery, and review.
Objectives are sequential steps inside a ticket. Each agent prompt becomes one objective with its own lifecycle.
The attached session is the live execution thread for one objective, including updates, questions, and delivery.
Information that stays durable so handoffs and follow-up work do not reset context.
Shared context survives across objectives so the next agent inherits prior decisions, files, artifacts, and discussion.
Every meaningful file change can carry a rationale that records what changed, why it changed, and the expected impact.