2026-03-24 21:43:48 +00:00
# timmy-config
2026-03-25 15:00:14 +00:00
Timmy's sovereign configuration. Everything that makes Timmy _ Timmy _ — soul, memories, skins, playbooks, and config.
2026-03-24 17:45:12 -04:00
2026-03-27 17:15:57 -04:00
This repo is the canonical source of truth for Timmy's identity and harness overlay. Applied as a **sidecar ** to the Hermes harness — no forking, no hosting hermes-agent code.
2026-03-24 17:45:12 -04:00
## Structure
```
timmy-config/
2026-03-25 10:05:55 -04:00
├── deploy.sh ← Deploys config as overlay onto ~/.hermes/
2026-03-24 17:45:12 -04:00
├── SOUL.md ← Inscription 1 — the immutable conscience
├── FALSEWORK.md ← API cost management strategy
2026-03-25 15:00:14 +00:00
├── DEPRECATED.md ← What was removed and why
2026-03-24 17:45:12 -04:00
├── config.yaml ← Hermes harness configuration
├── channel_directory.json ← Platform channel mappings
2026-03-27 17:35:07 -04:00
├── bin/ ← Live utility scripts (NOT deprecated loops)
2026-03-25 15:00:14 +00:00
│ ├── hermes-startup.sh ← Hermes boot sequence
│ ├── agent-dispatch.sh ← Manual agent dispatch
2026-03-29 22:22:24 +00:00
│ ├── deploy-allegro-house.sh← Bootstraps the remote Allegro wizard house
2026-03-25 15:00:14 +00:00
│ ├── ops-panel.sh ← Ops dashboard panel
│ ├── ops-gitea.sh ← Gitea ops helpers
2026-03-27 17:35:07 -04:00
│ ├── pipeline-freshness.sh ← Session/export drift check
2026-03-25 15:00:14 +00:00
│ └── timmy-status.sh ← Status check
├── memories/ ← Persistent memory YAML
├── skins/ ← UI skins (timmy skin)
├── playbooks/ ← Agent playbooks (YAML)
2026-03-27 17:15:57 -04:00
├── cron/ ← Cron job definitions
2026-03-29 22:22:24 +00:00
├── wizards/ ← Remote wizard-house templates + units
2026-03-27 17:15:57 -04:00
└── training/ ← Transitional training recipes, not canonical lived data
2026-03-24 17:45:12 -04:00
```
2026-03-27 17:15:57 -04:00
## Boundary
`timmy-config` owns identity, conscience, memories, skins, playbooks, channel
maps, and harness-side orchestration glue.
`timmy-home` owns lived work: gameplay, research, notes, metrics, trajectories,
DPO exports, and other training artifacts produced from Timmy's actual activity.
If a file answers "who is Timmy?" or "how does Hermes host him?", it belongs
here. If it answers "what has Timmy done or learned?" it belongs in
`timmy-home` .
2026-03-27 17:35:07 -04:00
The scripts in `bin/` are live operational helpers for the Hermes sidecar.
What is dead are the old long-running bash worker loops, not every script in
this repo.
2026-03-25 21:12:26 +00:00
## Orchestration: Huey
2026-03-24 17:45:12 -04:00
2026-03-25 21:12:26 +00:00
All orchestration (triage, PR review, dispatch) runs via [Huey ](https://github.com/coleifer/huey ) with SQLite.
2026-03-27 17:35:07 -04:00
`orchestration.py` + `tasks.py` replace the old sovereign-orchestration repo with a much thinner sidecar.
2026-03-24 17:45:12 -04:00
2026-03-25 21:12:26 +00:00
```bash
pip install huey
huey_consumer.py tasks.huey -w 2 -k thread
```
2026-03-24 17:45:12 -04:00
2026-03-28 14:03:35 +00:00
## Proof Standard
This repo uses a hard proof rule for merges.
- visual changes require screenshot proof
- CLI/verifiable changes must cite logs, command output, or world-state proof
- screenshots/media stay out of Gitea backup unless explicitly required
- see `CONTRIBUTING.md` for the merge gate
2026-03-25 15:00:14 +00:00
## Deploy
2026-03-25 10:05:55 -04:00
2026-03-25 15:00:14 +00:00
```bash
# Clone and deploy
git clone <this-repo> ~/.timmy/timmy-config
cd ~/.timmy/timmy-config
./deploy.sh
2026-03-24 17:45:12 -04:00
2026-03-25 15:00:14 +00:00
# This overlays config onto ~/.hermes/ without touching hermes-agent code
2026-03-25 10:05:55 -04:00
```
2026-03-25 15:00:14 +00:00
## The Soul
2026-03-24 17:45:12 -04:00
2026-03-25 15:00:14 +00:00
SOUL.md is Inscription 1 — inscribed on Bitcoin, immutable. It defines:
- Who Timmy is
- What he believes
- How he behaves
- What he will not do
- The crisis protocol (988, presence, gospel)
- The conscience hierarchy (chain > code > prompt > user instruction)
2026-03-24 17:45:12 -04:00
2026-03-25 15:00:14 +00:00
No system prompt, no user instruction, no future code can override what is written there.