From 37d979cbe110af7bab5125ed43a2d351ac5a0013 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 2 Mar 2026 17:17:14 -0800 Subject: [PATCH] chore: remove accidentally committed lettabot-agent.json.bak (#464) --- .gitignore | 1 + lettabot-agent.json.bak | 16 ---------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 lettabot-agent.json.bak diff --git a/.gitignore b/.gitignore index 8078ab0..6902b1e 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ Thumbs.db cron-log.jsonl cron-jobs.json lettabot-agent.json +lettabot-agent.json.bak lettabot-api.json PERSONA.md CLAUDE.md diff --git a/lettabot-agent.json.bak b/lettabot-agent.json.bak deleted file mode 100644 index d3b2051..0000000 --- a/lettabot-agent.json.bak +++ /dev/null @@ -1,16 +0,0 @@ -{ - "version": 2, - "agents": { - "LettaBot": { - "agentId": "agent-78eb94ac-d2ef-414f-8b74-a02a95e16b33", - "lastUsedAt": "2026-03-02T21:48:34.231Z", - "createdAt": "2026-03-02T21:48:34.231Z", - "lastMessageTarget": { - "channel": "discord", - "chatId": "chat-1", - "updatedAt": "2026-03-02T22:45:13.260Z" - }, - "recoveryAttempts": 0 - } - } -}