cli/cmd
Snider 5e2d058b26 feat(cli): wire Core runtime with i18n and log services
- Add i18n service wrapping pkg/i18n for translations via cli.T()
- Add log service with levels (quiet/error/warn/info/debug)
- Wire cli.Init() in cmd.Execute() with explicit service names
- Fix main.go to print errors to stderr and exit with code 1
- Update runtime.go to accept additional services via Options

Services use WithName() to avoid name collision since both are
defined in pkg/cli (WithService would auto-name both "cli").

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 10:55:30 +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 feat(cli): wire Core runtime with i18n and log services 2026-01-30 10:55:30 +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