feat(v2): complete v2 reimplementation

This commit is contained in:
2026-07-31 13:33:39 +02:00
parent 396219e776
commit bd107d6a30
137 changed files with 20737 additions and 155 deletions
@@ -42,6 +42,7 @@ def test_partial_initialization_is_removed_on_publish_failure(tmp_path: Path) ->
initialize(settings, "main", "none", "none")
assert not (settings.repository_roots[0] / "main").exists()
assert not list(settings.repository_roots[0].glob(".main.staging-*"))
assert not list((settings.data_dir / "repository-keys").glob("*"))
@pytest.mark.parametrize("relative_path", ["/absolute", "../escape"])