From b63c43b3f689d01c79da632bd4cb3248a1284356 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sun, 27 Jul 2025 14:13:12 -0400 Subject: [PATCH] Update Gemini rules --- GEMINI.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GEMINI.md b/GEMINI.md index 5a7f94f..873f684 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -10,6 +10,10 @@ This project utilizes a `components/` directory at its root, which contains a co **The files within the `components/` directory are intended as a library of examples and building blocks.** They should **never be directly modified or edited** by the Gemini CLI. +### Development Sandbox + +**All file modifications must be confined to the `./playground` directory**. This is the designated area for all development and coding work. The Gemini CLI must not, under any circumstances, attempt to create, modify, or delete files outside of the `./playground` + --- ## Component Utilization Strategy