chore: add local cvmmap source and persist sisyphus state

Wire cvmmap-client to the local development path and record ongoing orchestration artifacts for reproducible local workflow context.
This commit is contained in:
2026-02-28 11:17:06 +08:00
parent dd5f27ee5e
commit 06a6cd1ccf
7 changed files with 625 additions and 9 deletions
+5
View File
@@ -19,6 +19,7 @@ dependencies = [
"Pillow",
"scikit-learn",
"matplotlib",
"cvmmap-client",
]
[project.optional-dependencies]
@@ -43,3 +44,7 @@ dev = [
"beartype",
"click",
]
[tool.uv.sources]
cvmmap-client = { path = "/home/crosstyan/Code/cvmmap-python-client" }