Add persistent no-attribution policy; remove Claude identity from docs/commits#16
Merged
Merged
Conversation
…mmits - CLAUDE.md (new): persistent project rule loaded every session — no AI-assistant / Claude Code attribution in commit messages, PR descriptions, code, docs or config (no Co-Authored-By / Claude-Session / "Generated with …" / claude.ai/code), and don't attribute commit authorship to an assistant. The Anthropic LLM provider stays, since it's a real app feature. - AGENTS.md: replace the "user.name = Claude" commit-identity line with the no-attribution rule pointing at CLAUDE.md. Commit author identity set to the maintainer (Jerome Picault) so commits no longer carry a Claude reference.
47f84c7 to
6e79088
Compare
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
Removes AI-assistant / "Claude Code" attribution from the repo and makes the rule persistent so it doesn't creep back in.
Persistent policy
CLAUDE.md(new) — a project rule Claude Code loads automatically every session: noCo-Authored-By,Claude-Session,🤖 Generated with …, orclaude.ai/codein commit messages or PR descriptions; keep code/docs/config free of Claude Code references; don't attribute commit authorship to an assistant. Exception: the Anthropic LLM provider (anthropicprovider,claude-*model ids) stays — that's a real app feature, not tooling attribution.AGENTS.md— replaced the olduser.name = Claudecommit-identity line with the same no-attribution rule, pointing atCLAUDE.md.Cleanup applied
Co-Authored-By/Generated with/claude.ai/codein tracked files) — those only existed in past commit messages / PR descriptions, which are history and not rewritten.Claude <noreply@anthropic.com>to the maintainer, Jerome Picault, so commits carry no Claude reference. This commit is authored that way.Note
Legitimate provider references kept:
ANTHROPIC_API_KEY, the Anthropic entry in the providers table, andclaude-*model examples/ids inllm.py. Let me know if you want those trimmed too.Testing
uv run ruff check .— cleanuv run pytest -q— 60 passed (docs-only change)