diff --git a/GEMINI.md b/GEMINI.md index 8eebb5c3..5d036353 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -223,23 +223,26 @@ The activity logging functionality is now working as expected. While the origina - **Search Logic Construction:** When building complex V3 `search_query` objects, avoid including empty `and` or `or` arrays, as some backend parsers may strictly validate their presence or content. Only attach these properties if they contain at least one filter. - **Backend Operator Support:** Always verify supported operators (`like`, `eq`, `gt`, etc.) in the backend FastAPI implementation. Using unsupported operators like `ilike` or `contains` will cause immediate backend `ValueError` crashes. -### Session Learnings (2026-01-06 - Evening) +### Session Learnings (2026-01-06 - Night) -**Context:** Restructured core management into linkable routes, implemented User linking, and built the User Detail page. +**Context:** Fixed critical IDAA loading issues, optimized API retry logic, and continued V3 migration for IDAA modules. **Key Accomplishments:** -- **Route Restructuring:** Renamed `/core/person` to `/core/people` and ensured all management sub-pages are directly linkable standard `` tags. -- **Common Layout Navigation:** Implemented a unified `