Commit Graph

2 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
pluginmd
79cc1bd30b docs(vi): add comprehensive Vietnamese localization under docs/vi/
Full Vietnamese translation of all documentation using directory-per-locale
structure (docs/vi/) instead of flat suffixes. Covers 41 docs across all
categories: getting-started, reference, operations, security, hardware,
datasheets, contributing, and project. Also includes python/README.vi.md.

Translation conventions: natural idiomatic Vietnamese for prose; technical
terms, CLI commands, config keys, and code blocks kept in English.

Supersedes flat-suffix approach from #1092.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 02:16:53 +08:00