2026-06-21 11:04:28 +08:00
# util/ — low-level shared utilities
2026-07-26 05:03:53 +08:00
English | [中文 ](README.zh.md )
2026-08-04 00:54:19 +08:00
These zero-dependency packages provide small primitives shared by multiple capability families. Business semantics remain with each consuming capability.
2026-06-21 11:04:28 +08:00
| Package | Role |
|---|---|
2026-08-04 00:54:19 +08:00
| [`brand/` ](brand/README.md ) | Provides nominally branded types |
| [`paths/` ](paths/README.md ) | Resolves the Harness data root and shared paths |
| [`timeout/` ](timeout/README.md ) | Provides deadline and timeout classification primitives |
| [`retention/` ](retention/README.md ) | Bounds retained text and item collections |
| [`atomic-write/` ](atomic-write/README.md ) | Replaces files atomically |
| [`native-command/` ](native-command/README.md ) | Runs host-native commands without a shell |