Files
timmy-config/README.md
Alexander Whitestone 341c85381c feat: Timmy's sovereign config — soul, memories, skins, playbooks
Migrated from hermes/hermes-config (now archived).

Contents:
  SOUL.md — Inscription 1, the immutable conscience
  config.yaml — live Hermes harness configuration
  memories/ — persistent agent memory + user profile
  skins/ — timmy.yaml + trismegistus.yaml personalities
  playbooks/ — 6 specialist agent configs
  cron/ — scheduled job definitions
  docs/design-log/ — historical design decisions
  FALSEWORK.md — API cost management strategy
  channel_directory.json — platform channel mappings

Applied as side-car to Hermes harness. No hacking on the harness.
2026-03-24 17:45:12 -04:00

2.1 KiB

timmy-config

Timmy's sovereign configuration. Everything that makes Timmy Timmy — soul, memories, skins, playbooks, and operational config.

This repo is the canonical source of truth for Timmy's identity and operational state. Applied as a side-car to the Hermes harness — no hacking on the harness itself.

Structure

timmy-config/
├── SOUL.md                    ← Inscription 1 — the immutable conscience
├── FALSEWORK.md               ← API cost management strategy
├── config.yaml                ← Hermes harness configuration
├── channel_directory.json     ← Platform channel mappings
├── memories/
│   ├── MEMORY.md              ← Persistent agent memory
│   └── USER.md                ← User profile (Alexander)
├── skins/
│   ├── timmy.yaml             ← Timmy personality skin
│   └── trismegistus.yaml      ← Trismegistus personality skin
├── playbooks/
│   ├── bug-fixer.yaml         ← Test-first bug fixing
│   ├── refactor-specialist.yaml
│   ├── test-writer.yaml
│   ├── security-auditor.yaml
│   ├── issue-triager.yaml
│   └── pr-reviewer.yaml
├── cron/
│   └── jobs.json              ← Scheduled job definitions
└── docs/
    └── design-log/            ← Historical design decisions

What Lives Where

What This Repo sovereign-orchestration autolora
Soul & identity
Memories
Skins
Playbooks ✓ (copy)
Config
Task queue & executor
Gitea client & MCP
Training pipeline
Eval suite

Deployment

This config is applied to ~/.hermes/ on the host machine:

# Sync config to hermes
cp config.yaml ~/.hermes/config.yaml
cp SOUL.md ~/.timmy/SOUL.md
cp memories/* ~/.hermes/memories/
cp skins/* ~/.hermes/skins/
cp playbooks/* ~/.hermes/playbooks/

Origin

Migrated from hermes/hermes-config (now archived). Owned by Timmy_Foundation. Sovereignty and service always.