diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 6ca35e92..d2a22c3d 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "humanizer", "description": "Rewrite AI-sounding text so it reads naturally without changing what it says.", - "version": "2.11.2", + "version": "2.11.3", "author": { "name": "blader", "url": "https://github.com/blader" diff --git a/README.md b/README.md index aea9a0b4..3288f434 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ Humanizer follows the sample's rhythm, word choice, punctuation, and deliberate
Show release notes +- **2.11.3** - Fixed the §7, §8, and §12 examples so their rewrites no longer add details missing from their sources (completes the example audit from #187). No change to the 35 patterns. - **2.11.2** - Removed the plugin symlink and separate Claude Desktop package. Current Claude Code loads the root `SKILL.md` directly, so GitHub's source ZIP now works in Claude Desktop. No change to the 35 patterns. - **2.11.1** - Added a Claude Desktop-ready release package with one regular `humanizer/SKILL.md` file. GitHub's source archive still keeps the plugin symlink (fixes #224). No change to the 35 patterns. - **2.11.0** - Rewrote all repo guidance, descriptions, checks, and skill instructions in Plain Language. Kept all 35 patterns and their behavior. diff --git a/SKILL.md b/SKILL.md index c9c22422..29fc2528 100644 --- a/SKILL.md +++ b/SKILL.md @@ -7,7 +7,7 @@ description: | voice, filler, or chatbot artifacts. Based on Wikipedia's "Signs of AI writing." license: MIT metadata: - version: "2.11.2" + version: "2.11.3" --- # Humanizer: remove AI writing patterns @@ -116,7 +116,7 @@ Add details such as dates or public actions only when they come from the source **Before:** > Additionally, a distinctive feature of Somali cuisine is the incorporation of camel meat. An enduring testament to Italian colonial influence is the widespread adoption of pasta in the local culinary landscape, showcasing how these dishes have integrated into the traditional diet. **After:** -> Somali cuisine also includes camel meat, which is considered a delicacy. Pasta dishes, introduced during Italian colonization, remain common, especially in the south. +> Somali cuisine also includes camel meat. Pasta dishes, introduced during Italian colonization, remain common. ### 8. Avoiding is and are @@ -125,7 +125,7 @@ Add details such as dates or public actions only when they come from the source **Before:** > Gallery 825 serves as LAAA's exhibition space for contemporary art. The gallery features four separate spaces and boasts over 3,000 square feet. **After:** -> Gallery 825 is LAAA's exhibition space for contemporary art. The gallery has four rooms totaling 3,000 square feet. +> Gallery 825 is LAAA's exhibition space for contemporary art. The gallery has four separate spaces and over 3,000 square feet. ### 9. Not X but Y and clipped negative endings **Problem:** AI writing overuses forms such as "Not only...but..." and "It's not just X, it's Y." @@ -167,7 +167,7 @@ Do not ban the repeated word. Fix the repeated sentence pattern. The remaining s **Before:** > Our journey through the universe has taken us from the singularity of the Big Bang to the grand cosmic web, from the birth and death of stars to the enigmatic dance of dark matter. **After:** -> The book covers the Big Bang, star formation, and current theories about dark matter. +> We covered the Big Bang, the cosmic web, the birth and death of stars, and dark matter. ### 13. Passive voice and missing subjects **Problem:** AI writing often hides who acts or drops the subject. Use active voice when it makes the actor and action clearer.