Prompts become durable objectives
Capture the ask, constraints, working directory, project, and acceptance criteria before execution starts.
Overlord lets you group prompts into Objectives, creating a durable record of context, acceptance criteria, target repo, updates, and delivery history. The work record remains readable after the terminal session, chat, or agent run is gone.
Capture the ask, constraints, working directory, project, and acceptance criteria before execution starts.
Progress notes, blocking questions, artifacts, and delivery summaries build a timeline you can review later.
Add another objective to the same ticket instead of opening a new chat that has none of the original context.
Each ticket becomes a feed post that lets you explore the objectives, file changes, and delivery summaries.
New Checkpoints page in Project Settings with a scrollable table, row-level delete, and a one-click prune-stale flow. The backing server action commits a transaction so partial-state races are impossible.
Single-transaction prune in a server action
Alternatives: Client-side loop over individual deletes
Rationale: One transaction prevents partial-state UI on flaky connections and is faster on large checkpoint sets.
Write safety ref before hard reset
Alternatives: Rely on reflog alone
Rationale: Named safety refs survive aggressive `git gc` runs; reflog entries can be pruned.
Agent-readable detail
Agents should attach to the ticket, read the objective, post meaningful progress, and deliver with a summary tied back to the original ask.