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
13 changes: 13 additions & 0 deletions .cursor/BUGBOT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# CKEditor5 Math — Repo-Specific BugBot Rules

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

## CKEditor 5 Plugin

- This is a CKEditor 5 plugin for math/equation rendering. It follows the CKEditor 5 plugin architecture with `src/` for source, `theme/` for styles, and `lang/` for translations.
- TypeScript with multiple tsconfig files (dist, release, test). Ensure the correct config is used for each build target.
- Changes are documented in `CHANGELOG.md`. Plugin metadata is in `ckeditor5-metadata.json`.

## Testing

- Tests are in `tests/` using CKEditor's testing infrastructure. Run tests before merging to validate editor integration.
Loading