cli/pkg/setup
Snider f5bcef421e
fix(i18n): restore missing translation keys for health command (#65)
* fix(i18n): restore missing translation keys for health command

The locale consolidation in 39de3c2 removed keys still used by
cmd_health.go. Added back:
- cmd.dev.health.* keys (long, repos, to_push, to_pull, etc.)
- common.status.* keys (dirty, clean, synced, up_to_date)
- common.flag.registry

Also fixed workspace.LoadConfig() returning default PackagesDir
when no .core/workspace.yaml exists, which was overriding repo
paths from repos.yaml.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix: add nil checks for workspace.LoadConfig callers

LoadConfig now returns nil when no .core/workspace.yaml exists.
Added defensive nil checks to all callers to prevent panics.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* refactor: align workspace.LoadConfig error handling

Both call sites now gracefully ignore errors and fall back to defaults,
since workspace config is optional for setup commands.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 03:55:01 +00:00
..
cmd_bootstrap.go fix(i18n): restore missing translation keys for health command (#65) 2026-02-01 03:55:01 +00:00
cmd_commands.go refactor(cli): move commands from cmd/ to pkg/ with self-registration 2026-01-30 21:55:55 +00:00
cmd_github.go feat(setup): add github command for repo configuration (#59) 2026-02-01 03:37:06 +00:00
cmd_registry.go fix(i18n): restore missing translation keys for health command (#65) 2026-02-01 03:55:01 +00:00
cmd_repo.go refactor(cli): move commands from cmd/ to pkg/ with self-registration 2026-01-30 21:55:55 +00:00
cmd_setup.go feat(setup): add github command for repo configuration (#59) 2026-02-01 03:37:06 +00:00
cmd_wizard.go refactor(setup): replace huh with simple stdin prompts 2026-01-31 23:54:01 +00:00
github_config.go feat(setup): add github command for repo configuration (#59) 2026-02-01 03:37:06 +00:00
github_diff.go feat(setup): add github command for repo configuration (#59) 2026-02-01 03:37:06 +00:00
github_labels.go feat(setup): add github command for repo configuration (#59) 2026-02-01 03:37:06 +00:00
github_protection.go feat(setup): add github command for repo configuration (#59) 2026-02-01 03:37:06 +00:00
github_security.go feat(setup): add github command for repo configuration (#59) 2026-02-01 03:37:06 +00:00
github_webhooks.go feat(setup): add github command for repo configuration (#59) 2026-02-01 03:37:06 +00:00