1 parent ca3a671 commit 2c549b1Copy full SHA for 2c549b1
1 file changed
gen-article.sh
@@ -0,0 +1,12 @@
1
+#!/usr/bin/env bash
2
+# Historical OpenClaw-era GarageLogs article generator — intentionally retired.
3
+#
4
+# This script previously sourced an obsolete .openclaw/.secrets Gemini credential
5
+# and generated article bodies through an external provider. Current M5/Hermes
6
+# GarageLogs content uses Wren's local model via the `wren-garagelogs-blog-live`
7
+# workflow instead. Keeping this fail-closed stub preserves historical context
8
+# without allowing a stale secret/provider path to be revived accidentally.
9
+set -euo pipefail
10
+
11
+echo "RETIRED: use the wren-garagelogs-blog-live Hermes workflow; this old external-provider generator is disabled." >&2
12
+exit 2
0 commit comments