jason.woltje
  • Joined on 2025-11-30
jason.woltje pushed to develop at mosaic/stack 2026-02-15 18:37:57 +00:00
1fde25760a Merge pull request 'feat: M13-SpeechServices — TTS & STT integration' (#409) from feature/m13-speech-services into develop
cf28efa880 merge: resolve conflicts with develop (M10-Telemetry + M12-MatrixBridge)
af9c5799af fix(#388): address PR review findings — fix WebSocket/REST bugs, improve error handling, fix types and comments
dcbc8d1053 chore(orchestrator): finalize M13-SpeechServices tasks.md — all 18/18 done
d2c7602430 test(#405): add E2E integration tests for speech services
Compare 21 commits »
jason.woltje merged pull request mosaic/stack#409 2026-02-15 18:37:54 +00:00
feat: M13-SpeechServices — TTS & STT integration
jason.woltje pushed to feature/m13-speech-services at mosaic/stack 2026-02-15 18:31:51 +00:00
cf28efa880 merge: resolve conflicts with develop (M10-Telemetry + M12-MatrixBridge)
11d284554d Merge pull request 'feat: M12-MatrixBridge — Matrix/Element chat bridge integration' (#408) from feature/m12-matrix-bridge into develop
3cc2030446 fix(#377): add pnpm overrides for matrix-bot-sdk transitive vulnerabilities
eca2c46e9d merge: resolve conflicts with develop (telemetry + lockfile)
c5a87df6e1 fix(#374): add pip.conf to coordinator Docker build for private registry
Compare 36 commits »
jason.woltje pushed to develop at mosaic/stack 2026-02-15 18:22:18 +00:00
11d284554d Merge pull request 'feat: M12-MatrixBridge — Matrix/Element chat bridge integration' (#408) from feature/m12-matrix-bridge into develop
3cc2030446 fix(#377): add pnpm overrides for matrix-bot-sdk transitive vulnerabilities
eca2c46e9d merge: resolve conflicts with develop (telemetry + lockfile)
03d0c032e4 chore(orchestrator): Add review remediation phase to tasks.md
8d19ac1f4b fix(#377): remediate code review and security findings
Compare 19 commits »
jason.woltje merged pull request mosaic/stack#408 2026-02-15 18:22:17 +00:00
feat: M12-MatrixBridge — Matrix/Element chat bridge integration
jason.woltje pushed to feature/m12-matrix-bridge at mosaic/stack 2026-02-15 18:17:24 +00:00
3cc2030446 fix(#377): add pnpm overrides for matrix-bot-sdk transitive vulnerabilities
jason.woltje pushed to feature/m12-matrix-bridge at mosaic/stack 2026-02-15 18:13:27 +00:00
eca2c46e9d merge: resolve conflicts with develop (telemetry + lockfile)
c5a87df6e1 fix(#374): add pip.conf to coordinator Docker build for private registry
17ee28b6f6 Merge pull request 'feat: M10-Telemetry — Mosaic Telemetry integration' (#407) from feature/m10-telemetry into develop
a943ae139a fix(#375): resolve lint errors in usage dashboard
8e27f73f8f fix(#375): resolve recharts TypeScript strict mode type errors
Compare 17 commits »
jason.woltje pushed to develop at mosaic/stack 2026-02-15 18:05:13 +00:00
c5a87df6e1 fix(#374): add pip.conf to coordinator Docker build for private registry
jason.woltje pushed to develop at mosaic/stack 2026-02-15 17:32:10 +00:00
17ee28b6f6 Merge pull request 'feat: M10-Telemetry — Mosaic Telemetry integration' (#407) from feature/m10-telemetry into develop
a943ae139a fix(#375): resolve lint errors in usage dashboard
8e27f73f8f fix(#375): resolve recharts TypeScript strict mode type errors
2eafa91e70 fix(#370): add mypy import-untyped ignore for mosaicstack_telemetry
248f711571 fix(#370): add Gitea PyPI registry to coordinator CI install step
Compare 15 commits »
jason.woltje deleted branch feature/m10-telemetry from mosaic/stack 2026-02-15 17:32:10 +00:00
jason.woltje merged pull request mosaic/stack#407 2026-02-15 17:32:08 +00:00
feat: M10-Telemetry — Mosaic Telemetry integration
jason.woltje pushed to feature/m13-speech-services at mosaic/stack 2026-02-15 09:45:08 +00:00
af9c5799af fix(#388): address PR review findings — fix WebSocket/REST bugs, improve error handling, fix types and comments
jason.woltje created pull request mosaic/stack#409 2026-02-15 09:30:59 +00:00
feat: M13-SpeechServices — TTS & STT integration
jason.woltje closed issue mosaic/stack#388 2026-02-15 09:30:23 +00:00
EPIC: M13-SpeechServices — TTS & STT Integration
jason.woltje commented on issue mosaic/stack#388 2026-02-15 09:30:23 +00:00
EPIC: M13-SpeechServices — TTS & STT Integration

M13-SpeechServices milestone complete. All 18 sub-issues (#389-#406) implemented and closed. 62 files changed, 13,613 lines added. 500+ tests across API and web packages. Branch: feature/m13-speech…

jason.woltje commented on issue mosaic/stack#406 2026-02-15 09:30:16 +00:00
Documentation: Speech services architecture, API, and deployment

Completed as part of M13-SpeechServices milestone on branch feature/m13-speech-services. SP-DOCS-001: Speech services documentation (commit 24065aa). All quality gates passed (lint, typecheck,…

jason.woltje commented on issue mosaic/stack#405 2026-02-15 09:30:15 +00:00
E2E integration tests for speech services

Completed as part of M13-SpeechServices milestone on branch feature/m13-speech-services. SP-E2E-001: E2E integration tests for speech services (commit d2c7602, 30 tests). All quality gates passed…

jason.woltje commented on issue mosaic/stack#402 2026-02-15 09:30:15 +00:00
Frontend voice input component (microphone capture + transcription)

Completed as part of M13-SpeechServices milestone on branch feature/m13-speech-services. SP-FE-001: Frontend voice input component (commit 74d6c10, 34 tests). All quality gates passed (lint,…

jason.woltje commented on issue mosaic/stack#404 2026-02-15 09:30:15 +00:00
Frontend speech settings page (provider selection, voice config)

Completed as part of M13-SpeechServices milestone on branch feature/m13-speech-services. SP-FE-003: Frontend speech settings page (commit bc86947, 30 tests). All quality gates passed (lint,…

jason.woltje commented on issue mosaic/stack#403 2026-02-15 09:30:15 +00:00
Frontend audio playback component for TTS output

Completed as part of M13-SpeechServices milestone on branch feature/m13-speech-services. SP-FE-002: Frontend audio playback component (commit 74d6c10, 32 tests). All quality gates passed (lint,…