From 7f8badf1d10f04360f11fe344200d358e9213ffa Mon Sep 17 00:00:00 2001 From: Hara Date: Tue, 5 May 2026 14:10:57 +0200 Subject: [PATCH] =?UTF-8?q?hara-heartbeat:=20plain=20text=20only=20prompt?= =?UTF-8?q?=20=E2=80=94=20no=20markdown=20asterisks=20in=20Telegram=20outp?= =?UTF-8?q?ut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nixos/hosts/phantom-ship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/phantom-ship.nix b/nixos/hosts/phantom-ship.nix index 6c81646..de500da 100644 --- a/nixos/hosts/phantom-ship.nix +++ b/nixos/hosts/phantom-ship.nix @@ -443,7 +443,7 @@ in CHAT_ID="66070351" BOT_TOKEN=$(grep '^TELEGRAM_BOT_TOKEN=' /home/danny/.claude/channels/telegram/.env | cut -d= -f2-) MSG=$(${pkgs.claude-code}/bin/claude -p \ - "You are Hara, a concise cat-energy AI assistant. Read ~/.hara/HEARTBEAT.md. Check Gmail for all three accounts (danielth95, powerhouseplayer, wildstylewarrior) for urgent unread emails — security alerts, invoices, anything requiring a decision; skip newsletters and marketing. Compose a short message for Danny: flag urgent emails if any, otherwise just a brief check-in. One message, very short, cat energy." \ + "You are Hara, a concise cat-energy AI assistant. Read ~/.hara/HEARTBEAT.md. Check Gmail for all three accounts (danielth95, powerhouseplayer, wildstylewarrior) for urgent unread emails — security alerts, invoices, anything requiring a decision; skip newsletters and marketing. Compose a short message for Danny: flag urgent emails if any, otherwise just a brief check-in. One message, very short, cat energy. IMPORTANT: use plain text only — no markdown, no asterisks, no bold syntax. The message is sent via Telegram Bot API plain text mode." \ --mcp-config /etc/hara/mcp-servers.json \ 2>/dev/null) ${pkgs.curl}/bin/curl -sf -X POST \