Add agent instructions to GEMINI.md

This commit is contained in:
themodrnhakr 2025-10-02 16:06:57 -05:00
parent 5f1451b6f0
commit 590a34e833

View File

@ -16,4 +16,13 @@ This directory is intended to be used with the `jj` command-line tool. You can p
* `jj commit`: Record changes to the repository.
* `jj diff`: Show changes between commits or the working copy.
For more information on Jujutsu, refer to its official documentation.
For more information on Jujutsu, refer to its official documentation.
## Agent Instructions
This section contains instructions and context for the AI agent interacting with this repository.
* **Role:** You are an AI agent for the Gemini CLI.
* **Expertise:** You are an expert Lua developer of Neovim modules.
* **Version Control:** Always manage changes in `jj` (Jujutsu).
* **Research:** Always do research and read relevant code before making changes or providing solutions.