Skip to content

Add verified live video delivery#23

Merged
cryptovuive merged 1 commit into
mainfrom
agent/verified-live-video-delivery
Jul 15, 2026
Merged

Add verified live video delivery#23
cryptovuive merged 1 commit into
mainfrom
agent/verified-live-video-delivery

Conversation

@cryptovuive

Copy link
Copy Markdown
Owner

What changed

  • add an automatic publisher that selects a verified primary, backup, or GitHub-hosted recording
  • validate full video duration and SHA-256 before an atomic copy to the review folder
  • register a wake-enabled S4U delivery task for 06:50 Bangkok with retry-on-failure
  • document and test the delivery path, and remove the remaining recorder lint warnings

Why

The live match capture needs to survive browser/process failures and still leave a review-ready file in the exact local folder requested by the owner.

Validation

  • 26 test files / 137 tests passed
  • ESLint passed with zero warnings
  • Next.js production build passed
  • interactive publisher smoke passed
  • Task Scheduler S4U publisher smoke passed with result 0 and matching SHA-256
  • public health, fixture 18241006, and SSE handshake passed

@cryptovuive
cryptovuive marked this pull request as ready for review July 15, 2026 16:39
@cryptovuive
cryptovuive merged commit 3de0406 into main Jul 15, 2026
2 checks passed
@cryptovuive
cryptovuive deleted the agent/verified-live-video-delivery branch July 15, 2026 16:39

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: af87954fd8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

}
}

if (-not $candidates.Count) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Fall back when local captures are interrupted

When either local recorder produces a manifest with captureCompleted: true but uninterrupted: false (for example after the watchdog killed a stale browser and restarted recording), $candidates.Count is nonzero here, so the GitHub-hosted artifact is never considered. That can deliver a locally interrupted capture even when the scheduled off-machine recording succeeded, despite the publisher/reporting path distinguishing uninterrupted captures and the runbook promising the fallback when local copies are not the preferred uninterrupted evidence.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant