From 28d0eef22c02b08ecf18753c98c6c93bb58e71f0 Mon Sep 17 00:00:00 2001 From: Huanqi Cao Date: Wed, 5 Aug 2026 21:49:51 +0800 Subject: [PATCH] chore(pwsh): regen doc catalogs, ignore pwsh binary in knip --- docs/config-catalog.md | 2 +- docs/cordis-catalog/services.md | 2 +- knip.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/config-catalog.md b/docs/config-catalog.md index 5d238761d9..d83f04fd9a 100644 --- a/docs/config-catalog.md +++ b/docs/config-catalog.md @@ -1866,7 +1866,7 @@ export interface Config { } ``` -Source: [`packages/bash/tool-pwsh/src/index.ts:41`](../packages/bash/tool-pwsh/src/index.ts) +Source: [`packages/bash/tool-pwsh/src/index.ts:43`](../packages/bash/tool-pwsh/src/index.ts) ## `@deepseek-ai/dsh-tool-ralph` diff --git a/docs/cordis-catalog/services.md b/docs/cordis-catalog/services.md index 93d6d267a4..e3e111ea14 100644 --- a/docs/cordis-catalog/services.md +++ b/docs/cordis-catalog/services.md @@ -293,7 +293,7 @@ abstract start(spec: BashExecSpec): BashProcess Types: [BashExecRequest](../core-data-structures/bash.md) · [BashExecSpec](../core-data-structures/bash.md) · [BashProcess](../core-data-structures/bash.md) · [BashRunResult](../core-data-structures/bash.md) -Source: [`packages/bash/bash/src/index.ts:51`](../../packages/bash/bash/src/index.ts) +Source: [`packages/bash/bash/src/index.ts:53`](../../packages/bash/bash/src/index.ts) ## `ctx.bashEnv` — `BashEnvRegistry` diff --git a/knip.json b/knip.json index 46fbff979e..a8c3adf86b 100644 --- a/knip.json +++ b/knip.json @@ -5,6 +5,7 @@ ], "ignoreBinaries": [ "bwrap", + "pwsh", "python3", "sandbox-exec", "taskkill"