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 (thin pointer to it) so AI agents opening PRs understand this repo's conventions: branch/PR workflow, local checks, repo invariants, and the contributor-attribution rule — 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 AI agents opening PRs: branch/PR workflow,
local checks (swift package resolve, swift build, swift test --parallel),
template-shell invariants (keep it generic, minimal entitlements), 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 08:37

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-level contributor guidance for AI agents by introducing a canonical AGENTS.md and a CLAUDE.md shim that points to it. This fits the repo as a reusable SwiftUI macOS shell template by documenting workflow constraints (PR-only, CI-first) and attribution/credit practices without changing runtime code.

Changes:

  • Add AGENTS.md with branch/PR workflow, local Swift checks aligned with CI, template invariants, and contributor attribution rules.
  • Add CLAUDE.md as a lightweight entrypoint that directs Claude Code (and other agents) to follow AGENTS.md + README.md.

Reviewed changes

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

File Description
CLAUDE.md Points auto-loaded Claude guidance to the canonical AGENTS.md + README.md workflow/conventions.
AGENTS.md Defines agent contributor workflow, CI-aligned local commands, invariants for the template shell, and human attribution requirements.

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

@BunsDev
BunsDev merged commit 85c4a29 into main Jul 6, 2026
9 checks 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