cli/cmd/build
Snider bcf74fe84e refactor(i18n): use common.error.failed template for all error messages
Replace specific error keys with the generic template:
- common.error.working_dir -> common.error.failed + Action
- common.error.load_config -> common.error.failed + Action
- common.error.build_failed -> common.error.failed + Action
- common.error.get_logs -> common.error.failed + Action
- common.error.tests_failed -> common.error.failed + Action

This reduces 5 duplicate error keys to 1 reusable template:
"Failed to {{.Action}}"

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 11:35:38 +00:00
..
tmpl/gui feat(php): add quality commands and split cmd/php for maintainability 2026-01-29 23:58:03 +00:00
build.go refactor(i18n): consolidate duplicate translation keys into common section 2026-01-30 11:32:25 +00:00
build_project.go refactor(i18n): use common.error.failed template for all error messages 2026-01-30 11:35:38 +00:00
build_pwa.go refactor(i18n): consolidate duplicate translation keys into common section 2026-01-30 11:32:25 +00:00
build_sdk.go refactor(i18n): use common.error.failed template for all error messages 2026-01-30 11:35:38 +00:00
commands.go refactor(cmd): migrate CLI from clir to cobra 2026-01-30 00:47:54 +00:00