- Rebuild after every code change.
emailableon PATH points atbin/emailablein this repo; withoutmake buildthe user is running a stale binary. - Don't print success/hint lines with raw
fmt.Fprintf. Use(*output.Human).Success(msg)for the headline (✓ msg) and(*output.Human).Hint(msg)for any follow-up tip — that's how the CLI stays visually uniform across commands. - Keep the CLI surface 1:1 with the API endpoints. Don't split one endpoint into multiple subcommands or merge two into one without a reason.