Browse Source

AGENTS.md: model name in Co-Authored-By, never force-push master, always open PR

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fabian Peter Hammerle 4 days ago
parent
commit
0c7da2363f
1 changed files with 5 additions and 2 deletions
  1. 5 2
      AGENTS.md

+ 5 - 2
AGENTS.md

@@ -2,7 +2,8 @@
 
 ## Commit messages
 
-- Attribution line: `Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>`
+- Attribution line: `Co-Authored-By: Claude <model name> <noreply@anthropic.com>` — always include the model name,
+  e.g. `Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>`
 - Do **not** include a `Claude-Session:` line — the session URL is private.
 
 ## CHANGELOG
@@ -15,7 +16,9 @@
 
 - Rebase on `master` before opening a PR.
 - One commit per PR; amend rather than adding new commits.
-- Force-push with `--force-with-lease`.
+- Force-push with `--force-with-lease` on feature branches.
+- **Never force-push to `master`.**
+- **Always open a pull request — never push directly to `master`.**
 
 ## CI failures