@CONTRIBUTING.md
Before drafting any pull request description, strictly adhere to the rules in CONTRIBUTING.md above.
CONTRIBUTING.md@CONTRIBUTING.md in rule definitions so that PR formatting rules are injected into context whenever PR workflows run.fix: / feat:: User-visible changes ONLY.build: / build(release):: Internal release tooling (tools/private/release/), developer workflows, and build scripts. Always prefer build(release): over chore: or chore(release):.docs:: Documentation and issue templates (.github/ISSUE_TEMPLATE/).ci:: .bazelci and Buildkite CI configurations.workflow: / workflows:: GitHub Actions workflow configurations (.github/workflows/).tests:: Test-only changes and test-helper fixes (never fix: or fix(tests):).agents: / agents(<scope>):: Agent rules, skills, and prompts (.agents/).Work towards #<issue>).