docs: neutralize historical AI-tool-name references (#392) - #401
Merged
Conversation
Per the no-AI-attribution engineering standard, remove the AI review-tool
name ("Codex") from committed artifacts without rewriting git history:
- rename tests/signals_codex_post_031_test.go ->
tests/signals_post_031_test.go (updating the CHANGELOG + traceability
references to it);
- rewrite the `Codex post-0.3.1 <finding-id>` review-finding comments to
`post-0.3.1 <finding-id>` across internal/ and tests/, and the
"Codex review" / "Codex Beta review" phrasings in the CHANGELOG and
test headers to plain "review".
Comment/doc-only + a file rename; no behaviour change. 0 "codex"
references remain (any case). Build/vet/gofmt clean; docs + de-arq
guards pass.
closes #392
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.
Per the no-AI-attribution engineering standard, remove the AI review-tool name ("Codex") from committed artifacts without rewriting git history.
Changes
tests/signals_codex_post_031_test.go→tests/signals_post_031_test.go(and update the CHANGELOG +features/signals/traceability.mdreferences to it).Codex post-0.3.1 <finding-id>review-finding comments →post-0.3.1 <finding-id>acrossinternal/andtests/, and the "Codex review" / "Codex Beta review" phrasings in the CHANGELOG and test headers → plain "review".Comment/doc-only + a file rename — no behaviour change.
git grep -i codexnow returns 0 (any case).Verification
gofmt -lclean;go build ./...+go vetclean; the renamed test file compiles; docs-drift + de-arq guards pass.closes #392