Feature request for product/service
BugBot
Describe the request
We use Bugbot alongside repository-managed AI rules.
Our repository rules are versioned under a single source of truth and referenced by both Cursor Agents and .cursor/BUGBOT.md. This gives us code review, ownership and conflict resolution through pull requests.
The issue is Bugbot’s learned rules: they live only in the Cursor dashboard. This creates a second, non-versioned rule store that can become redundant or conflict with repository rules.
Our ideal workflow would be:
Bugbot learns or proposes a rule.
We retrieve its full content and metadata.
An agent compares it against our repository rules for duplicates, overlaps and contradictions.
A human validates the proposal through a pull request.
Once merged, the dashboard learned rule is disabled or marked as promoted.
Today, GitHub comments expose the learned rule ID, title and dashboard URL, but not necessarily its full content, scope or status. Scraping an authenticated dashboard or relying on internal APIs would be too fragile.
Are any of the following available or planned?
A supported API to list, read, update and disable learned rules.
An export format such as JSON or Markdown.
Webhooks when a learned rule is created, promoted, updated or disabled.
A Git-backed mode where learned rules are proposed as pull requests.
An approval mode preventing learned rules from becoming active before human validation.
Metadata linking a learned rule to the PR comments and feedback that produced it.
The goal is not to disable learning, but to keep one auditable and version-controlled ruleset without requiring developers to manually copy rules from the dashboard.