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 tasks [flags]

Flags

FlagShortDescription
--status <status>-sFilter by status
--priority <priority>-pFilter by priority
--label <label>-lFilter by label
--agent <name>Identify the calling agent
--jsonOutput raw JSON

Examples

# List all tasks
mdn tasks

# Filter by status
mdn tasks --status todo

# Filter by priority
mdn tasks --priority urgent

# Combine filters
mdn tasks --status in_progress --priority high

# Agent-identified
mdn tasks --agent claude-code

# JSON output for scripting
mdn tasks --json | jq '.[] | .taskCode'

Output

  Median Workspace Tasks

  Code         Title                          Status          Priority    Agent
  ──────────────────────────────────────────────────────────────────────────────
  MED-42       Fix authentication bug         In Progress     !! Urgent   claude-code
  MED-43       Add dark mode support          Todo            ↑ High
  MED-44       Update API documentation       Ready           ─ Medium

  3 tasks

Statuses

requests | todo | in_progress | ready | shipped | archive

Priorities

urgent (!!) | high () | medium () | low () | none