Specs index

Feature specs for JellyTau. Start a new one from SPEC-TEMPLATE.md and run it past SPEC-REVIEW-CHECKLIST.md before accepting it.

What lives here

Only work that has not shipped. Once a spec is fully implemented its design is folded into the architecture docs — which are the maintained description of the build — and the spec file is deleted. Git history keeps the original, including its rejected alternatives and acceptance criteria; the architecture docs keep the reasoning that a future change still needs.

So: a file in this directory is a promise, not a description. If you want to know how something works, read docs/architecture/. If you want to know what is planned, read here.

Status vocabulary

StatusMeaning
ProposedWritten, not accepted. Nothing built.
AcceptedAgreed as the design; implementation not started or not finished.
Partially implementedSome parts shipped; the spec names what is left.
Design authorityNo code of its own — it records a decision later specs act on.

Next free requirement ids (always re-check requirements.md before allocating): UR-079, IR-033, DR-225. Three specs below suggested ids that have since been taken by other work; each carries a ⚠️ note at the top.

Partially implemented

SpecWhat landedWhat is left
frontend-domain-model.mdCatalog surface: MediaKind, from_jellyfin isolated, ticks → msprimaryImageTagimageId (~30 sites); player/session/reporting tick math; stream.type
libmpv2-migration.mdLICENSEThe libmpvlibmpv2 crate swap
read-through-media-cache.mdDR-126…128, DR-133…138 — cache entries are download rows; local playback of downloadsDR-121/122/124/125 — the player quality selector and the read-through capture
scoped-search-boundary-implementation.mdStage 1: SearchScope owned by Rust (DR-063…067)Stage 2: result-side grouping (GROUP_ITEM_TYPES still in searchScope.ts)

Not started

SpecBlocked on / note
backend-owned-stream-selection.mdRust owns direct-play-vs-transcode, transport and quality; players consume one StreamSelection. Phase 1 (delete the .m3u8 sniff) stands alone. Unblocks Linux native video.
build-provenance.mdbuild.rs is still bare. ⚠️ suggested id DR-093 is taken.
player-facade-enforcement.md~60 commands.player* sites still outside the facade; no lint rule. ⚠️ suggested id DR-095 is taken.
windows-native-audio-backend.mdBlocked on the libmpv2 swap. ⚠️ suggested id IR-030 is taken.
linux-native-video-spike.mdSpike run 2026-08-21: compositing works on Linux, X11 and Wayland. G1-G6 green bar the Tauri default_vbox() half of G1. Needs an implementation spec that answers adaptive bitrate.

Design authority

SpecRole
playback-backend-unification.mdWhy video cannot unify onto one native engine and audio can. The audio half has since shipped on Android; Windows has not.
scoped-search-boundary.mdThe boundary design the check:boundary rule came from. Stage 1 built.
scoped-search.mdSuperseded in part — its "frontend only, no Rust changes" decision is the leak the boundary spec reversed. UX still current.

Where the shipped specs went

Sixteen specs were folded into the architecture docs and deleted (2026-08-21). Where to look for each:

Shipped workNow documented in
Account menu & global chrome02-svelte-frontend.md — App Shell and Chrome
Library mosaic02-svelte-frontend.md — Library Mosaic
Series current-episode navigation02-svelte-frontend.md — Series and Episode Navigation
Downloads as an offline library02-svelte-frontend.md — Downloaded Browse
Favourites browsing01-rust-backend.md — Favorites System
Streaming bitrate cap01-rust-backend.md — Streaming quality ladder
Locally-indexed search03-data-flow.md — Search Flow; 01-rust-backend.md — Background workers
Offline downloaded-only filter06-downloads-and-offline.md — Offline Catalog Visibility
Audio equalizer · Android audio settings parity05-platform-backends.md — Audio settings on ExoPlayer
Android native video spike05-platform-backends.md — Native Video Compositing
Video background audio05-platform-backends.md — Background Audio Handoff
Traceability gate repairtraceability-ci.md
Boundary tripwire hardeningscripts/check-frontend-boundary.sh (its header is the spec)
Playback docs corrections · req-coverage script removalNothing to document — both were corrections that have been applied