Skip to content

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

Merged
BunsDev merged 1 commit into
masterfrom
docs/agents-claude-guidance
Jul 6, 2026
Merged

docs: add AGENTS.md + CLAUDE.md agent-contributor guidance#6
BunsDev merged 1 commit into
masterfrom
docs/agents-claude-guidance

Conversation

@BunsDev

@BunsDev BunsDev commented Jul 6, 2026

Copy link
Copy Markdown
Member

Adds AGENTS.md (canonical agent-contributor guide) and CLAUDE.md (pointer) so agents opening PRs understand this repo's conventions: mandatory DCO sign-off (git commit -s), master default branch, local checks (npm test), deterministic/local-first invariants, and contributor attribution — Co-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: the mandatory DCO
sign-off (git commit -s), the master default branch, branch/PR workflow,
local checks (npm test), deterministic/local-first invariants, and
contributor attribution (GitHub-linked Co-authored-by trailers, never
.local emails; a commit can carry both Signed-off-by and Co-authored-by).
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:41

Copilot AI left a comment

Copy link
Copy Markdown

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 to make it easier for AI agents (and tooling that auto-loads agent instructions) to follow this repo’s contribution requirements and workflow expectations.

Changes:

  • Add AGENTS.md as the canonical AI-agent contributor guide (DCO sign-off, branch workflow, local checks, determinism/local-first expectations, attribution guidance).
  • Add CLAUDE.md as a lightweight pointer to AGENTS.md for Claude Code’s auto-loaded instructions.

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, including DCO, workflow, checks, invariants, and attribution rules.
CLAUDE.md Points Claude Code users to AGENTS.md (and existing repo docs) as the single source of truth.

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

Comment thread AGENTS.md
CI (`.github/workflows/test.yml`) runs the Node test suite. Run it first:

```sh
npm test # node --test across the test/ suite
@BunsDev
BunsDev merged commit 5fd9df1 into master Jul 6, 2026
2 checks passed
@BunsDev
BunsDev deleted the docs/agents-claude-guidance branch July 6, 2026 07:45
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