From 62f87b8ab4517758c21196b8b9dfaa474d8234a7 Mon Sep 17 00:00:00 2001 From: Chili Palmer Date: Sun, 21 Jun 2026 14:22:40 +0200 Subject: [PATCH] Record automation audit verdict --- AUDIT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AUDIT.md b/AUDIT.md index 5ec87a4..4fbf709 100644 --- a/AUDIT.md +++ b/AUDIT.md @@ -35,6 +35,7 @@ after each item. - [x] `ai/secret_key.ex` - [x] `ai/secret_backend.ex` - [x] `scripting/capabilities/util.ex` +- [x] `desktop/automation.ex` (verified keep: current module is an external-process automation harness; replacing it with `Desktop.Window` primitives would not be a local simplification) - [x] `desktop/shell_live/sidebar_events.ex` ---