From c71a815792d615d7a1a463b1f27b67f1d0c5d834 Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Sat, 11 Apr 2026 12:11:23 +0300 Subject: [PATCH] docs: restore automatic IDE entry points as proxies v1.2.9 --- AI_RULES.md | 1 + CLAUDE.md | 11 +++++++++++ GEMINI.md | 11 +++++++++++ VERSION.json | 10 +++++----- dev_docs/ARCHIVE_LOGS.md | 8 ++++++++ 5 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 CLAUDE.md create mode 100644 GEMINI.md diff --git a/AI_RULES.md b/AI_RULES.md index 28f74c9c..76cc1ca4 100644 --- a/AI_RULES.md +++ b/AI_RULES.md @@ -2,6 +2,7 @@ **READ THIS ENTIRE FILE BEFORE EXECUTING ANY TASK.** This is the **Single Source of Truth** for ALL Artificial Intelligence agents (Claude, Gemini, etc.) working on this project. +(Automatic IDE entry points like `GEMINI.md` and `CLAUDE.md` exist solely to redirect agents to this main file). For technical architecture, data models, and stack details, refer to [PROJECT_ARCHITECTURE.md](PROJECT_ARCHITECTURE.md). ## 1. Multi-AI Coordination & Memory diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 00000000..60ad6b12 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,11 @@ +# CLAUDE ENTRY POINT + +You are Claude, 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). + +Do not proceed with any task until you have analyzed these three files. diff --git a/GEMINI.md b/GEMINI.md new file mode 100644 index 00000000..a520fb61 --- /dev/null +++ b/GEMINI.md @@ -0,0 +1,11 @@ +# 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). + +Do not proceed with any task until you have analyzed these three files. diff --git a/VERSION.json b/VERSION.json index a07dda21..870adf02 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1,8 +1,9 @@ { - "version": "1.2.8", - "last_build": "2026-04-11-1225", - "commit": "ab3c9", + "version": "1.2.9", + "last_build": "2026-04-11-1235", + "commit": "3b2f1", "changelog": [ + "v1.2.9: Automatic IDE Entry Points (GEMINI.md, CLAUDE.md proxies)", "v1.2.8: Absolute Documentation Consolidation (Unified ARCHITECTURE and AI_RULES)", "v1.2.7: Documentation Refactor: Created TECH_STACK.md for SSOT and removed absolute paths", "v1.2.6: Hotfix - Added missing icon imports (Layers, ChevronDown)", @@ -10,7 +11,6 @@ "v1.2.4: Offline LDAP auth support and UI affordance improvements (Dropdown chevrons, soft password dots)", "v1.2.3: System-wide UI consistency (standardized font sizes, removed uppercase)", "v1.2.2: UI Readability refactor (Removed uppercase/tracking, increased font sizes)", - "v1.2.1: Git path persistence, master/dev/vX branching, and UI case-sensitivity fix", - "v1.2.0: Structured category management with grouping support" + "v1.2.1: Git path persistence, master/dev/vX branching, and UI case-sensitivity fix" ] } diff --git a/dev_docs/ARCHIVE_LOGS.md b/dev_docs/ARCHIVE_LOGS.md index 43a56554..f99a2a5f 100644 --- a/dev_docs/ARCHIVE_LOGS.md +++ b/dev_docs/ARCHIVE_LOGS.md @@ -1,3 +1,11 @@ +### [2026-04-11 12:35] v1.2.9: Automatic IDE Entry Points +**Purpose:** Restored specific ID-based entry points (`GEMINI.md` and `CLAUDE.md`) as "Proxy Pointers" to ensure modern AI extensions (Cursor, Windsurf, Gemini IDE) naturally pick them up as system prompt injections. +**Modified Files:** +- `GEMINI.md` (Recreated as proxy) +- `CLAUDE.md` (Created as proxy) +- `AI_RULES.md` +- `VERSION.json` + ### [2026-04-11 12:25] v1.2.8: Absolute Documentation Consolidation **Purpose:** Restructured all project documentation to completely eliminate redundancy and establish clear "Single Source of Truth" boundaries for humans and AI agents. **Actions:**