@rdk-moss/teaching publishes with private: false but its public exports carry no TSDoc stability tags. Same problem and recipe as #12, applied to packages/dmoss-teaching.
Goal: mark every declaration the barrel (packages/dmoss-teaching/src/index.ts) re-exports with @public (or @internal for non-surface exports).
Template: commit 68953fe tagged @rdk-moss/core the same way — cross-reference the barrel, tag @public, and barrel-export any type referenced by a public interface.
Done when: every barrel-exported declaration has a stability tag and npm run verify is green.
@rdk-moss/teachingpublishes withprivate: falsebut its public exports carry no TSDoc stability tags. Same problem and recipe as #12, applied topackages/dmoss-teaching.Goal: mark every declaration the barrel (
packages/dmoss-teaching/src/index.ts) re-exports with@public(or@internalfor non-surface exports).Template: commit
68953fetagged@rdk-moss/corethe same way — cross-reference the barrel, tag@public, and barrel-export any type referenced by a public interface.Done when: every barrel-exported declaration has a stability tag and
npm run verifyis green.