aibreze 0.1.4 → 0.1.5
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 +8 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,6 +54,13 @@ usually pass *here*, with one-line why. The list is not exhaustive.
|
|
|
54
54
|
`claims.md` is substance first, voice after. A clean-smelling wrong
|
|
55
55
|
essay is still wrong. Do not polish a lie.
|
|
56
56
|
|
|
57
|
+
Cadence tells are a budget, not a ban. Flag density: signpost openers,
|
|
58
|
+
em-dash furniture, riddle labels (a heading you can only decode after
|
|
59
|
+
the body), cozy machinery (register standing in for a fact you have),
|
|
60
|
+
operator notes in the brochure, hand-holding the obvious, unparseable
|
|
61
|
+
sentences. One earned em dash is not a finding. Do not treat the mark
|
|
62
|
+
as an AI tell to erase.
|
|
63
|
+
|
|
57
64
|
## Install
|
|
58
65
|
|
|
59
66
|
```bash
|
|
@@ -64,7 +71,7 @@ pnpm add -D aibreze
|
|
|
64
71
|
|
|
65
72
|
| File | Use |
|
|
66
73
|
| --- | --- |
|
|
67
|
-
| `rules/core.md` | Always. Register, applicability heuristic, teaching antithesis, hard bans, cadence, chat vs publish. |
|
|
74
|
+
| `rules/core.md` | Always. Register, applicability heuristic, teaching antithesis, hard bans, cadence budgets (density, not single uses), chat vs publish. |
|
|
68
75
|
| `rules/audit.md` | Paste-in smell audit (score, flags, protect list, top 5). |
|
|
69
76
|
| `rules/claims.md` | Skeptical peer review. Substance first, voice after. |
|
|
70
77
|
| `rules/essays.md` | Longform: one register, author in the essay, concrete instance. Not for reference docs. |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aibreze",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
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.",
|