cli/.github/workflows
Snider a422c18c0e 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
..
agent-verify.yml ci: add agent verification workflow 2026-01-31 22:20:28 +00:00
auto-label.yml feat(php): add --json and --sarif flags to QA commands (#69) 2026-02-01 06:32:35 +00:00
auto-project.yml ci: use PROJECT_TOKEN for org project access 2026-01-31 22:07:51 +00:00
ci.yml feat(ci): add core setup ci and dogfood CLI in workflows 2026-02-01 11:36:59 +00:00
codeql.yml chore(deps): update GitHub Actions and Go modules (#73) 2026-02-01 06:46:54 +00:00
codescan.yml chore(deps): update GitHub Actions and Go modules (#73) 2026-02-01 06:46:54 +00:00
coverage.yml feat(ci): add core setup ci and dogfood CLI in workflows 2026-02-01 11:36:59 +00:00
dev-release.yml feat(ci): add core setup ci and dogfood CLI in workflows 2026-02-01 11:36:59 +00:00
release.yml feat(ci): add core setup ci and dogfood CLI in workflows 2026-02-01 11:36:59 +00:00