Steve Yegge
97e0535bfe
Implement three-tier config architecture (gt-k1lr tasks 1-5)
**Architecture changes:**
- Renamed `.gastown/` → `.runtime/` for runtime state (gitignored)
- Added `settings/` directory for rig behavioral config (git-tracked)
- Added `mayor/config.json` for town-level config (MayorConfig type)
- Separated RigConfig (identity) from RigSettings (behavioral)
**File location changes:**
- Town runtime: `~/.gastown/*` → `~/.runtime/*`
- Rig runtime: `<rig>/.gastown/*` → `<rig>/.runtime/*`
- Rig config: `<rig>/.gastown/config.json` → `<rig>/settings/config.json`
- Namepool state: `namepool.json` → `namepool-state.json`
**New types:**
- MayorConfig: town-level behavioral config
- RigSettings: rig behavioral config (merge_queue, theme, namepool)
- RigConfig now identity-only (name, git_url, beads, created_at)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 01:22:43 -08:00
..
2025-12-21 21:49:07 -08:00
2025-12-22 01:22:43 -08:00
2025-12-22 01:22:43 -08:00
2025-12-22 01:22:43 -08:00
2025-12-21 21:16:45 -08:00
2025-12-22 00:55:31 -08:00
2025-12-20 02:12:21 -08:00
2025-12-22 00:55:31 -08:00
2025-12-20 16:54:16 -08:00
2025-12-22 01:22:43 -08:00
2025-12-22 01:22:43 -08:00
2025-12-22 00:40:43 -08:00
2025-12-19 12:44:42 -08:00
2025-12-22 01:22:43 -08:00
2025-12-22 01:22:43 -08:00
2025-12-21 15:49:09 -08:00
2025-12-20 09:23:57 -08:00
2025-12-21 21:51:02 -08:00
2025-12-19 12:44:42 -08:00
2025-12-22 00:55:31 -08:00
2025-12-22 00:27:19 -08:00
2025-12-22 01:22:43 -08:00