From 9ba7087fffaa972b9848efbd410310cc3b8bb794 Mon Sep 17 00:00:00 2001 From: Sebastian Ricaldoni Date: Wed, 15 Apr 2026 13:20:47 -0300 Subject: [PATCH] fix(docs): correct ADR cross-references in ADR-006 Related field The Related field incorrectly referenced ADR-003 as KV Cache and ADR-005 as LoRA Adapter Loading. In the actual repo: - ADR-003 is SIMD Optimization Strategy - ADR-004 is KV Cache Management (correct target) - ADR-005 is WASM Runtime Integration (correct name) No LoRA Adapter Loading ADR exists; ADR-005 (WASM) is the genuine related decision for memory management concerns. Co-Authored-By: Claude Sonnet 4.6 --- docs/adr/ADR-006-memory-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adr/ADR-006-memory-management.md b/docs/adr/ADR-006-memory-management.md index 772690e79..1e0aa8d6b 100644 --- a/docs/adr/ADR-006-memory-management.md +++ b/docs/adr/ADR-006-memory-management.md @@ -7,7 +7,7 @@ | **Authors** | Architecture Team | | **Reviewers** | Performance Engineering, ML Infrastructure | | **Supersedes** | None | -| **Related** | ADR-003 (KV Cache), ADR-005 (LoRA Adapter Loading) | +| **Related** | ADR-004 (KV Cache), ADR-005 (WASM Runtime Integration) | **Note**: The memory pool and paging strategy described here is complemented by ADR-029. The RVF segment model provides memory management through append-only segments with temperature-tiered quantization.