docs(adr): resolve duplicate ADR 0013 — renumber drop-materialized to 0015#54
Merged
Conversation
… 0015, mark Completed Two ADRs shared number 0013 (compute-primitives, 2026-06-15, Proposed; and drop-materialized-fallbacks, 2026-06-16, Accepted). Keep 0013 for compute-primitives — it is the earlier ADR and the one ADR 0010 and the index already cross-reference — and renumber drop-materialized to 0015. The Materialized-fallback sweep is finished in code (every targeted transform decoder — ZigZag, FoR, ALP broadcast, Constant, RunEnd, Sparse, RLE — is lazy-only; remaining Materialized output is the decompression encodings, the primitive base, Dict, and the ALP patches path, all kept by design). So mark 0015 Completed, add it to the ADR index (it was missing), and repoint the seven compatibility.md "ADR 0013" references to 0015. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two ADRs shared number 0013:
compute-primitives(2026-06-15, Proposed) anddrop-materialized-fallbacks(2026-06-16, Accepted). This resolves the collision.Changes (docs only — no code)
0013for compute-primitives — it is the earlier ADR and the one ADR 0010 and the index already cross-reference.Completed: the Materialized-fallback sweep is finished in code. Every targeted transform decoder (ZigZag, FoR, ALP broadcast, Constant, RunEnd, Sparse, RLE) is lazy-only; the remainingMaterialized*output is the decompression encodings, the primitive base, Dict, and the ALP patches path — all kept by design per the ADR.compatibility.md"ADR 0013" references → 0015.Verification
0013references to the renamed doc remain; ADR 0010's link to0013-compute-primitivesis intact; the 7 compatibility rows now readADR 0015.🤖 Generated with Claude Code