From 1e9e4d9a43657ebfe131185de9a9c4d045cb0aaf Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 24 Feb 2026 11:01:03 -0600 Subject: [PATCH] Add mandatory Gitea backup rule to TOOLS.md --- TOOLS.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/TOOLS.md b/TOOLS.md index 4189ceb..d2563b8 100644 --- a/TOOLS.md +++ b/TOOLS.md @@ -45,6 +45,25 @@ Skills are shared. Your setup is yours. Keeping them apart means you can update - **Organization:** TopDogLabs - **All repos go under:** http://192.168.1.128:3000/TopDogLabs/ +### Backup Rule - MANDATORY + +**ALWAYS push to Gitea after significant changes:** +```bash +cd /Users/mattbruce/.openclaw/workspace +git add -A +git commit -m "Description of changes" +git push origin master +``` + +**Push after:** +- New skills or agent profiles created +- TOOLS.md, SOUL.md, AGENTS.md updates +- New cron jobs or automation +- Significant memory/documentation changes +- New project scaffolding + +**Why:** Ensures continuity if local workspace is lost/corrupted. + ### Using Gitea **Clone existing repo:**