Rename CLAUDE.md references to AGENTS.md #32
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/rename-claude-md-references"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refs #30
Renames lingering
CLAUDE.mdreferences toAGENTS.mdacrossAGENTS.md,CHANGELOG.md, andimprovements.md, following the file rename.WuMing
Found 1 issue(s). See inline comments below.
@ -31,3 +31,3 @@- :memo: docs: add AI-DECLARATION.md v0.1.2 with auto level and badge [`a1693f6`](https://forge.marvin8.zone/marvin8/sub2pod/commit/a1693f60bcc4248b61d14f14776deb8a86d5ccd2)- :bug: fix: use subshell for gitleaks checksum verify to avoid cwd change [`376a2c6`](https://forge.marvin8.zone/marvin8/sub2pod/commit/376a2c635f6dee6ad09db94e9287deea262761f5)- :memo: docs: fix AGENTS.md heading to match filename; make CLAUDE.md a symlink [`356421a`](https://forge.marvin8.zone/marvin8/sub2pod/commit/356421a869d05c80b5e5c802db27031f066f33fc)- :memo: docs: fix AGENTS.md heading to match filename; make AGENTS.md a symlink [`356421a`](https://forge.marvin8.zone/marvin8/sub2pod/commit/356421a869d05c80b5e5c802db27031f066f33fc)docs [HIGH]
This replace is incorrect: the original commit made CLAUDE.md a symlink (presumably to AGENTS.md), not AGENTS.md itself. Saying "make AGENTS.md a symlink" reverses the action and is misleading in the changelog. Keep the original CLAUDE.md wording in this historical entry, or add a separate rename note.
New commits pushed, approval review dismissed automatically according to repository settings
CHANGELOG.mdline 33✅ Fixed in commit
68c9e01— reverted to "make CLAUDE.md a symlink".CLAUDE.mdis the symlink (→AGENTS.md), so the original wording was correct.WuMing
Found 2 issue(s). See inline comments below.
@ -48,3 +48,3 @@- :mag: change tags for release notes [`1d624fd`](https://forge.marvin8.zone/marvin8/sub2pod/commit/1d624fdf75f5f383ec4064aa37a28fcf0f67aa61)- :memo: replace stale Woodpecker CI badge with Forgejo Actions badge [`c5f7019`](https://forge.marvin8.zone/marvin8/sub2pod/commit/c5f7019927a07009b3e8dd0b792fa06de0bdc7df)- :memo: update CLAUDE.md with gitmoji note, release process, and release notes [`361eb3b`](https://forge.marvin8.zone/marvin8/sub2pod/commit/361eb3baf8d12c69dff2b822fcba99e7940f714e)- :memo: update AGENTS.md with gitmoji note, release process, and release notes [`361eb3b`](https://forge.marvin8.zone/marvin8/sub2pod/commit/361eb3baf8d12c69dff2b822fcba99e7940f714e)docs [MEDIUM]
This changelog entry is a historical record for commit
361eb3b, which originally updated CLAUDE.md. Rewriting it to say AGENTS.md misrepresents the commit and will confuse readers who open the linked commit. Keep the original wording or add an explicit note that the file was later renamed.@ -81,3 +81,3 @@### Documentation- :memo: add project CLAUDE.md with input contract and test data notes ([`ee62bfe`](https://forge.marvin8.zone/marvin8/sub2pod/commit/ee62bfe39bca4de89cc33b645df6ee9a5b53b7b1))- :memo: add project AGENTS.md with input contract and test data notes ([`ee62bfe`](https://forge.marvin8.zone/marvin8/sub2pod/commit/ee62bfe39bca4de89cc33b645df6ee9a5b53b7b1))docs [MEDIUM]
Same historical-accuracy issue: commit
ee62bfeadded project CLAUDE.md, not AGENTS.md. Changing this changelog entry rewrites history. Preserve the original file name or document the rename separately.WuMing review — fixed (CHANGELOG entries reverted to historical wording)
CHANGELOG.mdline 50✅ Fixed in commit
3dbd3f8— reverted to "update CLAUDE.md".CHANGELOG.mdline 83✅ Fixed in commit
3dbd3f8— reverted to "add project CLAUDE.md".The mechanical
CLAUDE.md→AGENTS.mdrename has now been reverted across all three CHANGELOG entries (the symlink one was reverted earlier). The rename is retained only inAGENTS.mdandimprovements.md, where it reflects the current filename rather than a historical action.