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.
This commit is contained in:
Alexander Whitestone
2026-03-24 17:45:12 -04:00
parent 22e9e2d467
commit 341c85381c
20 changed files with 1675 additions and 1 deletions

136
cron/jobs.json Normal file
View File

@@ -0,0 +1,136 @@
{
"jobs": [
{
"id": "9e0624269ba7",
"name": "Triage Heartbeat",
"prompt": "Scan all Timmy_Foundation/* repos for unassigned issues, auto-assign to appropriate agents based on labels/complexity",
"schedule": {
"kind": "interval",
"minutes": 15,
"display": "every 15m"
},
"schedule_display": "every 15m",
"repeat": {
"times": null,
"completed": 6
},
"enabled": false,
"created_at": "2026-03-24T11:28:46.408551-04:00",
"next_run_at": "2026-03-24T15:48:57.749458-04:00",
"last_run_at": "2026-03-24T15:33:57.749458-04:00",
"last_status": "ok",
"last_error": null,
"deliver": "local",
"origin": null,
"state": "paused",
"paused_at": "2026-03-24T16:23:01.614552-04:00",
"paused_reason": "Dashboard repo frozen - loops redirected to the-nexus",
"skills": [],
"skill": null
},
{
"id": "e29eda4a8548",
"name": "PR Review Sweep",
"prompt": "Check all Timmy_Foundation/* repos for open PRs, review diffs, merge passing ones, comment on problems",
"schedule": {
"kind": "interval",
"minutes": 30,
"display": "every 30m"
},
"schedule_display": "every 30m",
"repeat": {
"times": null,
"completed": 2
},
"enabled": false,
"created_at": "2026-03-24T11:28:46.408986-04:00",
"next_run_at": "2026-03-24T15:51:42.995715-04:00",
"last_run_at": "2026-03-24T15:21:42.995715-04:00",
"last_status": "ok",
"last_error": null,
"deliver": "local",
"origin": null,
"state": "paused",
"paused_at": "2026-03-24T16:23:02.731437-04:00",
"paused_reason": "Dashboard repo frozen - loops redirected to the-nexus",
"skills": [],
"skill": null
},
{
"id": "a77a87392582",
"name": "Health Monitor",
"prompt": "Check Ollama is responding, disk space, memory, GPU utilization, process count",
"schedule": {
"kind": "interval",
"minutes": 5,
"display": "every 5m"
},
"schedule_display": "every 5m",
"repeat": {
"times": null,
"completed": 14
},
"enabled": true,
"created_at": "2026-03-24T11:28:46.409367-04:00",
"next_run_at": "2026-03-24T15:39:39.045945-04:00",
"last_run_at": "2026-03-24T15:34:39.045945-04:00",
"last_status": "ok",
"last_error": null,
"deliver": "local",
"origin": null,
"state": "scheduled"
},
{
"id": "5e9d952871bc",
"name": "Agent Status Check",
"prompt": "Check which tmux panes are idle vs working, report utilization",
"schedule": {
"kind": "interval",
"minutes": 10,
"display": "every 10m"
},
"schedule_display": "every 10m",
"repeat": {
"times": null,
"completed": 8
},
"enabled": false,
"created_at": "2026-03-24T11:28:46.409727-04:00",
"next_run_at": "2026-03-24T15:45:58.108921-04:00",
"last_run_at": "2026-03-24T15:35:58.108921-04:00",
"last_status": "ok",
"last_error": null,
"deliver": "local",
"origin": null,
"state": "paused",
"paused_at": "2026-03-24T16:23:03.869047-04:00",
"paused_reason": "Dashboard repo frozen - loops redirected to the-nexus",
"skills": [],
"skill": null
},
{
"id": "36fb2f630a17",
"name": "Hermes Philosophy Loop",
"prompt": "Hermes Philosophy Loop: File issues to Timmy_Foundation/hermes-agent",
"schedule": {
"kind": "interval",
"minutes": 1440,
"display": "every 1440m"
},
"schedule_display": "every 1440m",
"repeat": {
"times": null,
"completed": 0
},
"enabled": false,
"created_at": "2026-03-24T11:28:46.410059-04:00",
"next_run_at": "2026-03-25T11:28:46.410064-04:00",
"last_run_at": null,
"last_status": null,
"last_error": null,
"deliver": "local",
"origin": null
}
],
"updated_at": "2026-03-24T16:23:03.869797-04:00"
}