feat(create/monitor): implement automatic UUID materialization, auto-pinning, and drift-C2 resolution (13/13 PASS)

This commit is contained in:
2026-08-09 10:24:32 +09:00
parent 9df0fc36f3
commit 245abe62c8
16 changed files with 1239 additions and 61 deletions
+1 -1
View File
@@ -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"