chore(ai-slop): drop stale line-number citation from config comment - #107
Merged
Merged
Conversation
Repo-mode batch-simplify wave 1 (groups: root/agent-adjacent config; GitHub templates & automation YAML). The one applied change: the _comment in .claude/ai-slop.json cited "CLAUDE.md lines 15 and 24" for its reviewed appositive em dashes, but CLAUDE.md was rewritten after that comment was written and its em dashes now sit on other lines. The citation is dropped rather than renumbered so it cannot re-stale; the rest of the comment and both path arrays are byte-identical. All other swept files: reviewed, no changes. Verified: JSON validity; byte-identical excluded_paths and em_dash_allowed_paths vs HEAD; a fresh-context refutation pass ran the ai-slop detector before/after with byte-identical output (the plugin reads only the semantic keys, never _comment); typos, gitleaks, and editorconfig-checker clean repo-wide; check-jsonschema against vendor.dependabot, vendor.github-issue-forms, and vendor.github-issue-config all pass. No related issue: behavior-preserving drift fix from a repo-wide simplification sweep. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N99bwGABw714WpH99BhhtA
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No related issue: behavior-preserving drift fix from a repo-wide simplification sweep.
Summary
A repo-mode
/code-tidying:batch-simplifysweep covered all 33 files (9 survived the code-file filter across two groups: root/agent-adjacent config and GitHub templates/automation YAML). The single applied change:.claude/ai-slop.json's_commentcited "CLAUDE.md lines 15 and 24" for its reviewed appositive em dashes, but CLAUDE.md was rewritten after that comment was written (its em dashes now sit on lines 9, 15, 22, and 25), leaving the citation stale. Every other swept file was reviewed end to end with no changes needed.Fix
Drop the line-number citation ("in CLAUDE.md lines 15 and 24," becomes "in CLAUDE.md,") rather than renumbering it, so it cannot re-stale on the next CLAUDE.md edit. The rest of the
_commentand both semantic path arrays (excluded_paths,em_dash_allowed_paths) are byte-identical tomain.Verification
python3 -m json.tool;excluded_pathsandem_dash_allowed_pathsparse identical tomain.detect.shbefore/after in sandbox repos: byte-identical audit output; the plugin reads only semantic keys via targeted jq paths, never_comment.typos,gitleaks(80 commits, no leaks), andeditorconfig-checkerclean repo-wide against this repo's own configs.check-jsonschemaagainstvendor.dependabot,vendor.github-issue-forms(3 forms), andvendor.github-issue-config: all pass (reviewed-unchanged Group 2 files).Related
🤖 Generated with Claude Code
https://claude.ai/code/session_01N99bwGABw714WpH99BhhtA
Generated by Claude Code