Integrate Lavoix submodule and sync full stack orchestration#3
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Track the latest Otter and Seal feature-branch revisions and register Lavoix as a new submodule pinned to the current speech-service integration commit.
Align Kymatics docker-compose with the full root stack topology including Lavoix, updated Otter runtime configuration, and Seal proxy-aware environment wiring.
Introduce scripts/up-stack.sh to bootstrap missing env files and start the full stack with Otter and Lavoix readiness checks.
This introduces a root wrapper command for stack operations and documents the flow in the canonical README while removing duplicate readme casing.
This advances otter, seal, and lavoix pointers to their current upstream main commits for a consistent integrated stack baseline.
This makes root .env the configuration source of truth, syncs service env files on stack startup, and documents the workflow in CLI doctor output and README.
This keeps required API key wiring visible in docker-compose and ensures secret-dependent services fail fast when root env configuration is missing.
This captures the new setup-script streaming backend behavior and improved live job feedback in the board.
This updates submodule SHAs to the rebased branch heads so Kymatics references the latest pushed histories.
63da141 to
883b213
Compare
This exposes model selection in one place so stacks can target mistral-large-3 without per-repo manual env edits.
…port. This aligns the stack with the new Otter env-driven model selection changes.
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
lavoixas a submodule and bumpotter/sealsubmodule pointers to the latest voice-integration commitskymatics/docker-compose.ymlwith the current full-stack compose topology (postgres, redis, lavoix, otter-server, otter-worker, seal)scripts/up-stack.shto bootstrap missing env files and start the stack with Otter + Lavoix health checksTest plan
git submodule statusshows updated commits forotter,seal, andlavoixscripts/up-stack.shis executable and includes Otter/Lavoix readiness checks./scripts/up-stack.shinkymaticsand verify all services healthy