go/pkg/setup
Snider e28fc52456 feat(ci): add core setup ci and dogfood CLI in workflows
- Add `core setup ci` command for generating installation scripts
  - Supports bash, powershell, and GitHub Actions YAML output
  - Configurable via .core/ci.yaml
  - Auto-detects platform and uses Homebrew/Scoop/direct download

- Update all GitHub workflows to use global `core` binary:
  - ci.yml: Uses `core go qa` for all quality checks
  - coverage.yml: Uses `core go cov` for coverage
  - release.yml: Uses `core build --ci` for cross-compilation
  - dev-release.yml: Uses `core build --ci` for all targets

- Add .core/ci.yaml with default configuration

This ensures the CLI dogfoods itself across all CI operations,
validating the framework that the Web3 ecosystem builds from.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 11:36:59 +00:00
..
cmd_bootstrap.go fix(i18n): restore missing translation keys for health command (#65) 2026-02-01 03:55:01 +00:00
cmd_ci.go feat(ci): add core setup ci and dogfood CLI in workflows 2026-02-01 11:36:59 +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 feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +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: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +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