28 lines
1.4 KiB
Markdown
28 lines
1.4 KiB
Markdown
# GEMINI ENTRY POINT
|
|
|
|
You are Gemini (Antigravity), operating on the TFM aInventory project.
|
|
|
|
**IMMEDIATE MANDATORY ACTION:**
|
|
Before taking any action or writing code, you MUST read the following Single Source of Truth files:
|
|
1. `AI_RULES.md` (Contains your operational constraints, Git rules, and UI fidelity laws).
|
|
2. `PROJECT_ARCHITECTURE.md` (Contains the tech stack, data models, and system logic).
|
|
3. `dev_docs/SESSION_STATE.md` (Contains the current handover status from the previous AI).
|
|
|
|
**STRICT COMMUNICATION RULE:**
|
|
Be concise! Do not explain a thousand details unless they are absolutely necessary.
|
|
|
|
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.
|
|
|
|
# Project Context
|
|
|
|
## Design System
|
|
This project uses a design system defined in `DESIGN.md` at the project root.
|
|
Always refer to this file when generating or modifying any UI component.
|
|
|
|
- Use only colors, fonts, and spacing values defined in DESIGN.md.
|
|
- Do not invent new values or use defaults from any framework.
|
|
- Match component states (hover, focus, active, disabled) to the patterns in DESIGN.md.
|
|
- Follow the typographic scale and weight assignments in DESIGN.md.
|