Files
timmy-home/OPERATIONS.md
Alexander Whitestone 0d64d8e559 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

35 lines
1.2 KiB
Markdown

# Timmy Operations — What Runs the Workforce
## ACTIVE SYSTEM: Sovereign Orchestration
- **Repo:** Timmy_Foundation/sovereign-orchestration
- **Local:** ~/.timmy/sovereign-orchestration/
- **Entry point:** python3 src/sovereign_executor.py --workers 3 --poll 30
- **Task queue:** SQLite (crash-safe, durable)
- **Status:** Getting deployed (issues #29, #30)
- **Target repos:** Timmy_Foundation/the-nexus, Timmy_Foundation/autolora
## 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 sovereign executor 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!)
- AutoLoRA training: every 45m, haiku
- All crons MUST specify model explicitly. Never inherit default.