[SIDECAR-4] Reset hermes-agent to pure upstream #340
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of Epic: #336
Task
Once extraction is complete, reset the local hermes-agent installation AND the Gitea fork to track pure upstream.
Steps
cd ~/.hermes/hermes-agent && git checkout main && git reset --hard origin/mainpip install -e .to reinstall from clean upstreamhermes updateto verify it worksgit push gitea main --force(after removing branch protection temporarily)hermes --versionmatches upstream latestAcceptance Criteria
git log --oneline -5shows only NousResearch commitshermes updatesucceeds without conflictshermes --versionmatches latest upstream release