Files
fuj-management/.agent/rules.md
Jan Novak 4bb8c7420c
All checks were successful
Deploy to K8s / deploy (push) Successful in 11s
Build and Push / build (push) Successful in 8s
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>
2026-03-02 22:54:48 +01:00

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.