Skip to content

Commit 6990d0b

Browse files
committed
perf: optimize background service with parallel task execution
1 parent 0126a94 commit 6990d0b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

universal-refiner/GEMINI.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ This file defines the engineering mandates and standards for the Gemini Prompt R
2828
- **ID**: `gapless-traceability`
2929
- **Category**: `Architecture`
3030
- **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

Comments
 (0)