docs(docs): add frontmatter to map-authoring, npc-ai, observer-snapshot, and save-load workshop briefs

Standardized YAML frontmatter on 4 workshop brief files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-13 23:52:10 +01:00
co-authored by Claude Opus 4.6
parent 2a6a023196
commit 9588133bbf
4 changed files with 36 additions and 0 deletions
@@ -1,3 +1,12 @@
---
title: "Save/Load Architecture Workshop Brief"
description: "Design the save/load system — serialization strategy, versioning, migration, and integration with tier serialization."
type: workshop
status: archived
workshop: "save-load-architecture"
created: 2026-02-11
---
# Save/Load Architecture Workshop Brief
**Goal:** Design the save/load system — serialization strategy, versioning, migration, and relationship to tier serialization.