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>
|
||
|---|---|---|
| .. | ||
| commands.go | ||
| test.go | ||
| test_output.go | ||
| test_runner.go | ||