You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: universal-refiner/GEMINI.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,8 @@ This file defines the engineering mandates and standards for the Gemini Prompt R
28
28
-**ID**: `gapless-traceability`
29
29
-**Category**: `Architecture`
30
30
-**Description**: All repository changes (commits) and agent outcomes (executions) MUST be logged to the Event Store and emitted to the Command Center Dashboard in real-time. This ensures a complete, verifiable audit trail from prompt intent to final code artifact.
31
+
32
+
## 6. Optimized Background Autonomy
33
+
-**ID**: `background-autonomy-opt`
34
+
-**Category**: `Performance`
35
+
-**Description**: Background tasks (ingestion, correlation, lesson extraction) MUST run in parallel using `Promise.allSettled` to prevent slow LLM sampling/timeouts from blocking critical history ingestion.
0 commit comments