initial: sovereign home — morrowind agent, skills, training-data, research, specs, notes, operational docs
Tracked: morrowind agent (py/cfg), skills/, training-data/, research/,
notes/, specs/, test-results/, metrics/, heartbeat/, briefings/,
memories/, skins/, hooks/, decisions.md, OPERATIONS.md, SOUL.md
Excluded: screenshots, PNGs, binaries, sessions, databases, secrets,
audio cache, timmy-config/ and timmy-telemetry/ (separate repos)
2026-03-27 13:05:57 -04:00
|
|
|
# Timmy Operations — What Runs the Workforce
|
|
|
|
|
|
2026-03-27 17:15:57 -04:00
|
|
|
## 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/`
|
initial: sovereign home — morrowind agent, skills, training-data, research, specs, notes, operational docs
Tracked: morrowind agent (py/cfg), skills/, training-data/, research/,
notes/, specs/, test-results/, metrics/, heartbeat/, briefings/,
memories/, skins/, hooks/, decisions.md, OPERATIONS.md, SOUL.md
Excluded: screenshots, PNGs, binaries, sessions, databases, secrets,
audio cache, timmy-config/ and timmy-telemetry/ (separate repos)
2026-03-27 13:05:57 -04:00
|
|
|
|
|
|
|
|
## 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
|
2026-03-27 17:15:57 -04:00
|
|
|
on 2026-03-25 causing a regression. The Hermes + timmy-config sidecar
|
|
|
|
|
replaces them.
|
initial: sovereign home — morrowind agent, skills, training-data, research, specs, notes, operational docs
Tracked: morrowind agent (py/cfg), skills/, training-data/, research/,
notes/, specs/, test-results/, metrics/, heartbeat/, briefings/,
memories/, skins/, hooks/, decisions.md, OPERATIONS.md, SOUL.md
Excluded: screenshots, PNGs, binaries, sessions, databases, secrets,
audio cache, timmy-config/ and timmy-telemetry/ (separate repos)
2026-03-27 13:05:57 -04:00
|
|
|
|
|
|
|
|
## 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!)
|
2026-03-27 17:15:57 -04:00
|
|
|
- DPO export / training support jobs: explicit model, explicit task, no hidden defaults
|
initial: sovereign home — morrowind agent, skills, training-data, research, specs, notes, operational docs
Tracked: morrowind agent (py/cfg), skills/, training-data/, research/,
notes/, specs/, test-results/, metrics/, heartbeat/, briefings/,
memories/, skins/, hooks/, decisions.md, OPERATIONS.md, SOUL.md
Excluded: screenshots, PNGs, binaries, sessions, databases, secrets,
audio cache, timmy-config/ and timmy-telemetry/ (separate repos)
2026-03-27 13:05:57 -04:00
|
|
|
- All crons MUST specify model explicitly. Never inherit default.
|