b025ed05f222ed865e8672fbeae9f9cbc334b146
Every file link in docs/traceability.md was broken — all 2,840. The generator emitted repo-root-relative hrefs from a file that lives in docs/, so the artefact the whole TRACES system exists to produce was unnavigable in the repo browser and on the published site alike. Fixed at the generator and covered by a regression test, since the markdown output had no test at all. Also: repairs the remaining broken relative links, adds scripts/check-doc-links.sh so this class of defect fails a build instead of rotting, publishes all 50 docs in the mdBook nav (was 21), moves the root-level build docs under docs/build/ for consistency, retires the stale v0.6.0 audit after confirming every still-open finding survives in the technical-debt table, and records the oversized-module debt. TRACES: | DR-208 | UT-202

JellyTau
A cross-platform Jellyfin client built with Tauri, SvelteKit, and TypeScript.
Business logic lives in a Rust backend; a UI-rich Svelte frontend handles presentation and talks to it over Tauri's IPC. Targets Linux (libmpv) and Android (ExoPlayer).
Getting Started
This project uses bun as its package manager.
# Activate the Rust environment (fish shell)
source "$HOME/.cargo/env.fish"
# Install dependencies
bun install
# Run in development
bun run tauri dev
# Type-check the frontend
bun run check
# Build for Linux
bun run tauri build
# Build for Android
bun run tauri android build
For the full set of build, test, and Android helper scripts, see scripts/README.md.
Documentation
| Topic | Location |
|---|---|
| Architecture overview & subsystem docs | docs/architecture/ |
| Requirements, traceability & technical debt | docs/requirements.md |
| Build & release process | docs/build/build-release.md |
| Docker builds | docs/build/docker.md |
| Traceability tooling & CI | docs/traceability.md, docs/traceability-ci.md |
| Release checklist | docs/release-checklist.md |
| UX flows | docs/ux-flows.md |
Recommended IDE Setup
VS Code + Svelte + Tauri + rust-analyzer.
License
MIT
Releases
38
JellyTau v0.11.0
Latest
Languages
Rust
50.7%
TypeScript
25.8%
Svelte
16.4%
Kotlin
4.8%
Shell
1.7%
Other
0.5%