Files
self/.coderabbit.yaml
Justin Hernandez ba2e598fbe Add proof overlays, history, and post-proof support screens (#1875)
* Add proof overlays, history, and post-proof screens (SELF-2421)

Add 10 proof-related screen wrappers: ProofRequestReceiptScreen, ProofHistoryScreen, SimpleDialogueScreen, DialogueWithCtaScreen, ProofGenerationDialogueScreen, ProofGenerationSuccessScreen, ProofSuccessBackupScreen, NovaSplashScreen, KycPendingScreen, and KycVerificationSuccessScreen. Include Lottie animation JSON files and dialogue background image in public/ for proper rendering. Add Vite middleware plugin to serve static JSON/HTML files without SPA fallback rewriting.

* save wip dev menu

* save dialogue screen updates

* finalize screens

* add test

* improvments

* update

---------

Co-authored-by: Tranquil-Flow <tranquil_flow@protonmail.com>
2026-03-28 16:39:13 -07:00

45 lines
1.6 KiB
YAML

# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en-US"
tone_instructions: "Only report bugs, security vulnerabilities, data loss, or production incidents. No nitpicks, style suggestions, missing comments, optional improvements, or test mock wiring. When unsure, do not post."
reviews:
profile: "chill"
request_changes_workflow: false
high_level_summary: true
poem: false
sequence_diagrams: false
related_issues: false
related_prs: false
suggested_labels: false
suggested_reviewers: false
enable_prompt_for_ai_agents: false
review_status: true
auto_review:
enabled: true
drafts: false
base_branches: ["main", "dev", "staging"]
tools:
github-checks:
timeout_ms: 300000
path_instructions:
- path: "contracts/**/*.sol"
instructions: |
Focus exclusively on security vulnerabilities (reentrancy, overflow, access control)
and correctness bugs. Ignore style, gas optimization suggestions, and missing NatSpec.
- path: "circuits/**/*.circom"
instructions: |
Focus on circuit correctness, constraint soundness, and input validation bugs only.
- path: "noir/**/*.nr"
instructions: |
Focus on constraint correctness, soundness bugs, and public/private input misuse only.
- path: "app/ios/**/*"
instructions: |
Focus on security issues (keychain misuse, insecure storage) and crash-causing bugs only.
- path: "app/android/**/*"
instructions: |
Focus on security issues and crash-causing bugs only.
chat:
auto_reply: true