How Statuses Work
Statuses are organized into two categories:| Category | Description | Appears In |
|---|---|---|
| Open | Active conversations that need attention | Inbox / Active list |
| Closed | Completed or cancelled conversations | Archive |
Default Statuses
Craft Agents ships with five default statuses:| Status | Category | Description |
|---|---|---|
| Backlog | Open | Ideas and tasks for later |
| Todo | Open | Ready to work on |
| Needs Review | Open | Awaiting review or feedback |
| Done | Closed | Successfully completed |
| Cancelled | Closed | No longer needed |
Status Types
Statuses have different levels of editability, controlled byisFixed and isDefault flags in the configuration:
Fixed statuses (isFixed: true)
Fixed statuses (isFixed: true)
Cannot be deleted or renamed. These are essential workflow states:
todo, done, and cancelled. You can still change their color and icon. Fixed statuses have isFixed: true in the config.Default statuses (isDefault: true)
Default statuses (isDefault: true)
Ship with the app and can be modified (color, icon, label) but not deleted.
backlog and needs-review are default statuses with isDefault: true.Custom statuses
Custom statuses
Statuses you create (neither
isFixed nor isDefault). Fully editable and can be deleted when no longer needed.Workspace-Level Configuration
Statuses are configured per workspace. Each workspace can have its own set of custom statuses tailored to that workspace’s workflow. Configuration is stored at:Changing a Conversation’s Status
You can change a conversation’s status at any time using the status menu or keyboard shortcuts. Moving a conversation to a closed status (Done or Cancelled) archives it, while moving it to an open status keeps it in your inbox.Moving conversations between open statuses doesn’t affect their content or history - only their organizational state changes.