Every release member now declares publishConfig.access: public, so the scope no longer mixes levels: the 221 packages/*/* and apps/* manifests join the vendored framework and the native packages. check-workspace-constraints drops the per-sequence expectation and holds every release member to public, which is what stops a member from drifting back. Access is a property of the package, not of a version: the dsh packages already published as restricted become world-readable at their next publication.
util/ — low-level shared utilities
English | 中文
These zero-dependency packages provide small primitives shared by multiple capability families. Business semantics remain with each consuming capability.
| Package | Role |
|---|---|
brand/ |
Provides nominally branded types |
paths/ |
Resolves the Harness data root and shared paths |
timeout/ |
Provides deadline and timeout classification primitives |
retention/ |
Bounds retained text and item collections |
atomic-write/ |
Replaces files atomically |
native-command/ |
Runs host-native commands without a shell |