From 2309f97a16fc0c9e8d830a3fe31d185c510edebf Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Sun, 2 Aug 2026 00:57:15 +0800 Subject: [PATCH] chore(bash): mark bashEnv ownership FIXME --- packages/bash/tool-bash/src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/bash/tool-bash/src/index.ts b/packages/bash/tool-bash/src/index.ts index 311548b520..3b3874bc59 100644 --- a/packages/bash/tool-bash/src/index.ts +++ b/packages/bash/tool-bash/src/index.ts @@ -354,6 +354,9 @@ const BACKGROUND_OUTPUT_PROPERTIES = { } as const export function apply(ctx: Context, config: Config = {}): void { + // FIXME(bash-env-ownership): Move ctx.bashEnv to a tool-independent shell + // environment plugin; replacing this tool with persistent Bash must not + // remove the managed DSH_* contributor seam. const bashEnv = new BashEnvRegistry(ctx, config) bashEnv.register({ name: 'session-persistence',