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
This commit is contained in:
Jukka Aho
2025-11-09 21:02:49 +02:00
parent 7370863806
commit 5f10390a01
+9 -6
View File
@@ -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