Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.median.sh/llms.txt

Use this file to discover all available pages before exploring further.

Usage

mdn status <task-code> <new-status> [--agent <name>]

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.