Skip to content

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

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

docs: add AGENTS.md + CLAUDE.md agent-contributor guidance#2
BunsDev merged 1 commit into
mainfrom
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 (thin pointer) so AI agents opening PRs understand this repo's conventions. Tailored to a specification repo: branch/PR workflow, spec-change discipline (schemas under schemas/ are normative — keep prose + schema in sync, validate every schema/example, prefer additive changes, and treat ward edits as security-sensitive), and contributor attribution — credit humans with Co-authored-by: Name <ID+username@users.noreply.github.com> (never a .local email, which gives zero GitHub credit).

Part of a fleet-wide rollout adding consistent AGENTS.md/CLAUDE.md guidance across the public Coven repos. Docs-only.

Canonical entry point for agents opening PRs against the Familiar
Contract spec: branch/PR workflow, spec-change discipline (schemas are
normative, keep prose + schema in sync, prefer additive changes, ward
semantics are load-bearing/security-sensitive), and contributor
attribution (GitHub-linked Co-authored-by trailer, never a .local
email). CLAUDE.md points at AGENTS.md.
Copilot AI review requested due to automatic review settings July 6, 2026 08:32

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 repository-specific guidance for AI agents contributing to the Familiar Contract spec, establishing AGENTS.md as the canonical workflow/spec-discipline reference and CLAUDE.md as a pointer file for Claude Code.

Changes:

  • Add AGENTS.md describing branch/PR workflow, spec-change discipline (schema/prose sync, additive changes), and attribution requirements.
  • Add CLAUDE.md as a thin entrypoint that directs agents to AGENTS.md (and README.md) for all contribution guidance.

Reviewed changes

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

File Description
CLAUDE.md Adds a pointer document directing Claude Code (and other agents) to the canonical agent guidance in AGENTS.md.
AGENTS.md Introduces canonical AI-agent contributor guidelines tailored to this spec repo (workflow, schema/prose norms, attribution, safety).

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

Comment thread AGENTS.md
example/fixture in the repo must validate against its schema:
```sh
# example — use whatever validator the repo scripts provide
find schemas -name '*.schema.json' -print0 | xargs -0 -n1 <json-schema-validate>
@BunsDev
BunsDev merged commit 65622c0 into main Jul 6, 2026
1 check passed
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