go/cmd
Snider 22aa1df30a refactor(cli): clean DX with direct function calls
- cli.Success(), cli.Error(), etc. now print directly
- String-returning versions renamed to cli.FmtSuccess(), etc.
- Removes App() from common usage path
- Usage: cli.Success("done") instead of fmt.Println(cli.Success("done"))

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 10:41:35 +00:00
..
ai refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
build refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
ci refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
dev refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
docs refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
doctor refactor(cli): clean DX with direct function calls 2026-01-30 10:41:35 +00:00
go refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
php refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
pkg refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
sdk refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
setup refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
test refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
vm refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
core.go refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
core_ci.go refactor(cmd): migrate CLI from clir to cobra 2026-01-30 00:47:54 +00:00
core_dev.go refactor(cmd): migrate CLI from clir to cobra 2026-01-30 00:47:54 +00:00
Taskfile.yml refactor: flatten CLI to root, simplify pkg/mcp for CLI-only use 2026-01-29 18:13:51 +00:00