BugBot's Learned Rules disapeared?

Describe the Bug

Since Bugbot moved to automation, I cannot found Learned Rules anymore, am I blind or did they really disappeared ?

Steps to Reproduce

Search for BugBot Learned rules, don’t find them, done.

Expected Behavior

Bugbot Learned Rules should appear somewhere

Operating System

Windows 10/11
MacOS
Linux
Other

Version Information

Cloud, under Automations

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey @Yann_Baelli
The Learned Rules didn’t go away, they moved when Bugbot became part of Automations. There’s no longer a standalone “Learned Rules” (or even a top-level Bugbot) entry, which is exactly why it’s easy to miss now.

You’ll find them under Repository Rules inside the Bugbot page:

They show per organization/repository once learning is enabled for that repo, so if the list looks empty, double-check you’ve selected the right org/repo there.

Docs for reference: Bugbot | Cursor Docs

If they’re still not showing after checking that page, let me know which Git provider you’re on (GitHub / GitLab) and I’ll take a closer look.

Well, thank’s, it works for private repo, but for repo where I am not the owner (organisation ones) I still don’t see it.

Should someone else activate this ?

Yep, that’s expected. For org repos you don’t own, Learned Rules are admin-managed - you can view them but can’t turn learning on, which is why your personal repos work and the org ones don’t.

So yes: an admin/owner of that org needs to enable learning in Automations → Bugbot → Repository Rules. If you’d rather not wait on an admin, add a .cursor/BUGBOT.md to the repo - anyone with write access can set rules that way via a PR, and Bugbot picks them up automatically.

Docs: Bugbot | Cursor Docs

Well, thanks, at least now I know !