Skip to content

docs: add AGENTS.md + CLAUDE.md agent-contributor guidance#32

Merged
BunsDev merged 3 commits into
mainfrom
docs/agents-claude-guidance
Jul 6, 2026
Merged

docs: add AGENTS.md + CLAUDE.md agent-contributor guidance#32
BunsDev merged 3 commits into
mainfrom
docs/agents-claude-guidance

Conversation

@BunsDev

@BunsDev BunsDev commented Jul 6, 2026

Copy link
Copy Markdown
Member

What & why

Adds AGENTS.md (canonical agent-contributor guide) and CLAUDE.md (thin pointer) so AI agents — Codex, Claude Code, Hermes, Coven familiars — opening PRs understand this repo's conventions.

Tailored to coven-github:

  • DCO sign-off is mandatorygit commit -s on every commit (this PR is signed off).
  • Local CI gates: cargo check --all-targets, cargo clippy --all-targets -- -D warnings, cargo test --all.
  • Adapter invariants: no App private keys/webhook secrets in the repo; surface progress through GitHub-native Check Runs / comments / draft PRs.
  • Contributor attributionCo-authored-by: Name <ID+username@users.noreply.github.com> for real GitHub credit (never a .local email); a commit can carry both Signed-off-by and Co-authored-by.

Part of a fleet-wide rollout across the public Coven repos. Docs-only.

Signed-off-by: Val Alexander bunsthedev@gmail.com

Canonical entry point for AI agents opening PRs against the GitHub App
adapter: the mandatory DCO sign-off (git commit -s), branch/PR workflow,
local CI gates (cargo check/clippy -D warnings/test), adapter invariants
(no App secrets, GitHub-native progress surfaces), and contributor
attribution. Notes that a commit can carry both Signed-off-by and
Co-authored-by trailers. CLAUDE.md points at AGENTS.md.

Signed-off-by: Val Alexander <bunsthedev@gmail.com>
Copilot AI review requested due to automatic review settings July 6, 2026 07:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds agent-focused contributor documentation so automated contributors (Claude Code, Codex, etc.) follow this repo’s contribution workflow and constraints, while keeping AGENTS.md as the single source of truth and CLAUDE.md as an auto-loaded pointer.

Changes:

  • Add AGENTS.md with agent-specific contribution workflow, local CI gates, repo invariants, and attribution guidance.
  • Add CLAUDE.md as a thin pointer directing Claude Code users to AGENTS.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
AGENTS.md Introduces canonical AI-agent contribution guidance (DCO, workflow, CI gates, invariants, attribution).
CLAUDE.md Provides a lightweight entrypoint that redirects agents to AGENTS.md plus existing repo docs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread AGENTS.md Outdated
Signed-off-by: Val Alexander <bunsthedev@gmail.com>
@BunsDev BunsDev self-assigned this Jul 6, 2026
@BunsDev BunsDev merged commit b27c155 into main Jul 6, 2026
1 check passed
@BunsDev BunsDev deleted the docs/agents-claude-guidance branch July 6, 2026 19:31
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.

2 participants