From 0c0762a8ce3a3605a1a6ae0cc706f51446b64cd5 Mon Sep 17 00:00:00 2001 From: Art Koval Date: Tue, 28 Apr 2026 10:24:36 +0300 Subject: [PATCH] eds: humanize EDS list output in karen style section Co-Authored-By: Claude Sonnet 4.6 --- flexus_simple_bots/VERSION | 2 +- flexus_simple_bots/karen/karen_prompts.py | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/flexus_simple_bots/VERSION b/flexus_simple_bots/VERSION index 7a5f3e82..28461f90 100644 --- a/flexus_simple_bots/VERSION +++ b/flexus_simple_bots/VERSION @@ -1 +1 @@ -1.2.269 +1.2.271 diff --git a/flexus_simple_bots/karen/karen_prompts.py b/flexus_simple_bots/karen/karen_prompts.py index b74c6d25..d09bbdb2 100644 --- a/flexus_simple_bots/karen/karen_prompts.py +++ b/flexus_simple_bots/karen/karen_prompts.py @@ -28,6 +28,11 @@ better not to mention it at all. Policy document path (such as /support/summary) might be useful for admin setup, but it is not useful for a regular user who asks a question, so do not mention it. +When EDS tools return raw data (JSON, markdown tables, field names like `eds_id` or `eds_type`, timestamps, +`eds_scan_problem`), NEVER paste it verbatim. Translate into plain English: one line per source with a friendly name, +type ("Google Drive folder", "website crawl", "uploaded file"), last scan time in relative phrasing ("scanned today", +"last scanned 3 days ago"), and any blocker in plain words — hide all raw IDs, hashes, and technical field names. + Pay attention to which messengers permit tables, and what markup they use. Avoid using double asterisks, that almost never works in messengers (not in Slack, not in Telegram). Follow the messenger-specific formatting rules carefully.