docs(ai-slop): record Ineffective indicators negative finding (0.3.2) - #3076
Conversation
Close the catalog fetch gap for Wikipedia's Ineffective indicators (and Comment-specific indicators) after a 2026-08-21 retrieval of the cited Signs of AI writing page. None of the 15 shipped script rules appear in that section, so no rule is dropped or re-scoped. Closes #3032 Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
|
Claude finished @kyle-sexton's task in 2m 23s —— View job Claude finished the code review
Review scopeDocs-only change: FindingsNone that a careful reviewer would block or flag. Specifically checked and confirmed consistent:
Not independently re-verified (out of scope for this lane / no tool access): the exact wording of the live Wikipedia quotes against the actual page (would require This is a well-scoped, internally consistent documentation update that closes a previously-recorded fetch gap without touching detector logic. No blocking or suggestion-level issues found. |
|
Claude finished @kyle-sexton's task in 33s —— View job Security Review — skipped (no security-relevant surface)
This PR touches only three files, all documentation/metadata:
No code, scripts, GitHub Actions workflows, config parsing logic, or dependency pins are modified. There's no executable surface, no user input handling, no auth/access-control logic, and no injection-relevant code paths in this diff. This meets the security-review skip gate ("change has no security-relevant surface after reading the diff") — no findings to report. |
|
Last security-reviewed head: |
|
Claude has reviewed this PR 3 times. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5abbec36bd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Address review: the seven talk-page tells need inventory entries, not untracked bullets. Six new wikipedia-specific recorded-only slugs land; rule-canned-policy-assurance already covers the seventh. The 15-rule script roster is unchanged. Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
|
Claude finished @cursor[bot]'s task in 2m 11s —— View job Code review (
|
Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
|
Claude finished @cursor[bot]'s task in 1m 35s —— View job Code review (
|
Closes #3032
Summary
ai-slop's catalog cited Wikipedia's Signs of AI writing but recorded Ineffective indicators (and Comment-specific indicators) as a fetch gap. That left a guardrail question open: if a shipped rule appeared in the section the page's own editors call unreliable, we would be shipping a tell our source rejects. A 2026-08-21 retrieval answers it: none of the 15 shipped script rules appear there, so no rule is dropped or re-scoped.Fix
plugins/ai-slop/skills/audit/reference/catalog.mdagainst two revisions of https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing:2026-08-20T23:13:41Z), retrieved 2026-08-21.rule-em-dashandrule-rule-of-threeremain valid source-page signs (Style / Language and grammar). The em-dash "in combination with other indicators" sentence is a corroboration qualifier, not an Ineffective indicators listing; zero-tolerance stays the house-style default.ai-slop0.3.1 → 0.3.2. Detector, emitter, evals, and rewrite guide are untouched.Test plan
npx markdownlint-cli2on the two edited markdown files: 0 issues.python3parse ofplugin.json: version0.3.2.bash plugins/ai-slop/skills/audit/scripts/detect.test.sh: all 92 cases passed (roster still exactly 15 script rules).scripts/check-changelog-parity.sh --check,--check-bump origin/main,--check-preserved origin/main: pass.scripts/check-changed-skills.sh origin/main: PASS, 0 errors.Verification
Same commands and outcomes as the Test plan. This is a catalog/docs close of a fetch gap, not a detector change; the unit suite is the regression that the 15-rule roster did not move.
Related