You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing in the backlog value sweep. This is documentation, test-only, dependency upkeep, refactoring, or narrow diagnostic/ergonomic polish without enough current user impact or an active merge path to justify carrying it open. Please reopen or resubmit against current main if the need is still concrete.
Flagging before this drops off the radar: this one is a real user-facing defect, not polish — transcribe violates its own documented default and writes transcript.json into assets/audio, and it came from a reproduction-backed feedback report. None of the open consolidation PRs (#2403/#2410/#2413) touch the transcribe path, so closing here drops the fix entirely and the same report will keep coming back through the digest. Can we either fold it into one of the consolidations or reopen this? The diff is +17/-5 with tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
transcribehonor its documented current-directory default--dirbehavior unchanged--to srt|vttexportstranscript.jsonintoassets/audiowhen input media lives thereSource feedback: https://heygen.slack.com/archives/C0BGC335AQY/p1783984033363839
Tests
bun run --filter @hyperframes/cli test -- src/commands/transcribe.test.tsbunx oxfmt --check packages/cli/src/commands/transcribe.ts packages/cli/src/commands/transcribe.test.tsbunx oxlint packages/cli/src/commands/transcribe.ts packages/cli/src/commands/transcribe.test.tsbun run --filter @hyperframes/cli typecheck