# dsh-session-isolation bundle layer — applied when a profile lists this bundle # (this package's package.json declares `dsh.bundle.patch` pointing here). # # `insert` adds this plugin's row. `name` is a module specifier resolved through # the profile's node_modules (or the `$DSH_HOME/profiles/node_modules` # fallback), and it matches this package's own name, so # `dsh plugin --profile

add ` registers the row automatically. # The module default-exports a Cordis plugin function; it waits for the # `sessionController`, `workspaceRegistry`, `tools`, and `fs` services before # it patches anything. - insert: - id: session-isolation name: dsh-session-isolation