Commit Graph

4 Commits

Author SHA1 Message Date
jordanthejet
541c357002 docs: rewrite CI docs for simplified 4-workflow system
Remove all references to deleted workflows (ci-run.yml, CI Required Gate,
sec-audit, pub-docker-img, pub-release, pub-homebrew-core, pr-intake-checks,
pr-labeler, pr-auto-response, pr-check-stale, pr-check-status, pr-label-policy,
workflow-sanity, main-promotion-gate, sec-codeql, sec-vorpal, etc.).

Rewrite docs to match the current 4 workflows:
- ci.yml (PR checks: test + build)
- release.yml (automatic beta release on push to master)
- ci-full.yml (manual full cross-platform build matrix)
- promote-release.yml (manual stable release)

Files rewritten:
- docs/ci-map.md — complete rewrite for current workflows
- docs/release-process.md — new two-tier release model (beta/stable)
- .github/workflows/main-branch-flow.md — simplified delivery flows
- .github/workflows/README.md — removed deleted helper scripts

Files updated (stale CI references removed):
- docs/pr-workflow.md
- docs/reviewer-playbook.md
- CONTRIBUTING.md
- Vietnamese locale sync: docs/vi/ and docs/i18n/vi/ (ci-map, pr-workflow,
  release-process, reviewer-playbook)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 17:35:04 -05:00
Will Sarg
13daa872c6
chore(release): promote dev to main for v0.1.5 (#1325)
* chore(license): make apache primary while preserving dual-license (#1307)

* fix(license): adopt rust-style dual-license layout for github detection (#1308)

* fix(license): restore canonical apache-2.0 text for detection (#1309)

* ci(policy): restrict main PR authors and target bot PRs to dev (#1310)

* ci(intake): warn and retarget non-promotion PRs from main to dev (#1319)

* ci(release): add bot-owned Homebrew publish workflow (#1323)

* fix(onboard): serialize quick-setup env tests safely

* chore(release): bump version to v0.1.5

* ci(build-fast): align toolchain with stable release build
2026-02-21 21:14:34 -05:00
Will Sarg
3e29c6d1eb
ci(docker): restrict image publish to v* tag pushes (#1280) 2026-02-21 13:27:44 -05:00
Will Sarg
3e868902ab
fix(ci): sync release publishing with GHCR and add runbook (#1087) 2026-02-20 07:10:09 -05:00