[object Object]

← back to Norma Platform

TK-10573: finish-fabric-fridays.sh wrapper (bakes the ™ handle to dodge paste truncation)

23c99ec5e2aa51dbcc04cd81221b02eec20b1112 · 2026-08-20 17:09:21 -0700 · Steve Abrams

Files touched

Diff

commit 23c99ec5e2aa51dbcc04cd81221b02eec20b1112
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Aug 20 17:09:21 2026 -0700

    TK-10573: finish-fabric-fridays.sh wrapper (bakes the ™ handle to dodge paste truncation)
---
 agents/instagram-agent/finish-fabric-fridays.sh | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/agents/instagram-agent/finish-fabric-fridays.sh b/agents/instagram-agent/finish-fabric-fridays.sh
new file mode 100755
index 0000000..b84b6aa
--- /dev/null
+++ b/agents/instagram-agent/finish-fabric-fridays.sh
@@ -0,0 +1,14 @@
+#!/usr/bin/env bash
+# Finish the @fabric_fridays TK-10573 holdout. The product handle contains a ™ that gets
+# truncated when pasted on a command line, so it's baked in here (file-safe). TK-10573.
+#   republish corrected caption -> re-verify -> delete the old bad-caption original.
+set -euo pipefail
+cd "$(dirname "$0")"
+HANDLE='novasuede™-fabric-wallcovering-pastel-pink'
+echo "== 1/3 republish corrected @fabric_fridays post =="
+node post-to.js fabric_fridays --product "$HANDLE" --confirm
+echo "== 2/3 re-verify liveness =="
+node reconcile-gate2.js
+echo "== 3/3 delete the old bad-caption original =="
+node delete-gate2-graph.js --go --only fabric_fridays
+echo "== done =="

← 7507111 TK-10758: reshare-erase pacing 15s->5s (browser-free, own ac  ·  back to Norma Platform  ·  auto-data-snapshot: 2026-08-20T17:19:08 (1 data files) — age ca1c6ed →