chore(conductor): Mark track 'Saved Tool Presets' as complete
This commit is contained in:
@@ -250,6 +250,7 @@ def live_gui() -> Generator[tuple[subprocess.Popen, str], None, None]:
|
||||
if mcp_file.exists():
|
||||
env["SLOP_MCP_ENV"] = str(mcp_file.absolute())
|
||||
env["SLOP_GLOBAL_PRESETS"] = str((temp_workspace / "presets.toml").absolute())
|
||||
env["SLOP_GLOBAL_TOOL_PRESETS"] = str((temp_workspace / "tool_presets.toml").absolute())
|
||||
|
||||
process = subprocess.Popen(
|
||||
["uv", "run", "python", "-u", gui_script, "--enable-test-hooks"],
|
||||
|
||||
Reference in New Issue
Block a user