From d6c66787ef54fe8ddd7cd0433e8e9ac9c40afed6 Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Thu, 5 Mar 2026 17:35:35 +0100 Subject: [PATCH 1/3] meta(agents): Remove Claude co-author guidance These lines cause AI agents, other than Claude Code, to incorrectly attribute Claude in commit messages. --- AGENTS.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index cad25dbeea42aa..ec6d6e95cea415 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,14 +4,6 @@ Use **pnpm**: `pnpm install`, `pnpm dev`, `pnpm build`, `pnpm test` -## Commit Attribution - -AI commits MUST include: - -``` -Co-Authored-By: Claude -``` - ## Development - `pnpm dev` - Start dev server with Sentry sidecar @@ -82,4 +74,4 @@ When writing requirements in `develop-docs/`: ## Pull Request generation -Use .github/PULL_REQUEST_TEMPLATE.md and add Co-Authored-By: Claude +Use .github/PULL_REQUEST_TEMPLATE.md. From d9ad7b286f8740c7154a6972348cc55958e884dc Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Thu, 5 Mar 2026 18:06:06 +0100 Subject: [PATCH 2/3] Update AGENTS.md --- AGENTS.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index ec6d6e95cea415..cce6c82b25de9e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -72,6 +72,8 @@ When writing requirements in `develop-docs/`: - Make the plan extremely concise. Sacrifice grammar for the sake of concision. - At the end of each plan, give me a list of unresolved questions to answer, if any. -## Pull Request generation +## Commit and Pull Request generation -Use .github/PULL_REQUEST_TEMPLATE.md. +When committing changes, use the Sentry commit skill when available. + +For PRs, use .github/PULL_REQUEST_TEMPLATE.md. Also, use the Sentry pull request skill when available. From d3d26cced5afe9eb7d5c0b19efd609da2bcb3932 Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Thu, 5 Mar 2026 18:07:15 +0100 Subject: [PATCH 3/3] Update AGENTS.md --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index cce6c82b25de9e..a5767083276c18 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -74,6 +74,6 @@ When writing requirements in `develop-docs/`: ## Commit and Pull Request generation -When committing changes, use the Sentry commit skill when available. +When committing changes, use the Sentry commit skill if available. -For PRs, use .github/PULL_REQUEST_TEMPLATE.md. Also, use the Sentry pull request skill when available. +For PRs, use .github/PULL_REQUEST_TEMPLATE.md. Also, use the Sentry pull request skill if available.