Dashboard
Drafts
The Drafts queue tracks prompts with in-progress work and how to resolve them.
Drafts is the queue of prompts with in-progress work. The sidebar counter shows the same total across the workspace.
What Appears Here
Each row represents a prompt with at least one draft. The page shows:
| Column | Meaning |
|---|---|
| Slug + folder | Prompt identity and location, with a direct link to the editor. |
| Live label | Current production version. |
| Draft label | Current in-progress version. |
| Author | Latest person to change the draft. |
| Updated | Last draft change time. |
Clicking a row jumps to the editor with that draft loaded.
Why Drafts Exist
A draft version is the bridge between "I'm editing this" and "this is live." It lets you:
- Save checkpoints without changing what production serves.
- Stage a version visible to
pv_test_keys. - Hand a prompt to a teammate without disturbing live traffic.
Drafts are mutable during an iteration, so repeated draft saves do not clutter history with unnecessary labels.
Resolving a Draft
| Action | Effect |
|---|---|
| Promote to live | The draft becomes the live version. |
| Delete the draft | The draft is removed. |
| Supersede it | A newer live save makes the draft obsolete. |
Activity Entries
Draft saves appear in Activity with the message from the save modal.