Add CLI support for the estimated_minutes field that was already in the Issue schema but had no way to be set from the command line. Changes: - Add --estimate flag to bd create (set estimated time on new issues) - Add --estimate flag to bd update (modify estimated time on existing issues) - Add EstimatedMinutes field to RPC CreateArgs and UpdateArgs - Add handling in daemon RPC handlers for the new field Example usage: bd create --title "Task" --estimate 60 # 60 minutes estimate bd update bd-abc --estimate 120 # update to 2 hours Fixes GH #443 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
88 KiB
88 KiB