So i have been playing around with hermes and recently hermes workspace, I was curious about how users are backing up - server backup or github repo with cron. I came across a git repo skill but its seems to contradict what it will do, this is the skill hermes-backup-repo it mentions Include: - ~/.hermes/config.yaml - ~/.hermes/.env - ~/.hermes/auth.json but later states Store secrets only in ~/.hermes/.env which should already be excluded by .gitignore patterns. so if they are excluded why is it included? the workspace folder is outside of the hermes agent folder - I can link to it as part of the backup, has anyone got a github skill that can work with hermes and hermes workspace or should I just modify this hermes-backup-repo skills to fit my purpose? thanks