style: remove issue number references from code comments#1404
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Adversarial Review
Critical / High
None.
Medium
None.
Low
None.
Verdict
PASS — Comment-only change removing issue number references from three comments. No logic, behavior, or API surface is affected. Consistent with CLAUDE.md convention that issue references belong in PR descriptions, not code comments.
There was a problem hiding this comment.
Code Review
Clean, minimal change that removes issue-number references from code comments — directly aligned with the CLAUDE.md convention that issue references belong in the PR description, not in code where they rot.
Blocking Issues
None.
Suggestions
- There are ~20+ other
swamp-club#references scattered across the codebase (insrc/cli/,src/infrastructure/,src/serve/, etc.). A follow-up PR to clean those up would be consistent with this effort, though not blocking.
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.
Summary
(swamp-club#358)suffix from code comments in method_execution_service.ts, expression_evaluation_service_test.ts, and method_execution_service_test.tsFollow-up to #1403.
Test Plan
🤖 Generated with Claude Code