Skip to content

docs: neutralize historical AI-tool-name references (#392) - #401

Merged
fheikens merged 1 commit into
mainfrom
392-neutralize-ai-tool-names
Aug 29, 2026
Merged

docs: neutralize historical AI-tool-name references (#392)#401
fheikens merged 1 commit into
mainfrom
392-neutralize-ai-tool-names

Conversation

@fheikens

Copy link
Copy Markdown
Contributor

Per the no-AI-attribution engineering standard, remove the AI review-tool name ("Codex") from committed artifacts without rewriting git history.

Changes

  • Rename tests/signals_codex_post_031_test.gotests/signals_post_031_test.go (and update the CHANGELOG + features/signals/traceability.md references to it).
  • Rewrite the Codex post-0.3.1 <finding-id> review-finding comments → post-0.3.1 <finding-id> across internal/ and tests/, 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 codex now returns 0 (any case).

Verification

gofmt -l clean; go build ./... + go vet clean; the renamed test file compiles; docs-drift + de-arq guards pass.

closes #392

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
@fheikens
fheikens merged commit 3308d51 into main Aug 29, 2026
11 checks passed
@fheikens
fheikens deleted the 392-neutralize-ai-tool-names branch August 29, 2026 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Repo-wide audit: neutralize historical AI-tool-name references (no history rewrite)

1 participant