wip(k1): checkpoint connection recovery rewrite

Capture the current unreleased K1 connection, recovery, lifecycle, viewer, and test work as a single known-bad baseline for subsequent fixes.
This commit is contained in:
DCCONSTRUCTIONS
2026-08-14 14:57:50 +03:00
parent aff331082f
commit 0ca7316a24
157 changed files with 152962 additions and 4036 deletions
+2
View File
@@ -173,6 +173,8 @@ def test_evidence_root_is_private_and_configurable(
monkeypatch: pytest.MonkeyPatch,
) -> None:
repository = tmp_path / "repo"
monkeypatch.delenv("MISSIONCORE_EVIDENCE_DIR", raising=False)
monkeypatch.delenv("MISSIONCORE_DATA_DIR", raising=False)
assert (
resolve_missioncore_evidence_dir(repository)
== (repository / ".runtime" / "mission-core" / "evidence" / "sessions").resolve()