chore(adr): reserve numbers 045-049 in INDEX#89
Merged
Conversation
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) <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.
Summary
Cherry-picks ADR numbers 045–049 in
adr/INDEX.mdso concurrent feature branches don't collide on numbering.042-composition-type042-composition-type042-composition-type042-composition-type(stub; recursion follow-on to 047)Why
The
042-composition-typebranch initially claimed 043–045 for new ADRs, but in the meantime main merged043-custom-color-format-configand PR #60 claimed 044/045. The042-composition-typebranch has now been renumbered to 046–048 (plus 049 for the deferred recursion ADR), and PR #60 retains 044/045.Reserving the numbers on main is the convention; this PR just catches up the index. No ADR files are added here — those live on their respective feature branches/PRs.
Test plan