Skip to content

Commit 5ee8058

Browse files
[LLM] chore: Rename GEMINI.md to AGENTS.md and update instructions
Renames GEMINI.md to AGENTS.md to use a more generic name. Updates the instructions for commit messages within the file. Jules
1 parent 6d3fff7 commit 5ee8058

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

GEMINI.md renamed to AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
- Before creating a commit, always run `./gradlew testDebugUnitTest` to ensure all tests are passing and `./gradlew spotlessApply` to ensure proper formatting.
1919

2020
## Commit Messages
21-
- **Title:** The title should be concise and prefixed with `[Gemini-cli]`.
22-
- **Description:** Include a short description of the issue (e.g., bug, feature-request, chore) and a brief summary of the solution.
21+
- **Title:** The title should be concise and prefixed with `[LLM]`.
22+
- **Description:** Include a short description of the issue (bug, feature-request, crash, chore, etc) and a short description of the solution.
23+
- Instruct the Agent to add its name at the end of the description to signify the commit was made by an AI Agent.
2324

2425
---
2526

0 commit comments

Comments
 (0)