2026-03-25 14:42:03 +00:00
|
|
|
# DEPRECATED — Bash Loop Scripts Removed
|
|
|
|
|
|
|
|
|
|
**Date:** 2026-03-25
|
2026-03-27 17:35:07 -04:00
|
|
|
**Reason:** Replaced by Hermes + timmy-config sidecar orchestration
|
2026-03-25 14:42:03 +00:00
|
|
|
|
|
|
|
|
## What was removed
|
|
|
|
|
- claude-loop.sh, gemini-loop.sh, agent-loop.sh
|
|
|
|
|
- timmy-orchestrator.sh, workforce-manager.py
|
|
|
|
|
- nexus-merge-bot.sh, claudemax-watchdog.sh, timmy-loopstat.sh
|
|
|
|
|
|
|
|
|
|
## What replaces them
|
2026-03-27 17:35:07 -04:00
|
|
|
**Harness:** Hermes
|
|
|
|
|
**Overlay repo:** Timmy_Foundation/timmy-config
|
|
|
|
|
**Entry points:** `orchestration.py`, `tasks.py`, `deploy.sh`
|
|
|
|
|
**Features:** Huey + SQLite scheduling, local-model health checks, session export, DPO artifact staging
|
2026-03-25 14:42:03 +00:00
|
|
|
|
|
|
|
|
## Why
|
|
|
|
|
The bash loops crash-looped, produced zero work after relaunch, had no crash
|
2026-03-27 17:35:07 -04:00
|
|
|
recovery, no durable export path, and required too many ad hoc scripts. The
|
|
|
|
|
Hermes sidecar keeps orchestration close to Timmy's actual config and training
|
|
|
|
|
surfaces.
|
2026-03-25 14:42:03 +00:00
|
|
|
|
2026-03-27 17:35:07 -04:00
|
|
|
Do NOT recreate bash loops. If orchestration is broken, fix the Hermes sidecar.
|