-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions[bot] edited this page Jun 10, 2026
·
4 revisions
Official rule packs for Bluetemberg. Each pack is a standalone npm package of vendor-neutral rules that Bluetemberg syncs into Cursor, Claude Code, GitHub Copilot, Gemini, and Windsurf.
This wiki is the contributor- and maintainer-facing documentation. For a quickstart and the pack list, see the README.
- Catalog — every pack and every rule, described
- Usage — installing packs, overriding rules, troubleshooting
- Contributing — add or edit a rule, add a new pack
- Releasing — versioning and the npm publish flow
| Repo | Owns |
|---|---|
| bluetemberg | The engine — the CLI, the sync transforms, the registry commands (add, install, update, search), the manifest/lockfile format. |
| bluetemberg-rules (here) | The content — the official rule packs, their rules, and how they're developed and released. |
If you're looking for how the registry mechanics work (manifest, lockfile, priority resolution, the programmatic API), that's documented in the Bluetemberg Registry wiki.