Core dist build report
Date: 2026-03-06
Scope
Non-destructive dist build pipeline for packages/core.
Current structure observation
packages/coredoes not have asrc/directory.- The package surface lives at package root:
index.ts- domain folders like
governance/,ledger/,kes/,tender/
- Because of that, the build pipeline was added on top of the existing layout.
- Safe deviation from the generic template:
rootDiris".", not"src"
Package configuration added
Updated files:
packages/core/package.json