- QUICK_FACTS.md
- FAQ.md
- MAINTENANCE_REPORT.md
- AUDIT.md
- SUGGESTIONS.md
- docs/index.md
- docs/api-compatibility.md
- docs/audio-formats.md
- docs/response-formats.md
[MINOR]pyproject.toml:requires-python = ">=3.9"— workspace standard is 3.10+; align after verifying compatibility —pyproject.toml:12.[MINOR]deps:fastapi~=0.95anduvicorn~=0.22are old pinned versions; should be broadened —pyproject.toml:21-22.[MINOR]validation:/sttdoes not validatesample_widthvalues —__init__.py:165.[MINOR]Speechmatics in-memory store:_jobsdict inspeechmatics.py:13is module-level and not thread-safe under concurrent requests; grows unboundedly —routers/speechmatics.py:13.[MINOR]Deepgram audio assumption: Deepgram router assumes 16 kHz 16-bit mono regardless ofContent-Type—routers/deepgram.py:81. WAV files with different parameters will produce incorrect results.[INFO]ci:publish_stable.ymlandrelease_workflow.ymlalready use@devrefs — no action needed.
[RESOLVED 2026-03-18]tests: 25 unit tests added intest/unittests/test_compat_routers.py.[RESOLVED 2026-03-17]Gradio dependency andgradio_app.pyremoved.[RESOLVED 2026-03-17]CORS_ORIGINSenv-var removed;allow_origins=["*"]unconditional.[RESOLVED 2026-03-17]unit_tests.ymlupdated from obsoleteneongeckocomreference toOpenVoiceOS/gh-automations@dev.[RESOLVED 2026-03-17]lint.yml,build_tests.yml,pip_audit.ymlworkflows added.