[SIDECAR-4] Reset hermes-agent to pure upstream #340

Open
opened 2026-04-07 14:08:27 +00:00 by Timmy · 0 comments
Owner

Part of Epic: #336

Task

Once extraction is complete, reset the local hermes-agent installation AND the Gitea fork to track pure upstream.

Steps

  1. cd ~/.hermes/hermes-agent && git checkout main && git reset --hard origin/main
  2. pip install -e . to reinstall from clean upstream
  3. hermes update to verify it works
  4. Push clean main to Gitea: git push gitea main --force (after removing branch protection temporarily)
  5. Delete all stale branches on Gitea fork
  6. Verify: hermes --version matches upstream latest

Acceptance Criteria

  • git log --oneline -5 shows only NousResearch commits
  • hermes update succeeds without conflicts
  • hermes --version matches latest upstream release
  • Gitea fork is clean mirror of upstream
  • All sovereign work confirmed present in timmy-config
Part of Epic: #336 ## Task Once extraction is complete, reset the local hermes-agent installation AND the Gitea fork to track pure upstream. ## Steps 1. `cd ~/.hermes/hermes-agent && git checkout main && git reset --hard origin/main` 2. `pip install -e .` to reinstall from clean upstream 3. `hermes update` to verify it works 4. Push clean main to Gitea: `git push gitea main --force` (after removing branch protection temporarily) 5. Delete all stale branches on Gitea fork 6. Verify: `hermes --version` matches upstream latest ## Acceptance Criteria - [ ] `git log --oneline -5` shows only NousResearch commits - [ ] `hermes update` succeeds without conflicts - [ ] `hermes --version` matches latest upstream release - [ ] Gitea fork is clean mirror of upstream - [ ] All sovereign work confirmed present in timmy-config
Timmy self-assigned this 2026-04-07 14:08:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/timmy-config#340