refactor: apply repository naming contract

Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
This commit is contained in:
Tianyi Cui
2026-08-13 00:54:38 +08:00
parent 101df7cf58
commit a2d0f7f411
3281 changed files with 21730 additions and 21592 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ These zero-dependency packages provide small primitives shared by multiple capab
| Package | Role |
|---|---|
| [`brand/`](brand/README.md) | Provides nominally branded types |
| [`paths/`](paths/README.md) | Resolves the Harness data root and shared paths |
| [`paths/`](home-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 |
| [`retention/`](output-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 |