Files
timmy-home/OPERATIONS.md

36 lines
1.3 KiB
Markdown
Raw Normal View History

# Timmy Operations — What Runs the Workforce
## ACTIVE SYSTEM: Hermes + timmy-config sidecar
- **Harness:** Hermes
- **Config repo:** Timmy_Foundation/timmy-config
- **Workspace repo:** Timmy_Foundation/timmy-home
- **Orchestration:** Huey + SQLite via `timmy-config/orchestration.py` and `timmy-config/tasks.py`
- **Target repos:** Timmy_Foundation/the-nexus, Timmy_Foundation/timmy-home, Timmy_Foundation/timmy-config
- **Training data home:** `~/.timmy/training-data/`
## DEPRECATED — DO NOT RESTORE
- bash loops (claude-loop.sh, gemini-loop.sh, timmy-orchestrator.sh)
- workforce-manager.py (bash version)
- nexus-merge-bot.sh
- agent-loop.sh
- All scripts in timmy-config/bin/ are LEGACY
These crash-loop and produce zero work. They were restored by mistake
on 2026-03-25 causing a regression. The Hermes + timmy-config sidecar
replaces them.
## How to check what's running
```bash
# Should show sovereign-executor
launchctl list | grep sovereign # Mac
systemctl status sovereign-executor # VPS
# Should be EMPTY (no bash loops)
ps aux | grep -E "claude-loop|gemini-loop|timmy-orchestrator" | grep -v grep
```
## Cron Jobs (Hermes built-in)
- Health Monitor: every 5m, haiku (not opus!)
- DPO export / training support jobs: explicit model, explicit task, no hidden defaults
- All crons MUST specify model explicitly. Never inherit default.