docs: add agent-contributor workflow + attribution to AGENTS.md, add CLAUDE.md - #3
Merged
Merged
Conversation
…CLAUDE.md Append the branch/PR workflow, local CI gates (cargo fmt/clippy/test --test-threads=1), and a contributor-attribution rule (GitHub-linked Co-authored-by trailers, never .local emails) to AGENTS.md. Add a CLAUDE.md pointer so Claude Code shares the same source of truth.
There was a problem hiding this comment.
Pull request overview
This PR standardizes agent-facing contributor documentation for coven-reach by adding a Claude entry-point file and expanding AGENTS.md with branch/PR workflow guidance, local CI gates, and contributor attribution rules.
Changes:
- Added
CLAUDE.mdthat points Claude Code users toAGENTS.mdas the canonical workflow/invariants guide. - Extended
AGENTS.mdwith an agent-focused branch/PR workflow section and explicit local CI gate commands. - Documented contributor attribution via
Co-authored-by:trailers using GitHub-linked noreply addresses.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| CLAUDE.md | Adds a Claude Code entry-point that directs contributors to AGENTS.md/repo docs. |
| AGENTS.md | Adds agent contribution workflow guidance, CI gate commands, and attribution rules. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+5
to
+7
| (no unsafe, path checks, secret-value confinement), the branch/PR workflow, | ||
| local CI gates (`cargo fmt/clippy/test --test-threads=1`), and contributor | ||
| attribution. |
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.
Appends the standard agent-contributor guidance to AGENTS.md (which was invariant-focused): branch/PR workflow, local CI gates (
cargo fmt --all --check,cargo clippy --all-targets -- -D warnings,cargo test -- --test-threads=1since tests shareCOVEN_REACH_ALLOWED_PATHS), and the contributor-attribution rule — credit humans withCo-authored-by: Name <ID+username@users.noreply.github.com>(never a.localemail, which gives zero GitHub credit). Adds a CLAUDE.md pointer.Part of a fleet-wide rollout adding consistent AGENTS.md/CLAUDE.md guidance across the public Coven repos. Docs-only.