docs: refactor documentation for portability and SSOT v1.2.7
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# AI AGENT RULES - SINGLE SOURCE OF TRUTH
|
||||
|
||||
This file is the single source of truth for ALL Artificial Intelligence agents working on this project (Claude, Gemini, etc.).
|
||||
Agent-specific instructions are located in `GEMINI.md` and `CLAUDE.md`.
|
||||
Any AI or session MUST respect these mandatory rules.
|
||||
|
||||
## General Rules
|
||||
@@ -38,6 +39,6 @@ Any AI or session MUST respect these mandatory rules.
|
||||
## UI/UX & Documentation Rules
|
||||
- **STRICT ENGLISH POLICY**: ANY TEXT within the application (documentation, scripts, CLI, UI, internal comments, logs, etc.) MUST be strictly in English. NO Romanian characters (ăâîșț) or words are allowed in the repository.
|
||||
- **MANDATORY TRANSLATION**: Any Romanian text found during an AI session (in any file) MUST be translated to English immediately.
|
||||
- Use Bootstrap Icons (`<i class="bi bi-something"></i>`); never use emojis.
|
||||
- Use Lucide Icons (standard React components); never use emojis or legacy Bootstrap icons.
|
||||
- The UI must remain fully functional offline (no external CDNs).
|
||||
- **MANDATORY UI FIDELITY**: Any modification to UI components (headers, banners, cards, buttons) MUST comply with the specifications in `dev_docs/UI_FIDELITY_SPEC.md` to prevent regressions. All agents MUST read that document before modifying frontend code.
|
||||
|
||||
Reference in New Issue
Block a user