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
+2 -2
View File
@@ -2,5 +2,5 @@
# side as of the last confirmed-consistent state. Both languages carry equal authority;
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write docs/config-catalog.md
config-catalog.md: f255e38fdbc3c5831a625510110bb8a52ea280ad
config-catalog.zh.md: f1f6774d957858e452f7120baeb78ef1712c6543
config-catalog.md: 2fa4a59d00867c4be168347a4e1dfd827ea443f4
config-catalog.zh.md: c2d64b1a5cef1fa20a37d954afc36f29cd3147c9
+1
View File
@@ -3375,4 +3375,5 @@ Imported as libraries by other packages; a `cordis.yml` cannot load them.
- `@deepseek-ai/dsh-typert-protocol` ([`packages/typert/protocol/src/index.ts`](../packages/typert/protocol/src/index.ts))
- `@deepseek-ai/dsh-typert-registry` ([`packages/typert/registry/src/index.ts`](../packages/typert/registry/src/index.ts))
- `@deepseek-ai/dsh-util-crypto` ([`packages/util/crypto/src/index.ts`](../packages/util/crypto/src/index.ts))
- `@deepseek-ai/dsh-util-workspace-path` ([`packages/util/workspace-path/src/index.ts`](../packages/util/workspace-path/src/index.ts))
- `@deepseek-ai/dsh-win32-process` ([`packages/subprocess/win32-process/src/index.ts`](../packages/subprocess/win32-process/src/index.ts))
+1
View File
@@ -3376,4 +3376,5 @@ export interface Config {
- `@deepseek-ai/dsh-typert-protocol`[`packages/typert/protocol/src/index.ts`](../packages/typert/protocol/src/index.ts)
- `@deepseek-ai/dsh-typert-registry`[`packages/typert/registry/src/index.ts`](../packages/typert/registry/src/index.ts)
- `@deepseek-ai/dsh-util-crypto`[`packages/util/crypto/src/index.ts`](../packages/util/crypto/src/index.ts)
- `@deepseek-ai/dsh-util-workspace-path`[`packages/util/workspace-path/src/index.ts`](../packages/util/workspace-path/src/index.ts)
- `@deepseek-ai/dsh-win32-process`[`packages/subprocess/win32-process/src/index.ts`](../packages/subprocess/win32-process/src/index.ts)