Skip to main content

whet inbox

Lists the artifacts produced by a pipeline — drafts pending review and analyses ready to use.

Usage

whet inbox <pipeline_id> [--limit <n>]

Example

$ whet inbox pp_a1b2c3 --limit 5
3 artifacts ready · 0 pending refinement · last run 2m ago

rf_4f5g prose "5 onboarding mistakes I made in my first cohort. #2 still stings…"
via run_98zy · tone analytical · ready

rf_4f5h prose "what nobody tells you about pricing pages: nobody reads them…"
via run_98zy · tone analytical · ready

rf_4f5i structured hook=numbered-list+stake · tone=confessional · format=thread
via run_98zy · ready

Flags

FlagDefaultDescription
--limit, -lAgent API defaultMaximum number of artifacts. If omitted, uses the Agent API default.

Artifact states

StateMeaning
review / readyProduced by the pipeline and available to publish / refine.
pendingQueued by a triggered refinement (manual action that hasn't finished yet).
publishedMarked as published via whet publish or from the UI.
archivedRemoved from the active inbox, retained in history.

Refinement

Refinement actions (shorter, change_tone, match_voice, more_punchy) are triggered today from the UI of the workbench or from the MCP via the refine_post prompt. The CLI does not yet expose a direct refinement command — it's on the roadmap. For now: copy the artifact_id from the inbox and trigger it from one of those two surfaces.