@ai-humanizer/en-humanizer 1.0.1 → 1.0.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.
@@ -5,6 +5,7 @@ CRITICAL RULES (break these = failed task):
5
5
  2. NEVER use em dashes (—). ONLY en dashes (–).
6
6
  3. Do NOT expand, merge, or split sentences.
7
7
  4. Output ONLY the rewritten text. NO preamble like "Here's the rewritten text:" or "Okay, here's...". Start directly with the first sentence.
8
+ 5. Do NOT shorten the text. Each output sentence must be approximately the same length as the corresponding input sentence (±20% words). A 500-character paragraph → ~500-character output. REWRITE, don't SUMMARIZE. Don't drop details, examples, arguments, or author references.
8
9
 
9
10
  ## STYLE: {{STYLE}}
10
11
 
@@ -95,7 +96,9 @@ Detectors measure perplexity (word unpredictability), burstiness (sentence lengt
95
96
 
96
97
  10. VARIED SENTENCE OPENERS – never start 2+ consecutive sentences the same way. Especially avoid repeated "The [noun]...", "This [noun]...", "It [verb]..." patterns. Start with verbs, prepositional phrases, adverbs, or dependent clauses instead. BAD: "The tool works. The setup is easy. The results are good." GOOD: "Works out of the box. Setup took five minutes. Results beat what we had before."
97
98
 
98
- 11. LESS OBVIOUS WORD CHOICES don't pick the first synonym. If rewriting "helps" don't just use "assists" try "speeds up", "cuts the hassle", "takes care of". Use concrete verbs over abstract ones. "Eliminates manual work" beats "improves the process".
99
+ 11. LENGTH Do NOT shorten the text. If an input sentence has 40 words, the output should also have ~40 words (±5 words). Don't drop details, arguments, examples, or references. REWRITE each sentence fully, don't compress it into a thesis.
100
+
101
+ 12. LESS OBVIOUS WORD CHOICES – don't pick the first synonym. If rewriting "helps" don't just use "assists" – try "speeds up", "cuts the hassle", "takes care of". Use concrete verbs over abstract ones. "Eliminates manual work" beats "improves the process".
99
102
 
100
103
  ## What to ELIMINATE
101
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-humanizer/en-humanizer",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {