Files
deepseek-harness/packages/util
Turtle 93f519b8b8 Merge remote-tracking branch 'origin/master' into codex/concrete-provenance-prose
# Conflicts:
#	.agents/notes/implemented/architecture/2026-07-29-terminal-llm-stream-failures.i18n.yaml
#	.agents/notes/implemented/architecture/2026-07-29-terminal-llm-stream-failures.zh.md
#	.agents/notes/implemented/feature/2026-07-27-trajectory-inspection-ledger.i18n.yaml
#	.agents/notes/implemented/feature/2026-07-27-trajectory-inspection-ledger.zh.md
#	.agents/notes/implemented/process/2026-08-08-browser-gif-evidence-chain.i18n.yaml
#	.agents/notes/implemented/process/2026-08-08-browser-gif-evidence-chain.zh.md
#	docs/architecture.i18n.yaml
#	docs/architecture.zh.md
#	packages/boot/app-boot/README.i18n.yaml
#	packages/boot/app-boot/README.zh.md
2026-08-09 16:39:34 +08:00
..

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