Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 3.61 KB

File metadata and controls

50 lines (34 loc) · 3.61 KB

QwenVoice Documentation

This folder contains the current repo-authored documentation for QwenVoice.

Maintained Reference Docs

Useful local diagnostics can be exported with:

./scripts/export_diagnostics.sh

These are the maintained source-of-truth docs for contributor and repository behavior. When prose disagrees, trust the repo code, manifests, scripts, and workflows first, then these reference docs.

Product And Public Docs

  • ../README.md — public GitHub landing page and end-user overview
  • ../CONTRIBUTING.md — contributor workflow, source-of-truth order, and validation entrypoints

The public landing page describes the currently shipped QwenVoice v1.2.3 build and frames Vocello as the forward rebrand that lands with the next macOS release. See reference/release-readiness.md for the public-messaging rules.

Supplemental Guides

  • qwen_tone.md — supplemental tone and prompt-writing guidance

Supplemental guides are useful, but they are not the primary source of truth for current repo structure or shipped-product behavior.

Historical Docs

  • releases/ — checked-in release notes for past published versions

Notes

  • Maintained contributor guidance in this checkout lives in CLAUDE.md, CONTRIBUTING.md, and the maintained reference docs listed above.
  • This repo does not maintain project-scoped QwenVoice skills; contributor guidance lives in the maintained docs above.
  • Current automation surfaces live in scripts/ and .github/workflows/, including scripts/qa.sh, project-input validation, source/native/UI QA layers, build proof, macOS release packaging, and the deferred iPhone TestFlight workflow.
  • Generated or vendored dependency documentation is intentionally out of scope for the repo docs.