forked from ramimbo/mergework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
108 lines (99 loc) · 3.87 KB
/
Copy path.coderabbit.yaml
File metadata and controls
108 lines (99 loc) · 3.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: en-US
tone_instructions: "Be concise, direct, evidence-backed, and human. No hype, jokes, poems, emojis, or MRWK price/cash-out claims. Put blockers first."
early_access: false
enable_free_tier: true
inheritance: false
reviews:
profile: assertive
request_changes_workflow: false
review_status: true
review_details: false
collapse_walkthrough: true
changed_files_summary: true
high_level_summary: true
high_level_summary_in_walkthrough: false
sequence_diagrams: false
estimate_code_review_effort: false
suggested_labels: false
suggested_reviewers: false
auto_apply_labels: false
auto_assign_reviewers: false
related_issues: true
related_prs: true
poem: false
in_progress_fortune: false
enable_prompt_for_ai_agents: false
auto_review:
enabled: true
drafts: false
auto_incremental_review: true
finishing_touches:
docstrings:
enabled: false
unit_tests:
enabled: false
simplify:
enabled: false
pre_merge_checks:
docstrings:
mode: "off"
title:
mode: warning
requirements: "Use a short, concrete title that names the changed surface."
description:
mode: warning
issue_assessment:
mode: warning
custom_checks:
- name: MergeWork public artifact hygiene
mode: warning
instructions: "For README, docs, PR descriptions, and public comments, flag investment claims, price claims, cash-out/off-ramp claims, fabricated payout claims, or private security details. MRWK should be described as a native project coin that may support future snapshots, bridges, and onchain claims."
- name: Bounty PR focus
mode: warning
instructions: "When a PR references Bounty #N or Refs #N, check that the diff matches the stated files or surfaces, includes evidence and test output where relevant, and avoids unrelated scope."
path_instructions:
- path: "README.md"
instructions: "Keep public wording conservative and direct. MRWK is native to the MergeWork ledger today. Do not imply a current fiat, BTC, USDC, bridge, exchange, off-ramp, cash-out, price, or investment path."
- path: "docs/**/*.md"
instructions: "Review docs for short, concrete prose. Flag speculative MRWK claims, private security details, stale workflow instructions, and missing command or endpoint evidence."
- path: ".github/pull_request_template.md"
instructions: "Preserve the Summary, Evidence, Test Evidence, and MRWK sections. Do not require a bounty reference for maintainer or repository-maintenance PRs."
- path: "app/ledger/**"
instructions: "Prioritize supply conservation, hash-chain continuity, payout idempotency, proof metadata, and duplicate-payment prevention."
- path: "app/wallets.py"
instructions: "Prioritize canonical payloads, Ed25519 signatures, nonce ordering, replay protection, and spend validation."
- path: "app/webhooks/**"
instructions: "Prioritize GitHub signature verification, replay/idempotency, label and payment side effects, and redacted security metadata."
- path: "tests/**/*.py"
instructions: "Do not request docstrings. Focus on whether tests prove the changed behavior and include negative, replay, boundary, or regression cases where relevant."
chat:
art: false
auto_reply: true
knowledge_base:
web_search:
enabled: true
code_guidelines:
enabled: true
filePatterns:
- AGENTS.md
- docs/AGENTS.md
- .github/pull_request_template.md
- docs/bounty-rules.md
code_generation:
docstrings:
language: en-US
path_instructions: []
unit_tests:
path_instructions: []
issue_enrichment:
auto_enrich:
enabled: false
planning:
enabled: true
auto_planning:
enabled: false
labels: []
labeling:
auto_apply_labels: false
labeling_instructions: []