# Completed Shared Asset Layout Follow-Up The shared prompt and asset layout reorganization is complete. Implemented behavior is documented in canonical current-behavior docs: - [Internal Overview](../internal/overview.md) - [Internal LLM Runtime](../internal/llm.md) - [Internal Modules](../internal/modules.md) ## Implemented Outcomes - module-owned prompts and schemas use shallow module-local asset trees; - reusable D&D prompt fragments live under `internal/modules/sharedassets`; - shared prompt filesystem composition is centralized in `sharedassets`; - D&D scene and spell modules no longer carry duplicated prompt filesystem helper implementations. Remaining future work belongs in [Future Work](future.md).