Scope
Decide packaging for framework adapters BEFORE building them: subpath exports (idnumbers/zod) vs scoped packages (@idnumbers/zod).
Deciding factor: peer-dependency handling — subpaths force optional peerDeps onto the main package; scoped packages isolate them but add release/tooling overhead (monorepo or multi-repo).
Deliverable
Decision + rationale as a comment on this issue; if scoped packages win, note the monorepo tooling implications.
Scope
Decide packaging for framework adapters BEFORE building them: subpath exports (
idnumbers/zod) vs scoped packages (@idnumbers/zod).Deciding factor: peer-dependency handling — subpaths force optional peerDeps onto the main package; scoped packages isolate them but add release/tooling overhead (monorepo or multi-repo).
Deliverable
Decision + rationale as a comment on this issue; if scoped packages win, note the monorepo tooling implications.