diff --git a/conductor/tracks/test_infrastructure_hardening_20260609/audit/hardcoded_paths.txt b/conductor/tracks/test_infrastructure_hardening_20260609/audit/hardcoded_paths.txt new file mode 100644 index 00000000..d284d38b --- /dev/null +++ b/conductor/tracks/test_infrastructure_hardening_20260609/audit/hardcoded_paths.txt @@ -0,0 +1,6 @@ +test_rag_phase4_final_verify.py:20: workspace_dir = Path("tests/artifacts/live_gui_workspace") +test_rag_phase4_stress.py:21: workspace_dir = Path("tests/artifacts/live_gui_workspace") +test_saved_presets_sim.py:14: temp_workspace = Path("tests/artifacts/live_gui_workspace") +test_saved_presets_sim.py:121: temp_workspace = Path("tests/artifacts/live_gui_workspace") +test_tool_presets_sim.py:13: temp_workspace = Path("tests/artifacts/live_gui_workspace") +test_visual_sim_gui_ux.py:79: temp_workspace = Path("tests/artifacts/live_gui_workspace") diff --git a/conductor/tracks/test_infrastructure_hardening_20260609/audit/hardcoded_project_root.txt b/conductor/tracks/test_infrastructure_hardening_20260609/audit/hardcoded_project_root.txt new file mode 100644 index 00000000..3ca0981a --- /dev/null +++ b/conductor/tracks/test_infrastructure_hardening_20260609/audit/hardcoded_project_root.txt @@ -0,0 +1,11 @@ +test_api_hook_client_wait_for_project_switch.py:27: mock_make.return_value = {"in_progress": False, "path": "C:/projects/foo.toml", "error": None} +test_api_hook_client_wait_for_project_switch.py:29: result = client.wait_for_project_switch(expected_path="C:/projects/foo.toml", timeout=5.0) +test_api_hook_client_wait_for_project_switch.py:32: assert result["path"] == "C:/projects/foo.toml" +test_api_hook_client_wait_for_project_switch.py:70: mock_make.return_value = {"in_progress": True, "path": "C:/projects/foo.toml", "error": None} +test_api_hook_client_wait_for_project_switch.py:71: result = client.wait_for_project_switch(expected_path="C:/projects/foo.toml", timeout=0.5, poll_interval=0.1) +test_ast_inspector_extended.py:20: app.controller.active_project_path = "C:/projects/test/manual_slop.toml" +test_event_serialization.py:11: base_dir = Path("C:/projects/test") +test_project_switch_persona_preset.py:204: { path = "C:/projects/forth/bootslop/main.c", view_mode = "full" }, +test_project_switch_persona_preset.py:205: { path = "C:/projects/Pikuma/ps1/code/gte_hello/hello_gte.c", view_mode = "full" }, +test_project_switch_persona_preset.py:215: { path = "C:/projects/gencpp/base/dependencies/timing.cpp", view_mode = "full" }, +test_project_switch_persona_preset.py:216: { path = "C:/projects/gencpp/base/dependencies/timing.hpp", view_mode = "full" },