Skip to content

chore: remove post-refactor residuals; bump version to 3.2.11#11

Merged
YASoftwareDev merged 3 commits intomainfrom
chore/remove-refactor-residuals
Mar 30, 2026
Merged

chore: remove post-refactor residuals; bump version to 3.2.11#11
YASoftwareDev merged 3 commits intomainfrom
chore/remove-refactor-residuals

Conversation

@YASoftwareDev
Copy link
Copy Markdown
Contributor

Summary

Cleans up leftover artifacts from the tts-api package refactor:

  • submodules/tts-service-api: remove stale gitlink from git index (ghost folder on GitHub)
  • Dockerfile: remove COPY submodules/tts-service-api line — submodule no longer exists, this would cause a build failure
  • mypy.ini: remove obsolete [mypy-tts_client_python.proto.*] exclusion rule — no local proto module exists anymore
  • README.md: remove "initialise submodules" wording; fix proto stubs description to reflect they come from the tts-api dependency

Supersedes #10.

Test plan

  • submodules/ folder no longer appears on GitHub repo root after merge
  • Docker build succeeds
  • mypy runs without errors

- submodules/tts-service-api: remove stale gitlink from index
- Dockerfile: remove COPY of submodules/tts-service-api (no longer exists)
- mypy.ini: remove obsolete [mypy-tts_client_python.proto.*] rule
- README.md: remove submodule init mention; fix proto stubs description
….2.12

- README.md: --input-text-file → --input-path in Docker example
- README.md: --sampling-rate → --sampling-rate-hz in options table
- README.md: --language → --language-code in recording/sound-icon descriptions
- README.md: add missing --tls, --tls-ca-cert-file, --tls-cert-file,
  --tls-private-key-file, --max-frame-size to options table
- README.md: remove references to non-existent doc/dev-guide.md
- docker/run.sh: update IMAGE_VERSION 3.2.8 → 3.2.12
@YASoftwareDev YASoftwareDev merged commit c0e3604 into main Mar 30, 2026
7 checks passed
@YASoftwareDev YASoftwareDev deleted the chore/remove-refactor-residuals branch March 30, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant