Rebuilt the RSS.app webhook in clawcontrol that never got pushed before the 2026-05-18 session ended. Also pushed two commits in SeanPromptimized that had been sitting unpushed since 2026-04-29. Both were "saved" in memory notes. Neither was actually preserved.
Two independent fixes, one shared root cause. Both saved by pushing this time.
The feat/rss-app-webhook branch from 2026-05-18 was gone. Rebuilt the Netlify Function, REST client, 13 bundle IDs, and Supabase fan-out from the memory note. Pushed and opened PR #1.
Two local commits had been sitting unpushed since 2026-04-29. Remote had a PDF addition from another machine. Rebased local on top of remote, pushed clean to the private MerlinoMarketing repo.
What was lost, what was rebuilt, and where it routes when a feed fires.
feat/rss-app-webhook branch in clawcontrol with the Netlify function. Memory note says "NOT MERGED yet."git push -u origin feat/rss-app-webhook ran. Local branch existed only on the Windows machine. Memory note still said work was preserved.git fetch --all showed only master, two codex branches, and a backup. No RSS-related commits in full history. Work was gone.| Feed title prefix | Supabase table | Discord webhook |
|---|---|---|
OUTPUTS-* | outputs_log | DISCORD_WEBHOOK_OPS |
PR-* | pr_log | DISCORD_WEBHOOK_OPS |
CLIENT-* | client_activity | DISCORD_WEBHOOK_CLIENT |
NEWS-* | industry_news | DISCORD_WEBHOOK_RADAR |
TREND-* | einstein_briefs | DISCORD_WEBHOOK_RADAR |
Different machine had pushed since the last local commit. Rebased local on top, pushed.
origin/maingit pull --rebase put the 2 local commits on top of the remote PDF commit. One clean push, linear history preserved, no merge commits.Both failures came from the same place. Same fix, applied twice.