Skip to content

Commit 2c549b1

Browse files
committed
Retire gen-article.sh: replace OpenClaw/Gemini generator with wren-garagelogs-blog-live workflow
1 parent ca3a671 commit 2c549b1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

gen-article.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)