refactor(repo): centralize package subpaths#2168
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
815ca85 to
f678c50
Compare
ccdacbf to
a97ef8e
Compare
f678c50 to
1e3aa59
Compare
a97ef8e to
8657d4e
Compare
554f049 to
81f0609
Compare
4ea5e9c to
4465a5a
Compare
81f0609 to
02274fd
Compare
4465a5a to
8fd2307
Compare
4a8cbbd to
f064103
Compare
8fd2307 to
3ef06c2
Compare
f064103 to
e00f4b9
Compare
3ef06c2 to
53d9022
Compare
e00f4b9 to
7d6189c
Compare
184f662 to
c2c8a93
Compare
7d6189c to
8fe514e
Compare
c2c8a93 to
92d3dd5
Compare
8fe514e to
8bcba53
Compare
92d3dd5 to
d609bdf
Compare
dfddd47 to
b2caf3f
Compare
4122ba6 to
a2237c5
Compare
d85a2b5 to
5a5fa1b
Compare
6b4053c to
ee1b353
Compare
5a5fa1b to
9b655eb
Compare
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.

What
Describe public package subpaths once and generate manifests and build aliases from that descriptor.
Why
Local exports, published exports, producer aliases, and CLI aliases were hand-maintained graphs that could drift.
How
Add package-subpaths.json descriptors for all public workspaces and a deterministic generator/checker consumed by build configs.
Test plan