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>
8 lines
505 B
Markdown
8 lines
505 B
Markdown
# Antigravity Agent Configuration
|
|
# This file provides global rules for the Antigravity agent when working on this repository.
|
|
|
|
- **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.
|