[object Object]

← back to AbramsEgo

scripts: .env cleanup launcher (spend-reviews moved to AbramsOS)

7462db518e978170d99a21364d5ee8c6edd70a4a · 2026-09-11 10:42:29 -0700 · Steve

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 7462db518e978170d99a21364d5ee8c6edd70a4a
Author: Steve <steve@designerwallcoverings.com>
Date:   Fri Sep 11 10:42:29 2026 -0700

    scripts: .env cleanup launcher (spend-reviews moved to AbramsOS)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 scripts/clean-env.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/scripts/clean-env.sh b/scripts/clean-env.sh
new file mode 100644
index 00000000..024f6ed8
--- /dev/null
+++ b/scripts/clean-env.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+# Remove the Spend->Reviews env lines from AbramsEgo — the feature moved to AbramsOS,
+# so AbramsEgo should no longer be armed / hold George+openclaw config for it.
+set -euo pipefail
+cd ~/Projects/AbramsEgo
+sed -i '' '/^SPEND_REVIEW_EXECUTORS_LIVE=/d; /^GEORGE_URL=/d; /^GEORGE_AUTH=/d; /^GEORGE_USER=/d; /^GEORGE_PASS=/d; /^OPENCLAW_BIN=/d' .env
+pm2 restart abramsego >/dev/null 2>&1
+echo "abramsego .env cleaned + restarted"

← c5fe3997 spend-reviews: remove from AbramsEgo (moved to personal Abra  ·  back to AbramsEgo  ·  auto-data-snapshot: 2026-09-11T10:49:53 (1 data files) — dat 55133443 →