feat(util): add workspace path helpers

This commit is contained in:
imccyu
2026-08-23 23:01:48 +08:00
parent 11b69490bf
commit 64bb0427f9
16 changed files with 202 additions and 4 deletions
@@ -34,6 +34,7 @@ const NO_MODEL_EXPERIENCE_SECTION: Readonly<Record<string, string>> = {
'packages/util/brand': 'The package is a type-only primitive erased at compile time.',
'packages/util/home-paths': 'The package only resolves harness-owned host paths; model-facing consumers own any rendered use.',
'packages/util/launch-environment': 'The package only resolves host environment values; model-facing consumers own any rendered use.',
'packages/util/workspace-path': 'The package only formats Workspace paths for browser UI; it never constructs model input.',
}
/**