docs: add CLAUDE.md pointer and contributor-attribution rule - #133
Merged
Conversation
…S.md Add a root CLAUDE.md that points at AGENTS.md as the canonical agent ruleset, and a Contributor Attribution section covering GitHub-linked Co-authored-by trailers for human contributors. Never use a .local email (gives zero credit) and never add trailers naming an AI tool.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Adds repo-root agent documentation pointers and a new contributor-attribution rule to standardize guidance across the Coven repos.
Changes:
- Adds a root
CLAUDE.mdthat points readers toAGENTS.mdas the canonical agent ruleset. - Adds a “Contributor Attribution” section to
AGENTS.mddocumenting use of GitHub-linkedCo-authored-by:trailers (human contributors only).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| CLAUDE.md | New root pointer to AGENTS.md for canonical agent rules (needs correction of a non-existent path reference). |
| AGENTS.md | Adds contributor-attribution guidance via Co-authored-by: trailers. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+7
to
+9
| The Rust-scoped rules in `src-rust/.claude/CLAUDE.md` extend these; when the two | ||
| disagree, the rule closer to the code wins. There is no separate Claude-only | ||
| workflow at the repo root — follow `AGENTS.md`. |
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.
Adds a root CLAUDE.md pointing at AGENTS.md as the canonical agent ruleset, and a Contributor Attribution section in AGENTS.md.
The attribution rule: when re-landing or building on another person's work, credit the human contributor with a GitHub-linked trailer (Co-authored-by: Name ID+username@users.noreply.github.com) so they appear in the contributors graph. Never use a .local machine email (links to no account, zero credit). Consistent with this repo's no-AI-attribution stance, it applies to human contributors only.
Part of a fleet-wide rollout adding consistent AGENTS.md/CLAUDE.md guidance across the public Coven repos. Docs-only.