# Specs index Feature specs for JellyTau. Start a new one from [SPEC-TEMPLATE.md](SPEC-TEMPLATE.md) and run it past [SPEC-REVIEW-CHECKLIST.md](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/](../architecture/README.md). If you want to know what is *planned*, read here. **Status vocabulary** | Status | Meaning | |---|---| | Proposed | Written, not accepted. Nothing built. | | Accepted | Agreed as the design; implementation not started or not finished. | | Partially implemented | Some parts shipped; the spec names what is left. | | Design authority | No code of its own — it records a decision later specs act on. | **Next free requirement ids** (always re-check [requirements.md](../requirements.md) before allocating): **UR-079**, **IR-033**, **DR-232**. Three specs below suggested ids that have since been taken by other work; each carries a ⚠️ note at the top. ## Partially implemented | Spec | What landed | What is left | |---|---|---| | [frontend-domain-model.md](frontend-domain-model.md) | Catalog surface: `MediaKind`, `from_jellyfin` isolated, ticks → ms | `primaryImageTag` → `imageId` (~30 sites); player/session/reporting tick math; `stream.type` | | [libmpv2-migration.md](libmpv2-migration.md) | `LICENSE` | The `libmpv` → `libmpv2` crate swap | | [read-through-media-cache.md](read-through-media-cache.md) | DR-126…128, DR-133…138 — cache entries *are* download rows; local playback of downloads | DR-122/124/125 — the read-through capture. DR-121 shipped as backend-owned stream selection and left this spec | | [scoped-search-boundary-implementation.md](scoped-search-boundary-implementation.md) | Stage 1: `SearchScope` owned by Rust (DR-063…067) | Stage 2: result-side grouping (`GROUP_ITEM_TYPES` still in `searchScope.ts`) | ## Not started | Spec | Blocked on / note | |---|---| | [desktop-native-video.md](desktop-native-video.md) | mpv draws video on every desktop platform, then the webview `