mirror of
https://github.com/conorbronsdon/avoid-ai-writing.git
synced 2026-09-19 01:32:11 +08:00
9 lines
330 B
YAML
9 lines
330 B
YAML
- id: avoid-ai-writing
|
|
name: avoid-ai-writing deterministic prose gate
|
|
description: Fail when a staged Markdown file exceeds the configured detector finding count.
|
|
entry: avoid-ai-writing-gate --context technical --source-mode rendered-markdown --threshold 6
|
|
args: ["--"]
|
|
language: node
|
|
files: \.mdx?$
|
|
types: [text]
|