Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .cursor/BUGBOT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# BugBot Instructions

## Changelog Enforcement

Any PR that modifies configuration structures or usage patterns must update `CHANGELOG.md`. This includes changes to config fields (added, removed, renamed, moved, or default value changes) in:

- `src/prime_rl/*/config.py`
- `src/prime_rl/rl.py`
- `src/prime_rl/utils/config.py`

If such changes are detected without a corresponding `CHANGELOG.md` update, request that the author add an entry.