Codify production-first engineering governance - #64
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Purpose
Codify the production-first engineering standard for AWatch-rus so future PRs optimize for reliability, operational maturity, security, maintainability, reproducibility, performance and simplicity before new functionality.
Operational Impact
Documentation/governance only. No runtime services, timers, APIs, collectors, DLP profile, Loki path, Velociraptor mode, deployment automation or production configuration are changed.
Risk Assessment
Low risk. The change updates governance documents, PR evidence requirements, review checklist, README/CONTRIBUTING links and CODEOWNERS coverage. Runtime/API/UI behavior remains unchanged and existing production deployments remain backward-compatible.
Rollback Strategy
Revert this PR. No production service restart, migration, binary rollout or config rollback is required.
Validation Steps
git diff --checkpython3 scripts/public_secret_pattern_check.pynode scripts/operational-maturity-check.mjs --jsonnode scripts/pilot-validation-smoke.mjsnode scripts/deployment-readiness-smoke.mjsbash -n scripts/registry_readiness_check.sh && bash scripts/registry_readiness_check.shRust build/test/clippy/audit/deny were skipped because this PR is documentation/governance only and does not touch Rust sources, manifests or lockfiles.
Documentation Changes
.github/GOVERNANCE.mdas the GitHub governance entrypoint.docs/ENTERPRISE_QUALITY_STANDARD_RU.mdas the canonical production-first engineering standard..github/pull_request_template.mdwith required PR evidence sections.docs/REVIEW_CHECKLIST_RU.mdwith production compatibility, dependency and operational maturity checks.README.mdandCONTRIBUTING.md.Acceptance Criteria