-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
73 lines (73 loc) · 3.06 KB
/
Copy path.coderabbit.yaml
File metadata and controls
73 lines (73 loc) · 3.06 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
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: 'en-US'
early_access: false
reviews:
profile: 'assertive'
request_changes_workflow: false
high_level_summary: true
high_level_summary_placeholder: '@coderabbitai summary'
auto_title_placeholder: '@coderabbitai'
review_status: true
commit_status: true
collapse_walkthrough: false
changed_files_summary: true
sequence_diagrams: false
assess_linked_issues: true
related_issues: true
related_prs: true
suggested_labels: true
auto_apply_labels: false
suggested_reviewers: false
poem: false
abort_on_close: true
auto_review:
enabled: true
auto_incremental_review: true
drafts: false
finishing_touches:
docstrings:
enabled: false
tools:
eslint:
enabled: true
markdownlint:
enabled: true
gitleaks:
enabled: true
github-checks:
enabled: true
timeout_ms: 90000
yamllint:
enabled: true
languagetool:
enabled: true
level: default
actionlint:
enabled: true
path_instructions:
- path: '**/*.ts'
instructions: 'Enforce strict TypeScript: flag missing type annotations, any usage, non-null assertions without justification, and unhandled promise rejections.'
- path: 'src/**'
instructions: 'Router logic is foundational to all Spectre apps. Flag any modifications to public TypeScript contracts, route matching, navigation, lifecycle, history management, or race-condition protection that lack focused tests or would require a semver major bump.'
- path: 'package.json'
instructions: 'This package has zero runtime dependencies. Flag any dependencies entry, broad script churn, publish metadata drift, or release-version change that is not reflected in CHANGELOG.md.'
- path: 'CHANGELOG.md'
instructions: 'Verify entries follow Keep a Changelog format with Added/Changed/Fixed/Removed categories, accurate release dates, and bottom comparison links.'
- path: 'AGENTS.md'
instructions: 'Verify the four-agent operating model stays intact: Claude Code leads implementation, Codex owns docs/releases/stabilization/hygiene/config, Copilot is advisory, and Jules handles small automated maintenance.'
- path: 'CODEX.md'
instructions: 'Verify Codex stays focused on documentation, releases, production stabilization, repo hygiene, changelog/release-note support, and config standardization without taking Claude Code implementation ownership.'
- path: 'JULES.md'
instructions: 'Verify Jules remains limited to bounded automated maintenance and never changes route matching, navigation, lifecycle behavior, race protection, exported types, public API, or the zero-runtime-dependency boundary.'
- path: '.github/copilot-instructions.md'
instructions: 'Ensure Copilot remains advisory only and does not claim ownership of architecture, releases, dependency maintenance, or commit authority.'
chat:
auto_reply: true
knowledge_base:
opt_out: false
learnings:
scope: auto
issues:
scope: auto
pull_requests:
scope: auto