continuing refactor

This commit is contained in:
2026-05-03 21:20:05 -07:00
parent 77cab1bd27
commit 5534812426
50 changed files with 1004 additions and 428 deletions
+2 -2
View File
@@ -1272,7 +1272,7 @@ class PipelineExecutor:
"""Guard against running add-relationship on unstored download-file results.
Intended UX:
download-file ... | add-file -store <store> | add-relationship
download-file ... | add-file -instance <store> | add-relationship
Rationale:
download-file outputs items that may not yet have a stable store+hash.
@@ -1305,7 +1305,7 @@ class PipelineExecutor:
print(
"Pipeline order error: when using download-file with add-relationship, "
"add-relationship must come after add-file (so items are stored and have store+hash).\n"
"Example: download-file <...> | add-file -store <store> | add-relationship\n"
"Example: download-file <...> | add-file -instance <store> | add-relationship\n"
)
return False