go-devops/cmd/setup
Snider c2adc7d9dc fix(dx): audit and fix build, error handling, and CLAUDE.md
- Fix cli.RegisterCommands signature mismatch (cli v0.3.5 takes
  single CommandRegistration, not variadic localeFS); register
  locales via i18n.RegisterLocales in locales/embed.go init()
- Replace fmt.Errorf inside log.E with plain string concat in
  deploy/python and deploy/coolify
- Remove unused fmt import from deploy/coolify/client.go
- Update CLAUDE.md: correct LOC count, clarify cmd/community and
  cmd/gitcmd descriptions, add locales package, fix error convention
  from core.E/fmt.Errorf to log.E

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 08:18:32 +00:00
..
cmd_bootstrap.go refactor: replace os.ReadFile/WriteFile and fmt.Errorf/errors.New with framework equivalents 2026-03-16 19:17:34 +00:00
cmd_ci.go refactor: replace all cobra imports with core/cli 2026-03-09 12:05:13 +00:00
cmd_commands.go fix(dx): audit and fix build, error handling, and CLAUDE.md 2026-03-17 08:18:32 +00:00
cmd_github.go refactor: replace os.ReadFile/WriteFile and fmt.Errorf/errors.New with framework equivalents 2026-03-16 19:17:34 +00:00
cmd_registry.go refactor: replace os.ReadFile/WriteFile and fmt.Errorf/errors.New with framework equivalents 2026-03-16 19:17:34 +00:00
cmd_repo.go refactor: replace os.ReadFile/WriteFile and fmt.Errorf/errors.New with framework equivalents 2026-03-16 19:17:34 +00:00
cmd_setup.go fix: defer i18n.T() for package-level command vars 2026-03-17 02:21:52 +00:00
cmd_wizard.go refactor: swap pkg/repos import to go-scm/repos 2026-03-06 13:48:08 +00:00
github_config.go refactor: replace os.ReadFile/WriteFile and fmt.Errorf/errors.New with framework equivalents 2026-03-16 19:17:34 +00:00
github_diff.go refactor: use core/go-i18n module instead of core/go/pkg/i18n 2026-03-06 09:09:07 +00:00
github_labels.go refactor: migrate CLI imports from core/go to core/cli 2026-02-22 23:28:58 +00:00
github_protection.go refactor: replace os.ReadFile/WriteFile and fmt.Errorf/errors.New with framework equivalents 2026-03-16 19:17:34 +00:00
github_security.go refactor: replace os.ReadFile/WriteFile and fmt.Errorf/errors.New with framework equivalents 2026-03-16 19:17:34 +00:00
github_webhooks.go refactor: replace os.ReadFile/WriteFile and fmt.Errorf/errors.New with framework equivalents 2026-03-16 19:17:34 +00:00