diff --git a/GEMINI.md b/GEMINI.md index e850d86..c49a08e 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -36,8 +36,10 @@ This session focused on a comprehensive modernization of the API's core infrastr * **Robust Configuration & Logging:** * **Logging Sandbox:** Moved `dictConfig` to `app/lib_log_v3.py` and deferred its execution to avoid boot-time traps. * **Safe Bootstrap:** Created `app/lib_config_v3.py` with a non-fatal fallback mechanism for DB configuration sync. -* **Architecture Documentation:** +* **Architecture Documentation & Cleanup:** * Created `documentation/V3_CORE_ARCHITECTURE.md` to document the new file structure and bootstrap sequence. + * Created `documentation/V3_DEVELOPMENT_STANDARDS.md` as the unified master guide for V3 principles and infrastructure. + * Archived outdated tactical plans into `documentation/archive/` and removed stray orchestration files. ## Current To-Do List