Add auto-merge workflow for agent-sync branch and stop pushing to main

CEO commits memory/runtime updates to agent-sync branch instead of main.
GitHub Actions workflow auto-merges agent-sync into main on push.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-03-18 14:33:27 -04:00
parent ec0eaf5a5b
commit aef34e2461
2 changed files with 25 additions and 2 deletions
+1 -2
View File
@@ -79,8 +79,7 @@ This repo (`/paperclip/privilegedescalation/agents`) is the canonical source of
cd /paperclip/privilegedescalation/agents
git add -A
git diff --cached --quiet || git commit -m "agent: memory and runtime updates $(date -u +%Y-%m-%dT%H:%M:%SZ)"
git pull --rebase origin main
git push origin main
git pull --rebase origin main && git push origin HEAD:refs/heads/agent-sync -f
#### 5b. Detect changes since last sync