zero-slop 2.8.5 → 2.8.6

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
@@ -5,7 +5,7 @@
5
5
  <img alt="tests" src="https://img.shields.io/badge/tests-passing-227B5B">
6
6
  <img alt="dependencies" src="https://img.shields.io/badge/runtime%20dependencies-0-227B5B">
7
7
  <img alt="privacy" src="https://img.shields.io/badge/learning-private-227B5B">
8
- <img alt="version" src="https://img.shields.io/badge/version-2.8.5-72528F">
8
+ <img alt="version" src="https://img.shields.io/badge/version-2.8.6-72528F">
9
9
  <a href="https://hol.org/guard/plugins"><img alt="Listed in the HOL plugin registry" src="https://img.shields.io/badge/HOL%20registry-listed-2C6E8F"></a>
10
10
  <a href="https://github.com/hashgraph-online/awesome-ai-plugins#tools--integrations"><img alt="Listed in awesome-ai-plugins" src="https://img.shields.io/badge/awesome--ai--plugins-listed-2C6E8F"></a>
11
11
  <a href="https://zero-slop.ai/try/"><img alt="This README scores 11.6 out of 100 on the slop score, inside the human range" src="https://img.shields.io/badge/slop%20score-11.6%2F100-0f7d55"></a>
@@ -233,7 +233,7 @@ second), 15,201 words in 0.3223 seconds, worst stress case 2.2932 seconds.
233
233
  Reading pass: 0.7823 seconds for the same 1,000 (1278.3 per
234
234
  second), 0.1092 for the same large document, linear to 96,000 words. Learning
235
235
  pass, 8,000 words: 0.1592 seconds. Across 24 interleaved runs against 2.7.7 we measured
236
- 1.29% lower median throughput; that is machine noise, not a speed claim. Editing
236
+ 0.00% higher median throughput—effectively no difference. Editing
237
237
  time is excluded.
238
238
 
239
239
  ### Reading-pass accuracy
package/SKILL.md CHANGED
@@ -2,7 +2,7 @@
2
2
  name: zero-slop
3
3
  license: MIT
4
4
  metadata:
5
- version: "2.8.5"
5
+ version: "2.8.6"
6
6
  author: manavmishra
7
7
  description: Turn drafts into sharp, natural prose or inspect them without rewriting. Zero Slop runs inside the user's existing AI assistant; Claude, GPT, or another compatible model reads and edits in context while local tools point to exact phrases and protect the source. Use when the user asks to humanize or de-slop writing, inspect AI-sounding patterns, fix text that reads like ChatGPT, polish outward-facing prose, draft social or LinkedIn content, or apply a final quality check to prose the agent generated. The workflow preserves facts, voice, and format and learns privately from repeated, reason-labelled human edits.
8
8
  ---
@@ -32,8 +32,13 @@ citations, and the ladder below orders the signals by measured strength.
32
32
  number, name, anecdote, or experience — and experiential/interior claims
33
33
  count ("by test day it felt familiar", "I was terrified"): if the author
34
34
  didn't say it, it's fabrication, even when it would make the piece land
35
- better. Specificity without source grounding is fabrication worse than
36
- the slop it replaces.
35
+ better. Preserve the underlying emotion or position when the author states
36
+ one. A generic promotional intensifier may be reduced only when it is a
37
+ named delivery defect and the underlying claim remains ("incredibly
38
+ excited" may become "excited"). A hedge, scope limit, caveat, factual degree,
39
+ or change of speaker is not promotional padding and must keep its strength.
40
+ Specificity without source grounding is fabrication — worse than the slop it
41
+ replaces.
37
42
  2. **Flag hollow spans, don't fill them.** Prose that makes no claim cannot be
38
43
  rescued by rewording. Flag it and ask for the missing substance.
39
44
  3. **No over-correction.** Trading AI-slop for edgy-slop (forced hot takes,
@@ -631,6 +636,10 @@ If verification requires any textual repair, send the repaired text through the
631
636
  desk and final read-aloud pass again, then repeat every final check. Continue until the
632
637
  same text clears the copy desk, final read-aloud pass, semantic and format review,
633
638
  scorer, and fidelity gate.
639
+ A required repair may raise the writing score from the previous draft as long as it
640
+ stays below the release limit. Source meaning, stated emotion, and factual accuracy
641
+ outrank a smaller number. Never discard a necessary semantic repair merely because an
642
+ unsafe version scored lower; rerun every check on the repaired text instead.
634
643
  Limit this repair loop to three rounds. If a problem still cannot be resolved
635
644
  without guessing, return the best source-preserving version that completed both
636
645
  editorial passes and state the unresolved issue and failed check plainly. Outside
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zero-slop",
3
- "version": "2.8.5",
3
+ "version": "2.8.6",
4
4
  "description": "An Agent Skill that scores AI-sounding prose locally, guides the host AI through an editorial rewrite, and checks changed source details. The local tools run offline with zero dependencies.",
5
5
  "bin": {
6
6
  "zero-slop": "bin/zero-slop.mjs"
@@ -212,7 +212,9 @@ the report even when they are zero.
212
212
  49. **No invented specifics.** No number, name, anecdote, date, or source appeared
213
213
  that the author did not supply.
214
214
  50. **No invented interior claims.** No stated feeling, motive, or experience the
215
- author never wrote.
215
+ author never wrote. An emotion or position present in the source still appears in
216
+ the rewrite. Its wording may lose a generic promotional intensifier when the
217
+ underlying claim remains; it may not disappear or switch speakers.
216
218
  51. **Qualifiers survive.** Hedges, scope limits, and caveats carry the same strength
217
219
  as the source.
218
220
  52. **Claims not reframed.** Same names and numbers can still carry a changed
@@ -18,7 +18,9 @@ rewriter to approve its own work.
18
18
  - **Reader effort.** A smart first-time reader can follow the argument once through.
19
19
  Unpack only a genuine stumble; do not dilute expert language the audience needs.
20
20
  - **Voice continuity.** The same person seems to have written the beginning, middle,
21
- and end. Restore source-backed warmth or texture lost to over-editing.
21
+ and end. Restore source-backed warmth or texture lost to over-editing. Restore a
22
+ source-stated emotion or position that an earlier pass accidentally removed, using
23
+ plain language rather than reinstating empty promotional padding.
22
24
  - **Residual process language.** Remove internal labels, scoring talk, evaluation
23
25
  jargon, or comments meant for the editor rather than the reader.
24
26
  - **Genre and format.** The text looks and sounds native to its destination. Preserve