You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Missing standard tooling: repo-root .coderabbit.yaml
This repo has no repo-root .coderabbit.yaml, so CodeRabbit silently falls back to the org-dashboard default. That means:
❌ request_changes_workflow is off — CodeRabbit can't cast formal approve / request-changes review votes (its top-level @coderabbitai approve/resolve commands are disabled).
❌ No profile: assertive, no per-language path_instructions, no gitleaks/actionlint/yamllint enforcement.
Note: an org-level .github/.coderabbit.yaml is ignored — the config must live at the repo root (or the dashboard).
Rollout status
The workspace standard exists in saas, saas-infra, cachekit-py, and now brochure, but was never rolled to the remaining repos. This issue tracks adding it here.
Acceptance criteria
Add /.coderabbit.yaml mirroring the standard reviews block:
Missing standard tooling: repo-root
.coderabbit.yamlThis repo has no repo-root
.coderabbit.yaml, so CodeRabbit silently falls back to the org-dashboard default. That means:request_changes_workflowis off — CodeRabbit can't cast formal approve / request-changes review votes (its top-level@coderabbitai approve/resolvecommands are disabled).profile: assertive, no per-languagepath_instructions, nogitleaks/actionlint/yamllintenforcement.Rollout status
The workspace standard exists in
saas,saas-infra,cachekit-py, and nowbrochure, but was never rolled to the remaining repos. This issue tracks adding it here.Acceptance criteria
/.coderabbit.yamlmirroring the standardreviewsblock:profile: "assertive",request_changes_workflow: true,high_level_summary: true,review_status: true,auto_review.enabled: true/drafts: falsepath_instructions+toolsto this repo's stack (don't copy dead rules):**/*.rsblock (unsafe/unwrap/Result, FFI buffer/null checks, zeroize secrets); enable no Python/Docker tools**/*.tsblock (strict, noany, no unhandled rejections);eslint/biome**/encryption/**,byte_storage) → AAD/key-length/nonce checks, cross-ref protocol spec.github/workflows/**SHA-pin rule;gitleaks,actionlint,yamllint,shellcheckTemplates
saas/.coderabbit.yaml— canonical reviews block + full path_instructionsbrochure/.coderabbit.yaml(PR #24, commit61da59f) — frontend-tailored example (a11y + no-secret-literal + verifiable-claims guidance)chore:— non-releasing.