feat(create/monitor): implement automatic UUID materialization, auto-pinning, and drift-C2 resolution (13/13 PASS)
This commit is contained in:
@@ -107,7 +107,7 @@ def test_integration_stop_purge_combination(mam_sandbox, mock_herdr, mock_agents
|
||||
claude_uuid = session["claude_session_id_own"]
|
||||
|
||||
# Locate dynamically generated conversation file in claude projects
|
||||
key = str(tmp_path).replace('/', '-').replace('_', '-')
|
||||
key = os.path.realpath(str(tmp_path)).replace('/', '-').replace('_', '-')
|
||||
proj_dir = tmp_path / ".claude" / "projects" / key
|
||||
assert proj_dir.exists(), f"Expected projects directory {proj_dir} to exist"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user