refactor: isolate transcription product for dual-cvm split - #20
Merged
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Finishes issue #8 (under umbrella #10): deepen the dual-CVM boundary by extracting transcription into workspace crates, adding translation-led pairing UX, and closing out ops/docs for the standalone 4 GB transcription CVM.
Dual-CVM ops (compose/Phala,
BOT__ROLE, Whisper on TX only, Signal as bus) are already in place. This PR covers the remaining crate boundary, pairing, and docs/ops close-out. Website/Stripe (#13) and translation product relay semantics stay out of scope.Crate split
signal-bot-core— sharedCommandHandler+AppResultso TX/TR do not form a Cargo cyclesignal-bot-transcription— owns voice/transcribe handlers, stores, andbuild_transcription_handlerssignal-botbinary and image; thinhandlers_setuprole match; Dockerfile cache stubs for the new cratesPairing UX (translation leads)
SIGNAL__PEER_PHONEon both stacks; translation invites the transcription bot into the groupTranscriptionStubHandlerwith invite-or-silent pairing!transcriptiononce it is in the groupOps / docs
docs/voice-transcription.md+ architecture/product table linkstdx.medium(4 GB); no cross-CVM HTTPOut of scope
Test plan
!transcriptionmenuhandlers_setupexpectations updated for new labelsnpm run ci(fmt, clippy-D warnings, ≥90% llvm-cov)Closes #8