diff --git a/graph/decisions/gaming-directory-restructured-to-per-game-layout-c09e45.md b/graph/decisions/gaming-directory-restructured-to-per-game-layout-c09e45.md new file mode 100644 index 00000000000..ba88f359e00 --- /dev/null +++ b/graph/decisions/gaming-directory-restructured-to-per-game-layout-c09e45.md @@ -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//` — 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