From d8d8c76d20ec0ea17a656ae2de2b0ac90740cc40 Mon Sep 17 00:00:00 2001 From: Caleb Gross Date: Sun, 1 Mar 2026 07:56:16 -0500 Subject: [PATCH] Add Linux desktop app exclusions to watcher config VS Code (.config/Code/) was generating ~950 heuristic rejections per session from WebStorage, CacheStorage, QuotaManager, and log rotation. GNOME shell was firing temp output stream events every few minutes. All were caught by the heuristic filter but still wasted processing. Adds watcher-level exclusions for: VS Code, Chrome, Chromium, Brave, gnome-shell, Trash, dconf, gconf, PulseAudio, PipeWire. Co-Authored-By: Claude Opus 4.6 --- config.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.yaml b/config.yaml index 2da463dc..0f8ed13f 100644 --- a/config.yaml +++ b/config.yaml @@ -94,6 +94,18 @@ perception: - "evolution/conversations/" - "evolution/sessions.json" + # --- Linux desktop/app internal state --- + - ".config/Code/" + - ".config/google-chrome/" + - ".config/chromium/" + - ".config/BraveSoftware/" + - ".local/share/gnome-shell/" + - ".local/share/Trash/" + - "/dconf/" + - "/gconf/" + - "/pulse/" + - "/pipewire/" + # Maximum file content size to process (in bytes) max_content_bytes: 102400