This folder contains the current repo-authored documentation for QwenVoice.
../CLAUDE.md— canonical repository operating guide for coding agentsreference/current-state.md— shared current repo factsreference/engineering-status.md— current strengths, caveats, and validation posturereference/backend-freeze-gate.md— rebuilt QA gate for static validation, source/native/UI QA layers, builds, and unsigned release proofreference/frontend-backend-contract.md— app-facing backend state, delivery state, and QA gatereference/live-testing.md— local QA lanes, strict e2e behavior, result paths, and xcresult triage commandsreference/release-readiness.md— macOS-first release-track policy, proof status, public-homepage freeze rules, and the tier→workflow mapping tablereference/privacy-storage.md— local model, output, history, saved-voice, App Group, and deletion-path referencereference/foundation-projects-audit.md— upstream model/runtime/database foundations, current pins, freshness, and local customization statusreference/vendoring-runtime.md— runtime, vendoring, and packaging boundariesreference/mlx-audio-swift-patching.md— vendor delta underthird_party_patches/mlx-audio-swift/, rebase procedure, and post-rebase build checklistreference/instruments-profiling.md— Instruments /xctraceworkflow for kernel-level engine profiling (when wall-clock probes have hit their limit)
Useful local diagnostics can be exported with:
./scripts/export_diagnostics.shThese 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.
../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.
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.
releases/— checked-in release notes for past published versions
- 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/, includingscripts/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.