From ced9aa4aeb0de370a171db51f4f6c0f6b025bfc4 Mon Sep 17 00:00:00 2001 From: Jan Novak Date: Fri, 27 Feb 2026 13:26:26 +0100 Subject: [PATCH] chore: persist Antigravity AI co-author configuration for the project - Added Antigravity commit co-authoring rules to CLAUDE.md - Created .agent/rules.md baseline to explicitly bind Antigravity to appending its co-author attribution Co-authored-by: Antigravity --- .agent/rules.md | 5 +++++ CLAUDE.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .agent/rules.md diff --git a/.agent/rules.md b/.agent/rules.md new file mode 100644 index 0000000..634c21c --- /dev/null +++ b/.agent/rules.md @@ -0,0 +1,5 @@ +# Antigravity Agent Configuration +# This file provides global rules for the Antigravity agent when working on this repository. + +- **Git Commits**: When making git commits, always append the following co-author trailer to the end of the commit message to indicate AI assistance: + `Co-authored-by: Antigravity ` diff --git a/CLAUDE.md b/CLAUDE.md index 5b387e4..620d72c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -25,3 +25,8 @@ Once a tech stack is chosen and implementation begins, update this file with: - Build, test, and lint commands - Architecture overview - Development setup instructions + +## Git Commits + +When making git commits, always append the following co-author trailer to the end of the commit message to indicate AI assistance: +`Co-authored-by: Antigravity `