From bf44dc5ff54b7162ec11ea8e98441373a680b4f8 Mon Sep 17 00:00:00 2001 From: Junseong Park Date: Thu, 2 Oct 2025 22:47:29 +0900 Subject: [PATCH] Add missing `GEMINI.md` rule file for `gemini-cli` (#38885) This pull request adds the missing **`GEMINI.md`** file, which will serve as the rule/configuration file for **`gemini-cli`**. Currently, the repository includes several rule files such as **`.clinerules`**, **`.cursorrules`**, **`.rules`**, and **`.windsurfrules`**. Adding **`GEMINI.md`** standardizes the configuration structure and ensures that the specific rules for the `gemini-cli` are properly documented alongside the others. Release Notes: - N/A --- GEMINI.md | 1 + 1 file changed, 1 insertion(+) create mode 120000 GEMINI.md diff --git a/GEMINI.md b/GEMINI.md new file mode 120000 index 0000000000000000000000000000000000000000..8a63b64bdb0afcda986ba715cb39849ac574e096 --- /dev/null +++ b/GEMINI.md @@ -0,0 +1 @@ +.rules \ No newline at end of file