Skip to content
Open
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
12 changes: 12 additions & 0 deletions .cursor/BUGBOT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Dead Code Finder — Repo-Specific BugBot Rules

> Org-wide rules are enforced via Cursor Team Rules.

## Purpose

- This is an Elixir tool for finding dead code across codebases. It uses Mix as the build tool.

## Elixir Conventions

- Source code is in `lib/`, tests in `test/`, config in `config/`. Follow standard Elixir/Mix project conventions.
- Run `mix test` before committing changes to ensure no regressions.