From 48ba9c02d7ee8877d0dd37d270c0f7968da87c6c Mon Sep 17 00:00:00 2001 From: Nathan Curtis <1165904+nathanacurtis@users.noreply.github.com> Date: Mon, 11 May 2026 08:33:51 -0400 Subject: [PATCH] chore(adr): reserve numbers 045-049 in INDEX Cherry-pick ADR numbers 045-049 on main so concurrent branches don't collide. - 045: Processing Provenance Signals (PR #60, was missing from index) - 046: Component Examples - 047: Slot Content - 048: PropConfigurations PropBinding - 049: Nested Slot Compositions (deferred recursion follow-on to 047) ADR files for 045 live in PR #60; files for 046-049 are drafted on the `042-composition-type` branch. This commit only registers the numbers in INDEX.md; no ADR files are added. Co-Authored-By: Claude Opus 4.7 (1M context) --- adr/INDEX.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/adr/INDEX.md b/adr/INDEX.md index 4b6947b..80404fb 100644 --- a/adr/INDEX.md +++ b/adr/INDEX.md @@ -4,7 +4,12 @@ | # | Title | Highlights | |---|-------|------------| -| 044 | Duplicate Layer Name Disambiguation | | +| 049 | Nested Slot Compositions | Recursion follow-on to ADR-047: fill nested instances' slots from a parent context (reserved, draft on `042-composition-type` branch) | +| 048 | PropConfigurations PropBinding | Widen `PropConfigurations` value union to add `PropBinding` (reserved, draft on `042-composition-type` branch) | +| 047 | Slot Content — Component.slotContent and SlotBinding | Add `Component.slotContent: Record` + `SlotBinding` extending `PropBinding` with `$extensions['com.figma'].default` (reserved, draft on `042-composition-type` branch) | +| 046 | Component Examples — InstanceExample and Component.examples | Add `InstanceExample` and `ComponentExamples`; add `Component.examples?` named record (reserved, draft on `042-composition-type` branch) | +| 045 | Processing Provenance Signals | (reserved, draft in PR #60) | +| 044 | Duplicate Layer Name Disambiguation | (reserved, draft in PR #60) | | 043 | Custom Color Format Configuration | | | 042 | Composition as a First-Class Type | | | 041 | Layout Positioning — Constraint-Based Naming | |