go/cmd
Snider 23d399407c refactor(cli): move cmd/shared to pkg/cli with runtime
Moves shared utilities (styles, utils) from cmd/shared to pkg/cli.
Adds CLI runtime with global singleton pattern:
- cli.Init() initialises the runtime
- cli.App() returns the global instance
- OutputService for styled terminal printing
- SignalService for graceful shutdown handling

All cmd/ packages now import pkg/cli instead of cmd/shared.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 10:32:05 +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): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +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