From a9f0d9ab49d189bd561fe9f5b40d8d2a25ac819d Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Sun, 19 Apr 2026 15:49:54 -0400 Subject: [PATCH] fix(skills): Resolve too many colons in package qualifications --- skills/org-skill-bouncer.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/org-skill-bouncer.org b/skills/org-skill-bouncer.org index cad34c4..f83691c 100644 --- a/skills/org-skill-bouncer.org +++ b/skills/org-skill-bouncer.org @@ -30,7 +30,7 @@ Retrieves all active secrets from the vault and scans the payload for potential (when (and val (stringp val) (> (length val) 5)) (when (search val text) (setf found-secret key)))) - opencortex::opencortex::*vault-memory*) + opencortex::*vault-memory*) found-secret))) #+end_src