From 07d4b2b9711f7f976e5494590f2e7ec48ea081a2 Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Sun, 26 Apr 2026 11:55:07 +0300 Subject: [PATCH] bede --- AI_RULES.md | 3 --- GEMINI.md | 10 ++++++++++ frontend/app/globals.css | 3 ++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/AI_RULES.md b/AI_RULES.md index 89b97b28..90a63f69 100644 --- a/AI_RULES.md +++ b/AI_RULES.md @@ -31,9 +31,6 @@ This is the **Single Source of Truth** for ALL AI agents. Refer to [PROJECT_ARCH - **Layout**: Main pages MUST use `max-w-7xl`. - **Unified Headers**: Icon box (`p-4 bg-primary/10 border-primary/20`) + Title (`text-3xl font-normal`). - **Iconography**: Use **Lucide Icons** exclusively. -- **Design**: Convert design from `DESIGN.md` file system into a tailwind.config.js file. Create global CSS variables from rules from `DESIGN.md` file. - - ## 4. REFACTORING & TESTING STRATEGY (MANDATORY) - **TEST-FIRST**: All tests must be written and passing BEFORE refactoring any code. diff --git a/GEMINI.md b/GEMINI.md index 6ad041d7..3d6afdb3 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -14,3 +14,13 @@ Be concise! Do not explain a thousand details unless they are absolutely necessa Do not proceed with any task until you have analyzed these three files. DO NOT, EVER, USE "uppercase" or "toUpper" in any UI/UX context, nowhere. This SHOULD NOT be used in UI/UX anywhere, no text should be displayed in CAPITAL LETTERS! But do not replace "toUpper" with "toLower" or "uppercase" with "lowercase" either, leave text in UI/UX as is. + +## graphify + +This project has a graphify knowledge graph at graphify-out/. + +Rules: +- Before answering architecture or codebase questions, read graphify-out/GRAPH_REPORT.md for god nodes and community structure +- If graphify-out/wiki/index.md exists, navigate it instead of reading raw files +- For cross-module "how does X relate to Y" questions, prefer `graphify query ""`, `graphify path "" ""`, or `graphify explain ""` over grep — these traverse the graph's EXTRACTED + INFERRED edges instead of scanning files +- After modifying code files in this session, run `graphify update .` to keep the graph current (AST-only, no API cost) diff --git a/frontend/app/globals.css b/frontend/app/globals.css index c92ef78d..51804d5d 100644 --- a/frontend/app/globals.css +++ b/frontend/app/globals.css @@ -5,7 +5,7 @@ @tailwind utilities; @layer base { - :root { + :root { /* Base colors from DESIGN.md - AUTO-GENERATED from colors.mjs */ /* Base colors from DESIGN.md */ @@ -88,6 +88,7 @@ + * { @apply border-border; border-radius: 0 !important;