From 16f38d538e1de8f4cf7d54f455a7cd73f12b841c Mon Sep 17 00:00:00 2001 From: Mohannad El-Sayeh Date: Tue, 11 Aug 2026 18:39:56 +0300 Subject: [PATCH] docs: add GEMINI.md guidelines and update AI agent documentation - Add GEMINI.md with comprehensive project architecture and coding guidelines - Generalize CLAUDE.md target audience to AI coding agents --- CLAUDE.md | 2 +- GEMINI.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 GEMINI.md diff --git a/CLAUDE.md b/CLAUDE.md index 34129b15..0567cec0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # CLAUDE.md -This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. +This file provides guidance to AI coding agents when working with code in this repository. ## Project diff --git a/GEMINI.md b/GEMINI.md new file mode 120000 index 00000000..681311eb --- /dev/null +++ b/GEMINI.md @@ -0,0 +1 @@ +CLAUDE.md \ No newline at end of file