Install
Requires Node.js 20+. The package is aibreze on npm.
pnpm add -D aibreze
Agent setup
- Copy
node_modules/aibreze/rules/cursor.mdcto.cursor/rules/aibreze.mdc - Point "Full rules" at
node_modules/aibreze/rules/core.md - Keep a project overlay (carve-outs, I vs we, protected lines)
- When drafting a page, essay, note, or ship post, open that genre file
- For a publish pass: paste
rules/core.mdplus the overlay, thenrules/audit.mdorrules/claims.md. Do not paste the prompt alone.
Overlay
Keep it short. Point at this package, then only:
- Pronouns per surface
- Terms that pass the applicability heuristic here, with one-line why
- Protected maxims / testimony
- Genre extras that are house law
Do not fork core.md. Do not restate the hard bans.
From Node
import { readRule, files, catalog } from "aibreze";
const core = readRule("core");
// files.audit is an absolute path to rules/audit.md
Markdown is also exported as aibreze/rules/core.md (and the rest).
The maintainer publishes to npm. Agents must not run npm publish.