chore(compositions): mount bash-env and the pwsh tool in shipped and demo compositions

This commit is contained in:
Huanqi Cao
2026-08-02 14:18:42 +08:00
parent 33810ae774
commit 96cf8a2fbc
17 changed files with 200 additions and 6 deletions
+6
View File
@@ -154,6 +154,12 @@ const SCENARIOS: Scenario[] = [
configPath: PTY_CONFIG,
},
{ name: 'bash-tool-turn', hasModelTurn: true, recorded: true },
// The pwsh-tool-turn scenario is NOT registered yet: its overlay
// (pwsh.cordis.yml / pwsh.cordis.snapshot.yml) swaps the bundle's bash tool
// for the PowerShell twin, so its header class needs its own prompt/tool
// sidecars and a recorded transcript. Both require a keyed environment
// (`test:snapshot:record`); the composition ships so the scenario can be
// registered and recorded in one keyed pass.
{ name: 'todo-write', hasModelTurn: true, recorded: true },
{
name: 'skill-load',