fix: restore StatusResponse daemon config fields and remove duplicate --type flag
Two swarm merge bugs fixed: 1. StatusResponse in protocol.go lost daemon config fields (AutoCommit, AutoPush, LocalMode, SyncInterval, DaemonMode) during merge60ae6586. These were added in4e87ae18but lost when merging bd-zbyb-gusher which had an outdated protocol.go. 2. Duplicate --type flag definition on updateCmd in show.go causing panic on startup. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1049,7 +1049,6 @@ func init() {
|
||||
updateCmd.Flags().String("acceptance-criteria", "", "DEPRECATED: use --acceptance")
|
||||
_ = updateCmd.Flags().MarkHidden("acceptance-criteria")
|
||||
updateCmd.Flags().IntP("estimate", "e", 0, "Time estimate in minutes (e.g., 60 for 1 hour)")
|
||||
updateCmd.Flags().StringP("type", "t", "", "Issue type (bug|feature|task|epic|chore)")
|
||||
updateCmd.Flags().StringSlice("add-label", nil, "Add labels (repeatable)")
|
||||
updateCmd.Flags().StringSlice("remove-label", nil, "Remove labels (repeatable)")
|
||||
updateCmd.Flags().StringSlice("set-labels", nil, "Set labels, replacing all existing (repeatable)")
|
||||
|
||||
Reference in New Issue
Block a user