store: Gaming Directory Restructured to Per-Game Layout

This commit is contained in:
Cal Corum 2026-03-04 21:42:48 -06:00
parent 0f1f39a443
commit 885a1c72a1

View File

@ -0,0 +1,40 @@
---
id: c09e45d0-fe4a-48a9-a61e-f38b4099a911
type: decision
title: "Gaming Directory Restructured to Per-Game Layout"
tags: [claude-home, documentation, gaming, organization, decision]
importance: 0.6
confidence: 0.8
created: "2026-03-05T03:42:48.195399+00:00"
updated: "2026-03-05T03:42:48.195399+00:00"
---
# Gaming Directory Restructured to Per-Game Layout
## Decision
Reorganized `gaming/` directory from flat structure to per-game subdirectories.
## Before
- `gaming/stl-configs/` — all STL configs in one flat dir
- `gaming/examples/` — examples mixed together
## After
- `gaming/<game-name>/` — one directory per game
- `stl-config.md` — client config notes
- `server.md` — dedicated server notes (if applicable)
- `examples/` — game-specific examples
- `scripts/` — game-specific scripts
## Current Games
- `gaming/palworld/`
- `gaming/ready-or-not/`
- `gaming/stackmon/`
## Unchanged
- `gaming/scripts/` — general scripts
- `gaming/troubleshooting.md` — general troubleshooting
- `gaming/stl-config-changes.txt` — STL version changelog
## Also
- Vagabond RPG PDFs moved from `gaming/` to `tabletop/` (which already had rpg-art and age-of-ashes content)
- `CONTEXT.md` updated to reflect new structure