cli/cmd/ci
Snider 6f6ee99008 refactor(i18n): consolidate 85 keys into reusable templates
Replace specific messages with parameterized templates:

- 60 "failed to X" errors -> common.error.failed + Action
- 10 "Running X" messages -> common.progress.running + Task
- 4 "Checking X" messages -> common.progress.checking + Item
- 13 "X successfully" messages -> common.success.completed + Action

This reduces translation maintenance - translators only need to
translate 3 templates instead of 85 individual messages.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 11:44:45 +00:00
..
ci_changelog.go refactor(i18n): consolidate 85 keys into reusable templates 2026-01-30 11:44:45 +00:00
ci_init.go refactor(i18n): consolidate 85 keys into reusable templates 2026-01-30 11:44:45 +00:00
ci_publish.go refactor(i18n): use common.error.failed template for all error messages 2026-01-30 11:35:38 +00:00
ci_release.go refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
ci_version.go refactor(i18n): consolidate 85 keys into reusable templates 2026-01-30 11:44:45 +00:00
commands.go refactor(cmd): migrate CLI from clir to cobra 2026-01-30 00:47:54 +00:00