Back up the OpenClaw agent workspace to a GitHub repo and keep it synced via a cron-driven commit/push script.
GitClaw 1.0.0 – Initial release: automatic agent workspace backup to GitHub with cron-driven syncing. - Automates installation and setup of prerequisites: git, crontab, GitHub CLI (gh). - Guides user through repository creation (name, visibility) and configures GitHub authentication with gh (no personal access token needed). - Sets up a git repository in the agent workspace and connects to a user-chosen GitHub repo, avoiding accidental overwrites. - Installs a cron-based sync script to back up agent workspace at a user-defined interval. - Only notifies the user if input or action is required (repo details, permissions, or installation/authentication failures).