From 0c51b186ace9d9bafbe7378ed35501a3115daffb Mon Sep 17 00:00:00 2001 From: Pete Date: Thu, 2 Jul 2026 16:42:25 -0700 Subject: [PATCH] Note pre-git backup removal --- CLAUDE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 439773f..a63f70e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -75,9 +75,9 @@ ssh admin.yttrx.com 'cd /root/yttrx-welcomebot && docker-compose up -d --build' ``` Rollback is now `git checkout -- .` (or `git revert`) instead of -restoring `.bak` files — though `.env.bak-*`/`main.py.bak-*` from the -pre-git-conversion deploys, and the full pre-conversion tree at -`/root/yttrx-welcomebot.pre-git-*/`, are still on the box as a fallback. +restoring `.bak` files. `.env.bak-*` snapshots from past deploys remain on the box; the +full pre-git-conversion tree (`/root/yttrx-welcomebot.pre-git-*/`) was removed +2026-07-02 once the git checkout was verified identical. ### Verify