Changed all user-facing documentation and help text to use `in_progress` (underscore) instead of `in-progress` (hyphen) to match the canonical status value. Files updated: - cmd/bd/ready.go - Short description - cmd/bd/status.go - Long description - commands/stats.md - Action suggestion - README.md - Workflow description Note: CSS class names, HTML IDs, and GitHub label mappings intentionally kept with hyphens as they follow different conventions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
608 B
608 B
description
| description |
|---|
| Show project statistics and progress |
Display statistics about the current beads project.
Use the beads MCP stats tool to retrieve project metrics and present them clearly:
- Total issues by status (open, in_progress, blocked, closed)
- Issues by priority level
- Issues by type (bug, feature, task, epic, chore)
- Completion rate
- Recently updated issues
Optionally suggest actions based on the stats:
- High number of blocked issues? Run
/bd-blockedto investigate - No in_progress work? Run
/bd-readyto find tasks - Many open issues? Consider prioritizing with
/bd-update