chore(conductor): Mark track 'Saved Tool Presets' as complete
This commit is contained in:
5
scripts/tasks/test_harness_tool_presets.toml
Normal file
5
scripts/tasks/test_harness_tool_presets.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
prompt = """
|
||||
1. In tests/conftest.py, add 'env["SLOP_GLOBAL_TOOL_PRESETS"] = str((temp_workspace / "tool_presets.toml").absolute())' to the 'live_gui' fixture after the SLOP_GLOBAL_PRESETS line.
|
||||
2. In src/paths.py, update 'get_global_tool_presets_path' to return 'Path(os.environ.get("SLOP_GLOBAL_TOOL_PRESETS", root_dir / "tool_presets.toml"))'.
|
||||
Use 1-space indentation.
|
||||
"""
|
||||
Reference in New Issue
Block a user