Skip to main content

Usage

mdn status <task-code> <new-status> [--agent <name>]
mdn status uses the workspace selected by the nearest .median/config.json. If no project-local config exists, it uses your global default profile.

Examples

# Move to in progress
mdn status MED-42 in_progress

# Mark as ready (with agent)
mdn status MED-42 ready --agent claude-code

# Ship it
mdn status MED-42 shipped

# Archive
mdn status MED-42 archive

Output

  ✓ MED-42: Fix authentication bug
     Todo → In Progress ⚡ claude-code

Valid statuses

StatusDescription
requestsIncoming, not yet triaged
todoReady to be picked up
in_progressActively being worked on
readyDone, awaiting review or merge
shippedDeployed or released
archiveNo longer relevant
No restrictions on transitions — any status can move to any other.