From ea8eda2c73a52d63c12ea59e1a83018b3ca693bd Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 27 Jan 2026 19:04:29 -0300 Subject: [PATCH] atlasbot: treat hardware prompts as cluster queries --- services/comms/atlasbot-deployment.yaml | 2 +- services/comms/scripts/atlasbot/bot.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/services/comms/atlasbot-deployment.yaml b/services/comms/atlasbot-deployment.yaml index e8e22a3..36bb1db 100644 --- a/services/comms/atlasbot-deployment.yaml +++ b/services/comms/atlasbot-deployment.yaml @@ -16,7 +16,7 @@ spec: labels: app: atlasbot annotations: - checksum/atlasbot-configmap: manual-atlasbot-62 + checksum/atlasbot-configmap: manual-atlasbot-63 vault.hashicorp.com/agent-inject: "true" vault.hashicorp.com/role: "comms" vault.hashicorp.com/agent-inject-secret-turn-secret: "kv/data/atlas/comms/turn-shared-secret" diff --git a/services/comms/scripts/atlasbot/bot.py b/services/comms/scripts/atlasbot/bot.py index f9e6b81..4ca3b2e 100644 --- a/services/comms/scripts/atlasbot/bot.py +++ b/services/comms/scripts/atlasbot/bot.py @@ -139,6 +139,8 @@ CLUSTER_HINT_WORDS = { "kubernetes", "node", "nodes", + "hardware", + "architecture", "worker", "workers", "pod",