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
- Use Claude GitHub App (claude[bot]) with use_sticky_comment for
automatic single-comment edit-in-place behavior
- Add synchronize/reopened triggers so reviews re-run on every push
- Fix model parameter (pass via claude_args, not action input)
- Remove explicit github_token (Claude app handles auth)
Also documents branch strategy in CLAUDE.md: PRs target seismic
(production), not main (upstream tracking).
Copy file name to clipboardExpand all lines: CLAUDE.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
This guide provides comprehensive instructions for AI agents working on the Reth codebase. It covers the architecture, development workflows, and critical guidelines for effective contributions.
4
4
5
+
## Branch Strategy
6
+
7
+
-**`seismic`**: The default/production branch. All PRs should target `seismic` unless explicitly stated otherwise.
8
+
-**`main`**: Tracks upstream `paradigmxyz/reth`. Do NOT open PRs against `main` for Seismic-specific changes.
9
+
5
10
## Project Overview
6
11
7
12
Reth is a high-performance Ethereum execution client written in Rust, focusing on modularity, performance, and contributor-friendliness. The codebase is organized into well-defined crates with clear boundaries and responsibilities.
0 commit comments