From e4d9d0d2970de9eae2b382f704ae59bd97caf5c8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 15 May 2026 21:50:18 +0200 Subject: [PATCH] Explain to the agents how to remove a package --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 617ef28d..5f972fd4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -82,6 +82,7 @@ Use these instead of raw shell commands: - `omarchy-cmd-missing` / `omarchy-cmd-present` - check for commands - `omarchy-pkg-missing` / `omarchy-pkg-present` - check for packages - `omarchy-pkg-add` - install packages (handles both pacman and AUR) +- `omarchy-pkg-drop` - remove packages; use this instead of raw `pacman -R*` - `omarchy-notification-send` - send desktop notifications; do not call `notify-send` directly - `omarchy-hw-asus-rog` - detect ASUS ROG hardware (and similar `hw-*` commands)