aibreze 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,11 +2,12 @@
2
2
 
3
3
  An installable writing rule set for AI agents.
4
4
 
5
- aiBreze strips the performative, faux-profound register from prose.
5
+ Editorial rules for prose that actually says something instead of just
6
+ sounding like it. AI-assisted or not.
6
7
  Written **aiBreze**. npm **`aibreze`**. A spray, not a breeze.
7
8
 
8
- Direct > clever. Clear > profound. Useful > insightful-sounding. No em
9
- dashes in publishable prose.
9
+ Direct > clever. Clear > profound. Useful > insightful-sounding. Em dashes
10
+ earn their place; most don't.
10
11
 
11
12
  Spray the prose, not the author. Earn the word.
12
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aibreze",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Installable writing rule set for AI agents. Sprays the performative, faux-profound register off prose. Core bans, smell audit, claims review, genre overlays.",
@@ -49,8 +49,9 @@
49
49
  "scripts": {
50
50
  "build": "tsc",
51
51
  "test": "tsc && node --test dist/index.test.js",
52
+ "ship": "pnpm --dir site run ship",
52
53
  "site:dev": "pnpm --dir site dev",
53
54
  "site:build": "pnpm --dir site run build",
54
- "site:deploy": "pnpm --dir site run deploy"
55
+ "site:deploy": "pnpm --dir site run ship"
55
56
  }
56
57
  }
package/rules/audit.md CHANGED
@@ -53,7 +53,7 @@ pass that skips the house bans.
53
53
  Hunt every hard ban and cadence tell in `core.md`: escalation formula,
54
54
  honest framing, validation+profundity, mechanism inflation, narrative
55
55
  theater, genuinely-stacks, dramatic apology, suspense, setup sentences,
56
- em dashes, triad packing including prefix-repetition, empty marketing
56
+ em-dash furniture, triad packing including prefix-repetition, empty marketing
57
57
  vocab, helper theater, signpost openers, mic-drop closers, intensifier
58
58
  filler, parallel-zinger density, bold-lead lists. Apply the
59
59
  corpus-applicability heuristic before rewriting overlay terms. Teaching
@@ -123,10 +123,6 @@ product names, and words that would get less precise if swapped for
123
123
 
124
124
  ### Structural extras
125
125
 
126
- - **Em dashes.** Core already bans them in publishable prose. Still flag
127
- density and the clause-then-punchline construction as a smell signal
128
- (some human writers use them heavily; combined with other tells they
129
- are a strong signal).
130
126
  - **Emoji as content furniture.** Checkmarks, rockets, and lightbulbs
131
127
  doing the work that words or design should do, especially in lists and
132
128
  result badges.
package/rules/claims.md CHANGED
@@ -119,10 +119,10 @@ Only after Passes A-D:
119
119
  1. Score AI smell 1-10 with one-paragraph justification (same scale as
120
120
  `audit.md`).
121
121
  2. Flag hard bans from `core.md`: escalation formula, honest-framing,
122
- validation+profundity, narrative theater, em dashes, setup-only
122
+ validation+profundity, narrative theater, setup-only
123
123
  sentences, synonym antithesis, helper theater.
124
124
  3. Flag cadence budgets: signpost openers, mic-drop closers, intensifier
125
- filler, parallel-zinger density, bold-lead lists.
125
+ filler, em-dash furniture, parallel-zinger density, bold-lead lists.
126
126
  4. Apply **corpus-applicability**: do not "correct" overlay terms when
127
127
  they are structural.
128
128
  5. Quote lines to **protect** (distinctive human voice).
package/rules/core.md CHANGED
@@ -42,8 +42,9 @@ across with minimal ceremony.
42
42
  Direct > clever. Clear > profound. Useful > insightful-sounding.
43
43
 
44
44
  Contractions. Short sentences mixed with longer ones. Point first, support
45
- second. Concrete over abstract. No em dashes in publishable prose (commas,
46
- periods, or parentheses).
45
+ second. Concrete over abstract. Em dashes earn their place, like everything
46
+ else, and most don't. A comma, period, or colon usually does the job with
47
+ less drama.
47
48
 
48
49
  Pronouns are a project decision (I / we / you). Pick one per surface and
49
50
  hold it. Do not let an agent default to corporate "we" on a personal essay,
@@ -154,7 +155,6 @@ Do not withhold the answer while building drama. Answer first.
154
155
 
155
156
  ### Also still banned
156
157
 
157
- - Em dashes in publishable prose
158
158
  - Alliterative triads and stacked-negation chants, except protected
159
159
  maxims the overlay names, or **one concrete chant a genre file
160
160
  explicitly allows** (landing). **Prefix-repetition triads count**
@@ -184,6 +184,9 @@ not single instances.
184
184
  - **Intensifier repetition.** "actually," "whole," "real," "very"
185
185
  recurring as filler. Keep only where the word marks a true contrast;
186
186
  cut the padding uses.
187
+ - **Em-dash furniture.** Clause-then-punchline, a dash in every heading,
188
+ or stacks. One earned dash is not a finding. Density plus other tells
189
+ is. Do not treat the mark as an AI tell to erase.
187
190
  - **Parallel-zinger density.** Chiasmus and mirror sentences ("X is a
188
191
  performance. Y is a practice.") are spice. Track the count per piece;
189
192
  protect native pairs, trim assistant-added ones first.
@@ -197,7 +200,7 @@ not single instances.
197
200
  | Mode | Extra watch |
198
201
  | --- | --- |
199
202
  | **Agent chat** | Honest framing, validation theater, suspense, dramatic apology, genuinely-stack, helper theater |
200
- | **Drafts / posts / pages** | Escalation formula, insight-labeling without evidence, setup sentences, em dashes, triad packing |
203
+ | **Drafts / posts / pages** | Escalation formula, insight-labeling without evidence, setup sentences, em-dash furniture, triad packing |
201
204
 
202
205
  The table is extra watch, not a partition. Chat theater infects drafts.
203
206
  Publish tells show up in chat.
package/rules/cursor.mdc CHANGED
@@ -17,7 +17,7 @@ not copy genre law into this file.
17
17
  ## Target
18
18
 
19
19
  Sharp, slightly tired colleague. Direct > clever. Clear > profound.
20
- Useful > insightful-sounding. No em dashes in publishable prose.
20
+ Useful > insightful-sounding. Em dashes earn their place; most don't.
21
21
  Judge the sentence, not the byline. Spray the prose, not the author.
22
22
  Earn the word.
23
23
 
@@ -51,6 +51,8 @@ Earn the word.
51
51
  - Mic-drop closer fragments ending every section.
52
52
  - Intensifier filler: "actually / whole / real / very" where no contrast
53
53
  is marked.
54
+ - Em-dash furniture: stacks and unearned drama. One earned dash is not a
55
+ finding.
54
56
  - Parallel-zinger (chiasmus) density; trim assistant-added ones first.
55
57
  - Bold-lead lists on every bullet.
56
58
 
package/rules/landing.md CHANGED
@@ -11,8 +11,8 @@ brand-metaphor budget.
11
11
 
12
12
  ## Voice extras (on top of core)
13
13
 
14
- Core already has the register: contractions, mixed sentence length, no
15
- em dashes, concrete over abstract. On a page, also:
14
+ Core already has the register: contractions, mixed sentence length,
15
+ concrete over abstract. On a page, also:
16
16
 
17
17
  1. **Not a salesperson, not a professor.** Punchy hook, then substance.
18
18
  2. **Practical over aspirational.** Hours saved and bottlenecks fixed,
@@ -45,9 +45,8 @@ Everything else in this file works under either choice.
45
45
 
46
46
  ### Mechanical
47
47
 
48
- - Em dashes in `<title>` and meta description. Core already bans them in
49
- body copy; pages hide them in chrome. Zero tolerance including
50
- metadata.
48
+ - Unearned em dashes in `<title>` and meta description. Chrome is a bad
49
+ place for the drama; a comma or colon almost always does it.
51
50
  - Emoji as content (result badges, pain-list icons). Replace with type
52
51
  or cut.
53
52
  - Title Case On Every Card. Sentence case reads more human.
@@ -107,8 +106,8 @@ page.** The rest go to plain language.
107
106
 
108
107
  A revised page passes when:
109
108
 
110
- 1. Zero em dashes in `<title>` and meta description (body already
111
- covered by core).
109
+ 1. Unearned em dashes in `<title>` and meta description; prefer a comma
110
+ or colon unless the dash earns the drama.
112
111
  2. Pronoun decision made and applied consistently; builder claims
113
112
  aligned to it.
114
113
  3. Max 2 "not X, but Y" constructions, max 1 triadic negation chant, max