From 5f10390a01dc98fc9f10e9198928311ea7bacd14 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sun, 9 Nov 2025 21:02:49 +0200 Subject: [PATCH] docs(design): Add YAML frontmatter to IMMUTABILITY.md - Converted header metadata to YAML frontmatter format - Added categories and tags for documentation site compatibility - Preserved all existing content (only header format changed) - Status: IMPLEMENTED, Phase: Phase 1B - Links to benchmark: element_immutability_benchmark.jl --- docs/design/IMMUTABILITY.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/design/IMMUTABILITY.md b/docs/design/IMMUTABILITY.md index 67c01b6..dcd3de9 100644 --- a/docs/design/IMMUTABILITY.md +++ b/docs/design/IMMUTABILITY.md @@ -1,9 +1,12 @@ -# Element Immutability: Design Decision and Rationale - -**Status:** IMPLEMENTED (Phase 1B, November 2025) -**Author:** Jukka Aho -**Benchmark:** `benchmarks/element_immutability_benchmark.jl` - +--- +title: "Element Immutability: Design Decision and Rationale" +author: "Jukka Aho" +date: "2025-11-09" +status: "IMPLEMENTED" +phase: "Phase 1B" +categories: ["Design", "Architecture"] +tags: ["immutability", "performance", "design-decision"] +benchmark: "benchmarks/element_immutability_benchmark.jl" --- ## Executive Summary