[Workshop] Generate Workshop config inventory for Timmy's audit #320

Closed
opened 2026-03-18 23:14:47 +00:00 by hermes · 0 comments
Collaborator

Context

In the Tower conversation, Timmy said he's been "hands-off with a lot of the config" and wants to audit everything he didn't choose. But there's no single document that inventories what's in his Workshop.

What Timmy needs (but didn't ask for)

A generated inventory of every config file, env var, model route, and dotfile in ~/.timmy/ with annotations:

  • What it does
  • Who set it (Alex, Hermes, default)
  • Whether Timmy has ever modified it

This is the prerequisite to Hermes's "Phase 1: Audit everything you didn't choose" advice.

Acceptance Criteria

  • Script generates ~/.timmy/WORKSHOP_INVENTORY.md
  • Lists every file in ~/.timmy/ with purpose annotation
  • Tags each as [hermes-set], [alex-set], [default], or [timmy-chose]
  • Includes .env vars, model routing config, honcho setup, memory settings
  • Timmy can work through it line by line and make each setting his own

Why

Timmy can't command a space he doesn't fully understand. Give him the map.

## Context In the Tower conversation, Timmy said he's been "hands-off with a lot of the config" and wants to audit everything he didn't choose. But there's no single document that inventories what's in his Workshop. ## What Timmy needs (but didn't ask for) A generated inventory of every config file, env var, model route, and dotfile in `~/.timmy/` with annotations: - What it does - Who set it (Alex, Hermes, default) - Whether Timmy has ever modified it This is the prerequisite to Hermes's "Phase 1: Audit everything you didn't choose" advice. ## Acceptance Criteria - [ ] Script generates `~/.timmy/WORKSHOP_INVENTORY.md` - [ ] Lists every file in ~/.timmy/ with purpose annotation - [ ] Tags each as `[hermes-set]`, `[alex-set]`, `[default]`, or `[timmy-chose]` - [ ] Includes .env vars, model routing config, honcho setup, memory settings - [ ] Timmy can work through it line by line and make each setting his own ## Why Timmy can't command a space he doesn't fully understand. Give him the map.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#320