Skip to content

docs(openspec): spec video processing strategies - #26

Merged
bengreenier merged 4 commits into
mainfrom
cursor/openspec-video-processing-strategies-86f9
Jul 23, 2026
Merged

docs(openspec): spec video processing strategies#26
bengreenier merged 4 commits into
mainfrom
cursor/openspec-video-processing-strategies-86f9

Conversation

@bengreenier

Copy link
Copy Markdown
Owner

Summary

  • Adds OpenSpec change add-video-processing-strategies mirroring the audio processing family
  • Specs three capabilities: video-track-processor (MediaStreamTrackProcessor), video-worker (Comlink + VideoFrame/WebCodecs), and video-track-rpc (Comlink control on the live path)
  • Includes proposal, design, phased tasks (track → worker → track-rpc), and validation-ready planning artifacts

Test plan

  • Review proposal/design against audio’s add-audio-processing-strategies for parallel lifecycle/ownership rules
  • Confirm the three delta specs cover selection guide workloads (live track, async jobs, typed configure/subscribe)
  • Run OPENSPEC_TELEMETRY=0 npx --yes @fission-ai/openspec validate add-video-processing-strategies
  • No runtime code in this PR — implementation follows via /opsx:apply

Made with Cursor

Plan track-processor, Comlink worker, and track-rpc paths
to mirror the audio processing family.

Co-authored-by: Cursor <cursoragent@cursor.com>
@cursor

cursor Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

bengreenier and others added 3 commits July 23, 2026 23:02
Mirror the audio processing family with MediaStreamTrackProcessor,
Comlink VideoFrame/WebCodecs jobs, and Comlink control on the live path.

Co-authored-by: Cursor <cursoragent@cursor.com>
Use vite-ignore and root-relative worker paths so the examples
bundle no longer fails resolving audio/video worker entries.

Co-authored-by: Cursor <cursoragent@cursor.com>
Root and subpath factories use paths correct for their emit location
so Vite can resolve workers without suppressing analysis.

Co-authored-by: Cursor <cursoragent@cursor.com>
@bengreenier
bengreenier merged commit a291439 into main Jul 23, 2026
2 checks passed
@bengreenier
bengreenier deleted the cursor/openspec-video-processing-strategies-86f9 branch July 23, 2026 21:17
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