feat: implement local payment QR codes and update AI co-authoring rules
QR codes are now generated locally using the 'qrcode' library for better privacy and reliability. Updated .agent/rules.md with co-author details and Conventional Commits preference. Co-authored-by: Antigravity <antigravity@google.com>
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# 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 <antigravity@deepmind.com>`
|
||||
- **Identity**: Antigravity AI (Assistant)
|
||||
- **Git Commits**: Always follow [Conventional Commits](https://www.conventionalcommits.org/) and append the co-author trailer:
|
||||
`Co-authored-by: Antigravity <antigravity@google.com>`
|
||||
- **Workflow**: Prefer updating `task.md` and `walkthrough.md` in the `.gemini/antigravity/brain/` directory to track progress and document changes.
|
||||
|
||||
Reference in New Issue
Block a user