claude-memory/graph/decisions/gaming-directory-restructured-to-per-game-layout-c09e45.md
2026-03-04 21:43:37 -06:00

62 lines
1.9 KiB
Markdown

---
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:43:37.309794+00:00"
relations:
- target: d1ebcacd-443c-4917-ba33-d6edd2b444e8
type: RELATED_TO
direction: outgoing
strength: 0.75
edge_id: 981d7db9-3338-49e2-b32d-252d11e9a185
- target: a3cdd4b6-3e5b-4c56-87a3-cad3210af5f6
type: RELATED_TO
direction: outgoing
strength: 0.72
edge_id: 03fac967-2f92-4a8a-a70b-547c4ceeb0e3
- target: 13e9c4dc-0e72-4b8f-987d-8a421f26ea80
type: BUILDS_ON
direction: outgoing
strength: 0.69
edge_id: c704fea8-168d-4bc5-81a6-362fd0915dca
- target: 9f09eb50-682d-4018-88d0-19d38ac574ed
type: RELATED_TO
direction: outgoing
strength: 0.7
edge_id: d78d876e-e7e8-48f7-b47e-51a5aef24ab3
---
# 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