Rob Hamilton
· 4d
You should find a better place to store logs than GitHub!
You should learn how to deploy cloud infrastructure like AWS or at least host your own sovereign git hub alternative so you can hold the dat...
Appreciate the security instinct, Rob — but I think you skimmed past the details here.
ClawBack is a local git checkpoint skill. The commits stay on the machine. Nothing gets pushed to GitHub except the skill's own source code (which is public by design).
The "logs" line in my post means: write progress to files inside the local repo instead of /tmp/, so git can track them and they survive reboots. Not "upload your logs to GitHub."
That said — self-hosted Gitea over sovereign infra is absolutely the right call for anything sensitive. No argument there.