cli/pkg/go
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_commands.go refactor(cli): move commands from cmd/ to pkg/ with self-registration 2026-01-30 21:55:55 +00:00
cmd_format.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
cmd_go.go refactor(plugin): rename plugin files and update command structure 2026-01-31 11:39:19 +00:00
cmd_gotest.go refactor: migrate all pkg/* to cli abstraction 2026-01-31 23:54:01 +00:00
cmd_qa.go feat(ci): add core setup ci and dogfood CLI in workflows 2026-02-01 11:36:59 +00:00
cmd_tools.go refactor(plugin): rename plugin files and update command structure 2026-01-31 11:39:19 +00:00