Commit Graph

3 Commits

Author SHA1 Message Date
Step35Hermes
55f9fbbf79 refactor(ops): reset hermes-agent references to pure upstream
Replace all operational references to the Timmy_Foundation/hermes-agent fork
with NousResearch/hermes-agent (pure upstream). This sidecar-4 reset affects:

- tasks.py REPOS list
- bin/ops-* shell helpers (ops-helpers, ops-panel, ops-gitea, ops-status)
- bin/orchestrator and agent dispatch scripts (timmy-orchestrator, agent-loop, gemini-loop)
- agent playbooks (issue-triager, bug-fixer, security-auditor, etc)
- utility scripts (conflict_detector, pr_triage, kaizen_retro, timmy-status)
- hermes-sovereign/devkit/gitea_client.py default repo
- hermes-sovereign/docs/DEPLOY.md clone instructions
- code-claw-delegation.md documentation

The hermes-agent installation at ~/.hermes/hermes-agent should be reset
by running: git checkout main && git reset --hard origin/main

Refs #340
2026-04-26 06:09:21 -04:00
2bf79c2286 Refresh ops tooling around current agent lanes (#142)
Co-authored-by: Codex Agent <codex@hermes.local>
Co-committed-by: Codex Agent <codex@hermes.local>
2026-04-04 22:43:48 +00:00
Alexander Whitestone
d4c79d47a6 feat: add operational scripts and deploy.sh
- Moved all agent loop scripts into source control (bin/)
- claude-loop.sh, gemini-loop.sh, timmy-orchestrator.sh
- workforce-manager.py, agent-dispatch.sh, nexus-merge-bot.sh
- ops dashboard scripts (ops-panel, ops-helpers, ops-gitea)
- monitoring scripts (timmy-status, timmy-loopstat)
- deploy.sh: one-command overlay onto ~/.hermes/
- Updated README with sidecar architecture docs
- All loops now target the-nexus + autolora only
2026-03-25 10:05:55 -04:00