docs: bring the remaining docs in line with the three TTS engines - #171
Merged
Conversation
Follow-up to the README update — the rest of the docs still described the two-engine lineup (Piper + Python Silero): - docs/index.md: three engines in the intro and stack table; drop dead links to removed rewrite-era files; refresh the OpenSpec spec list - AGENTS.md: three engines in the overview; slim build is Piper + native Silero, full only adds ttsd - ai/rules/conventions.md: engine roles — Piper default, silero-native in-process, ttsd opt-in fallback - docs/development.md: tts/ covers all engines; add silero-native to the layout tree; slim build does not link ttsd into PATH - docs/install.md: the Python section is only needed for ttsd — Piper and native Silero work without it - justfile: slim/full build comments
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
Follow-up to #170 — the README was updated to the three-engine lineup, but the same stale "Piper + optional Python Silero" description remained in other docs:
docs/index.md— intro and stack table now list all three engines; removed dead links toRewriteNotes.md/RewriteTaskPlan.md/task_history.md(files no longer exist); spec list synced with the actualopenspec/specs/contentsAGENTS.md— overview lists Piper (default),silero-native(in-process ONNX Runtime),ttsd(fallback); slim/full build description correctedai/rules/conventions.md— engine roles updateddocs/development.md—tts/covers all engines,silero-native/added to the layout tree, slim build no longer described as linkingttsddocs/install.md— Python section is explicitly only for thettsdenginejustfile— slim/full build commentsDocs-only change.