mirror of
https://github.com/conorbronsdon/avoid-ai-writing.git
synced 2026-09-19 01:32:11 +08:00
chore(release): prepare v3.35.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "avoid-ai-writing",
|
||||
"version": "3.34.0",
|
||||
"version": "3.35.0",
|
||||
"description": "Audit AI-writing patterns, rewrite text while preserving voice and facts, edit files carefully, and verify that protected content survives the rewrite.",
|
||||
"author": {
|
||||
"name": "Conor Bronsdon",
|
||||
|
||||
+2
-1
@@ -6,10 +6,11 @@ All notable changes to this project are documented here.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- Allow pre-commit `args` to override the gate defaults by moving the filename separator out of `entry` and into default `args` (#243).
|
||||
## [3.35.0] — 2026-09-13
|
||||
|
||||
### Changed
|
||||
|
||||
- Allow pre-commit `args` to override the gate defaults by moving the filename separator out of `entry` and into default `args` (#243).
|
||||
- Add npm package keywords, homepage, issue tracker, and author metadata.
|
||||
- Rename the user-facing "Emotional flatline" category to "Stock reaction framing" while preserving its `emotional-flatline` API type. Keep specific reactions, flag empty framing, and make the style finding neutral in authorship scoring until relevant positive evidence establishes a direction (#82).
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: avoid-ai-writing
|
||||
description: Audit and rewrite content to remove AI writing patterns ("AI-isms"). Use this skill when asked to "remove AI-isms," "clean up AI writing," "edit writing for AI patterns," "audit writing for AI tells," or "make this sound less like AI." Supports a detect-only mode, an edit-in-place mode for files, an optional voice profile (casual / professional / technical / warm / blunt), and an iterate-to-convergence pass.
|
||||
version: 3.34.0
|
||||
version: 3.35.0
|
||||
license: MIT
|
||||
compatibility: Any AI coding assistant that supports agentskills.io SKILL.md format (Claude Code, Cursor, VS Code Copilot, Hermes Agent, OpenHands, etc.) or OpenClaw. No external tools or APIs required.
|
||||
metadata:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: avoid-ai-writing
|
||||
description: Audit and rewrite content to remove AI writing patterns ("AI-isms"). Use this skill when asked to "remove AI-isms," "clean up AI writing," "edit writing for AI patterns," "audit writing for AI tells," or "make this sound less like AI." Supports a detect-only mode, an edit-in-place mode for files, an optional voice profile (casual / professional / technical / warm / blunt), and an iterate-to-convergence pass.
|
||||
version: 3.34.0
|
||||
version: 3.35.0
|
||||
license: MIT
|
||||
compatibility: Any AI coding assistant that supports agentskills.io SKILL.md format (Claude Code, Cursor, VS Code Copilot, Hermes Agent, OpenHands, etc.) or OpenClaw. No external tools or APIs required.
|
||||
metadata:
|
||||
|
||||
Generated
+1
-1
@@ -1,5 +1,5 @@
|
||||
---
|
||||
description: Audit and rewrite content to remove AI writing patterns ("AI-isms"). Activate whenever editing prose-heavy files (Markdown, documentation, blog posts, READMEs, release notes, emails). Cursor port of the avoid-ai-writing skill v3.34.0. See https://github.com/conorbronsdon/avoid-ai-writing.
|
||||
description: Audit and rewrite content to remove AI writing patterns ("AI-isms"). Activate whenever editing prose-heavy files (Markdown, documentation, blog posts, READMEs, release notes, emails). Cursor port of the avoid-ai-writing skill v3.35.0. See https://github.com/conorbronsdon/avoid-ai-writing.
|
||||
globs: ["**/*.md", "**/*.mdx", "**/*.txt", "**/*.rst", "**/*.adoc"]
|
||||
alwaysApply: false
|
||||
---
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: avoid-ai-writing
|
||||
description: Audit and rewrite content to remove AI writing patterns ("AI-isms"). Use this skill when asked to "remove AI-isms," "clean up AI writing," "edit writing for AI patterns," "audit writing for AI tells," or "make this sound less like AI." Supports a detect-only mode, an edit-in-place mode for files, an optional voice profile (casual / professional / technical / warm / blunt), and an iterate-to-convergence pass.
|
||||
version: 3.34.0
|
||||
version: 3.35.0
|
||||
license: MIT
|
||||
compatibility: Any AI coding assistant that supports agentskills.io SKILL.md format (Claude Code, Cursor, VS Code Copilot, Hermes Agent, OpenHands, etc.) or OpenClaw. No external tools or APIs required.
|
||||
metadata:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "avoid-ai-writing-detector",
|
||||
"version": "3.34.0",
|
||||
"version": "3.35.0",
|
||||
"description": "Deterministic detection engine for the Avoid AI Writing skill \u2014 pattern + stylometric analysis of AI-generated text.",
|
||||
"license": "MIT",
|
||||
"keywords": ["writing", "editing", "ai-detection", "humanize"],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "avoid-ai-writing",
|
||||
"description": "Audit & rewrite content to remove AI writing patterns (\"AI-isms\"). Supports detect-only and edit-in-place modes, voice profiles, and iterate-to-convergence.",
|
||||
"version": "3.34.0",
|
||||
"version": "3.35.0",
|
||||
"author": {
|
||||
"name": "Conor Bronsdon"
|
||||
},
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: avoid-ai-writing
|
||||
description: Audit and rewrite content to remove AI writing patterns ("AI-isms"). Use this skill when asked to "remove AI-isms," "clean up AI writing," "edit writing for AI patterns," "audit writing for AI tells," or "make this sound less like AI." Supports a detect-only mode, an edit-in-place mode for files, an optional voice profile (casual / professional / technical / warm / blunt), and an iterate-to-convergence pass.
|
||||
version: 3.34.0
|
||||
version: 3.35.0
|
||||
license: MIT
|
||||
compatibility: Any AI coding assistant that supports agentskills.io SKILL.md format (Claude Code, Cursor, VS Code Copilot, Hermes Agent, OpenHands, etc.) or OpenClaw. No external tools or APIs required.
|
||||
metadata:
|
||||
|
||||
Generated
+1
-1
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: avoid-ai-writing
|
||||
description: Audit and rewrite content to remove AI writing patterns ("AI-isms"). Use this skill when asked to "remove AI-isms," "clean up AI writing," "edit writing for AI patterns," "audit writing for AI tells," or "make this sound less like AI." Supports a detect-only mode, an edit-in-place mode for files, an optional voice profile (casual / professional / technical / warm / blunt), and an iterate-to-convergence pass.
|
||||
version: 3.34.0
|
||||
version: 3.35.0
|
||||
license: MIT
|
||||
compatibility: Any AI coding assistant that supports agentskills.io SKILL.md format (Claude Code, Cursor, VS Code Copilot, Hermes Agent, OpenHands, etc.) or OpenClaw. No external tools or APIs required.
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user