refactor(repo): centralize package subpaths#2168
Conversation
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
miguel-heygen
left a comment
There was a problem hiding this comment.
Audited: package-subpaths descriptors, generated package exports/publishConfig, scripts/package-subpaths.mjs + tests, packages/cli/tsup.config.ts, and packages/producer/build.mjs; exact-head diff and surrounding package contracts were reviewed.
Verified: head 8d9d9c0 is open, mergeable, based on 11cd61d; all listed required checks are terminal green, including CLI smoke/global install, Producer tests, Windows, CodeQL, and all regression shards. Generator verification reports all 12 public workspaces in sync and its 4 contract tests pass. CLI and Producer alias maps resolve the declared local source subpaths without drift; published exports point at dist artifacts. GraphQL reviewThreads has zero unresolved non-outdated threads. CodeQL alerts #775/#777 show no active blocking state. Existing automated review coverage is noted; no additional blocker found.
— Magi
Verdict: APPROVE
Reasoning: The descriptor-driven generator and consumer aliases are consistent at the exact head, and the full required CI/CodeQL/regression surface is green with no unresolved threads.

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