zero-slop 2.8.4 → 2.8.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.
Files changed (3) hide show
  1. package/README.md +6 -6
  2. package/SKILL.md +1 -1
  3. package/package.json +1 -1
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.4-72528F">
8
+ <img alt="version" src="https://img.shields.io/badge/version-2.8.5-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>
@@ -228,11 +228,11 @@ proof of general accuracy.
228
228
 
229
229
  ### Speed
230
230
 
231
- One busy Apple silicon Mac. Meter: 1,000 documents in 1.9537 seconds (511.8 per
232
- second), 15,201 words in 0.3179 seconds, worst stress case 2.4137 seconds.
233
- Reading pass: 0.7741 seconds for the same 1,000 (1291.9 per
234
- second), 0.1051 for the same large document, linear to 96,000 words. Learning
235
- pass, 8,000 words: 0.1597 seconds. Across 24 interleaved runs against 2.7.7 we measured
231
+ One busy Apple silicon Mac. Meter: 1,000 documents in 1.9929 seconds (501.8 per
232
+ second), 15,201 words in 0.3223 seconds, worst stress case 2.2932 seconds.
233
+ Reading pass: 0.7823 seconds for the same 1,000 (1278.3 per
234
+ second), 0.1092 for the same large document, linear to 96,000 words. Learning
235
+ pass, 8,000 words: 0.1592 seconds. Across 24 interleaved runs against 2.7.7 we measured
236
236
  1.29% lower median throughput; that is machine noise, not a speed claim. Editing
237
237
  time is excluded.
238
238
 
package/SKILL.md CHANGED
@@ -2,7 +2,7 @@
2
2
  name: zero-slop
3
3
  license: MIT
4
4
  metadata:
5
- version: "2.8.4"
5
+ version: "2.8.5"
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
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zero-slop",
3
- "version": "2.8.4",
3
+ "version": "2.8.5",
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"