zero-slop 2.9.1 → 2.9.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
@@ -1,6 +1,9 @@
1
1
  <p align="center">
2
2
  <a href="https://zero-slop.ai">
3
- <img src="assets/logo/studio/zero-slop-mark-300-transparent.png" width="112" alt="Zero Slop">
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="assets/logo/zero-slop-logo-reversed.svg">
5
+ <img src="assets/logo/zero-slop-logo-primary.svg" width="360" alt="Zero Slop">
6
+ </picture>
4
7
  </a>
5
8
  </p>
6
9
 
@@ -23,15 +26,17 @@ Zero Slop crossed 100 GitHub stars and 2,000 npm downloads in its first 12 days.
23
26
  <a href="#evidence-and-limits">See the evidence</a>
24
27
  ·
25
28
  <a href="https://github.com/manavmishra/ZeroSlop/releases/latest">Latest release</a>
29
+ ·
30
+ <a href="https://zero-slop.ai/brand/">Brand assets</a>
26
31
  </p>
27
32
 
28
33
  <p align="center">
29
34
  <a href="https://github.com/manavmishra/ZeroSlop/actions/workflows/validate.yml"><img alt="Validate" src="https://github.com/manavmishra/ZeroSlop/actions/workflows/validate.yml/badge.svg"></a>
30
- <img alt="Version 2.9.1" src="https://img.shields.io/badge/version-2.9.1-72528F">
31
- <a href="https://www.npmjs.com/package/zero-slop"><img alt="npm version" src="https://img.shields.io/npm/v/zero-slop?color=72528F"></a>
32
- <a href="https://www.npmjs.com/package/zero-slop"><img alt="npm downloads" src="https://img.shields.io/npm/dm/zero-slop?color=227B5B"></a>
33
- <a href="https://github.com/manavmishra/ZeroSlop/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/manavmishra/ZeroSlop?style=flat&color=b0442a"></a>
34
- <a href="LICENSE"><img alt="MIT license" src="https://img.shields.io/badge/license-MIT-202521"></a>
35
+ <img alt="Version 2.9.2" src="https://img.shields.io/badge/version-2.9.2-72528F?color=C15732">
36
+ <a href="https://www.npmjs.com/package/zero-slop"><img alt="npm version" src="https://img.shields.io/npm/v/zero-slop?color=C15732"></a>
37
+ <a href="https://www.npmjs.com/package/zero-slop"><img alt="npm downloads" src="https://img.shields.io/npm/dm/zero-slop?color=17634F"></a>
38
+ <a href="https://github.com/manavmishra/ZeroSlop/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/manavmishra/ZeroSlop?style=flat&color=C15732"></a>
39
+ <a href="LICENSE"><img alt="MIT license" src="https://img.shields.io/badge/license-MIT-141412"></a>
35
40
  <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>
36
41
  </p>
37
42
 
@@ -81,7 +86,7 @@ Zero Slop is a writing tool. It does not detect authorship; its score describes
81
86
 
82
87
  ## Install
83
88
 
84
- To try Zero Slop first, paste a draft into [zero-slop.ai/try](https://zero-slop.ai/try/). The free editor returns the edit, the before-and-after scores, and the exact phrases that triggered the scorer.
89
+ Paste a draft into [zero-slop.ai/try](https://zero-slop.ai/try/). The free editor returns the edit, the before-and-after scores, and the exact phrases that triggered the scorer.
85
90
 
86
91
  | Environment | Fastest route |
87
92
  |---|---|
@@ -143,7 +148,7 @@ workflow and local tools for scoring and source checks.
143
148
 
144
149
  ## What it catches
145
150
 
146
- The current scorer combines 294 weighted patterns with a 96-term lexicon. Examples include:
151
+ The scorer combines 294 weighted patterns with a 96-term lexicon. Examples include:
147
152
 
148
153
  - binary contrast formulas: “It's not X. It's Y.”
149
154
  - canned openers: “We're thrilled to…” and “Here's the thing…”
@@ -225,7 +230,7 @@ stress case took 2.2932 seconds, and learning from an 8,000-word edit took
225
230
  0.1592 seconds. The measurements and machine details are in
226
231
  [`bench/performance-results.json`](bench/performance-results.json).
227
232
 
228
- Across 12 interleaved runs against 2.7.7, we measured 0.17% lower median throughput,
233
+ Across 12 interleaved runs against 2.7.7, we measured 2.57% higher median throughput,
229
234
  which is effectively unchanged. The separate two-way replay used
230
235
  Zero Slop v2.6.0.
231
236
 
package/SKILL.md CHANGED
@@ -2,7 +2,7 @@
2
2
  name: zero-slop
3
3
  license: MIT
4
4
  metadata:
5
- version: "2.9.1"
5
+ version: "2.9.2"
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
  ---
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zero-slop",
3
- "version": "2.9.1",
3
+ "version": "2.9.2",
4
4
  "description": "Find and fix canned AI writing while preserving the facts, voice, and format.",
5
5
  "mcpServers": {
6
6
  "zero-slop": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zero-slop",
3
- "version": "2.9.1",
3
+ "version": "2.9.2",
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"
package/plugin.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
3
3
  "name": "zero-slop",
4
- "version": "2.9.1",
4
+ "version": "2.9.2",
5
5
  "description": "Find and fix canned AI writing while preserving the facts, voice, and format.",
6
6
  "author": {
7
7
  "name": "Manav Mishra",