Skip to content

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

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

docs: add AGENTS.md + CLAUDE.md agent-contributor guidance#4
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 (pointer) so agents opening PRs understand this repo's conventions: branch/PR workflow, local checks (pnpm run check), thin-adapter invariants (don't pull core logic in; keep the plugin-runtime import boundary), and contributor attribution — Co-authored-by: Name <ID+username@users.noreply.github.com> for real GitHub credit, never a .local email.

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

Canonical entry point for AI agents opening PRs: branch/PR workflow,
local checks (pnpm run check = typecheck + tsx tests + plugin-runtime
import guard + cargo test), the thin-adapter invariants, and contributor
attribution (GitHub-linked Co-authored-by trailers, never .local
emails). CLAUDE.md points at AGENTS.md.
Copilot AI review requested due to automatic review settings July 6, 2026 07:37
@BunsDev
BunsDev merged commit 88b5cda into main Jul 6, 2026
1 check passed
@BunsDev
BunsDev deleted the docs/agents-claude-guidance branch July 6, 2026 07:38

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-facing contributor guidance files so AI agents have a single, repo-specific source of truth for workflow, local verification, and invariants (notably the plugin-runtime import boundary) when opening PRs.

Changes:

  • Add AGENTS.md as the canonical AI-agent contributor guide (workflow, pnpm run check, invariants, attribution).
  • Add CLAUDE.md as a Claude Code auto-loaded pointer directing agents to AGENTS.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
CLAUDE.md Adds a lightweight pointer file so Claude Code users land on the canonical guidance in AGENTS.md.
AGENTS.md Introduces the canonical AI-agent contribution guide covering workflow, checks, adapter invariants, and attribution rules.

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

@BunsDev
BunsDev restored the docs/agents-claude-guidance branch July 6, 2026 08:22
@BunsDev
BunsDev deleted the docs/agents-claude-guidance branch July 6, 2026 08:24
@BunsDev
BunsDev restored the docs/agents-claude-guidance branch July 6, 2026 08:36
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