The first dogfood run of the ai-slop plugin (branch claude/ai-content-detection-plugins-hlbcfo) measured the backlog this issue tracks:
- 8,058 findings across the 296 instruction-surface files (every
SKILL.md, plugin READMEs, AGENTS.md, root README), after vendored upstream material was config-excluded. Nearly all are rule-em-dash (zero-tolerance policy, decided at plan approval).
- ~32,000 findings repo-wide over 1,161 tracked markdown files (pre-exclusion measurement; the post-exclusion number will be somewhat lower).
This is deliberate follow-up work, out of scope for the plugin-introduction PR:
Measurement commands, config, and the per-file close-out loop are documented in the plugin (plugins/ai-slop/) and docs/topics/ai-content-detection/PLAN.md on the branch above.
The first dogfood run of the
ai-slopplugin (branchclaude/ai-content-detection-plugins-hlbcfo) measured the backlog this issue tracks:SKILL.md, plugin READMEs,AGENTS.md, rootREADME), after vendored upstream material was config-excluded. Nearly all arerule-em-dash(zero-tolerance policy, decided at plan approval).This is deliberate follow-up work, out of scope for the plugin-introduction PR:
/ai-slop:audit fix, which runs the semantic-diff revert guard per file..claude/rulesline): vendored docs underplugins/*/skills/*/vendor/**are reference content, not style guides — do not imitate their formatting (em dashes included). This is the mitigation for vendor material being excluded from the audit rather than rewritten..claude/ai-slop.json(e.g. stricterrule-of-threethreshold, per the maintainer's rule-of-one preference) so regressions surface immediately.Measurement commands, config, and the per-file close-out loop are documented in the plugin (
plugins/ai-slop/) anddocs/topics/ai-content-detection/PLAN.mdon the branch above.