Publish archive recordings with companions and resume completed uploads #15
Loading…
Reference in a new issue
No description provided.
Delete branch "codex/computer-chronicles-integration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The archive watch loop refreshed its manifest before reaching later upload rounds, which could delay posters and transcripts until many source videos had uploaded and repeatedly revisit completed work. It now publishes each source recording with its dependency-ordered companions and removes completed groups using receipts matched to the origin, entry, immutable asset key, SHA-256, and byte length.
--recheck-publishedbypasses receipts for a server audit; API acceptance callers continue checking the server by default. Legacy receipts are refreshed on the first successful remote check. The script is already installed in the authorized local archive pipeline, with its previous version preserved.Validation: four focused tests pass for dependency grouping, receipt isolation and changed-fact rejection, explicit remote audit behavior, and progress past completed groups. Whitespace checks pass. This follow-up changes the publisher script, its tests, and operator documentation; server behavior is unchanged.