Merge bd-er7r-derrick: GH#444 status naming

This commit is contained in:
Steve Yegge
2025-12-16 01:15:36 -08:00
9 changed files with 29089 additions and 149 deletions

View File

@@ -12,7 +12,7 @@ import (
)
var readyCmd = &cobra.Command{
Use: "ready",
Short: "Show ready work (no blockers, open or in-progress)",
Short: "Show ready work (no blockers, open or in_progress)",
Run: func(cmd *cobra.Command, args []string) {
limit, _ := cmd.Flags().GetInt("limit")
assignee, _ := cmd.Flags().GetString("assignee")

View File

@@ -45,7 +45,7 @@ var statusCmd = &cobra.Command{
Short: "Show issue database overview",
Long: `Show a quick snapshot of the issue database state.
This command provides a summary of issue counts by state (open, in-progress,
This command provides a summary of issue counts by state (open, in_progress,
blocked, closed), ready work, and recent activity over the last 24 hours from git history.
Similar to how 'git status' shows working tree state, 'bd status' gives you