Go CLI for the Inflights platform, built with Cobra.
go build ./...
go test ./... -v
go vet ./...- Commit messages: terse, lowercase, no period
- Use "service" in all CLI-facing text — never "product" (backend uses "product" internally but the CLI must not expose that term)
- Standard Go project layout: commands in
cmd/, internal logic ininternal/