🏗️ Build and Test JellyTau / Run Tests (pull_request) Successful in 15m3s
🏗️ Build and Test JellyTau / Supply Chain (pull_request) Successful in 38s
Traceability Validation / Check Requirement Traces (pull_request) Successful in 20s
🏗️ Build and Test JellyTau / Android Compile Check (pull_request) Successful in 4m11s
Adds the spike write-up and re-opens finding 2 of playback-backend-unification.md, which concluded that video cannot unify on a native engine because the webview owns the surface. That finding's general form has since been falsified on Android, where native video composites behind a transparent WebView and ships on by default. The evidence behind it was also entirely about foreign-window embedding -- mpv's render API, drawing into a GL context we own inside Tauri's own GTK tree, was never tested. The spike tests that one claim and comes back green on Linux for both X11 and Wayland, bar the Tauri default_vbox() half of G1. Findings 3-6 are deliberately left standing. Finding 3 in particular -- mpv has no adaptive bitrate -- is an independent disqualifier that a green compositing result does not clear, and the spike says so rather than reading as a green light. The next-free-id line moves to UR-079 / IR-033 / DR-219: this branch allocated UR-077 and UR-078 for the updater and diagnostics work, and DR-215 through DR-218 with them, after that line was last written. Authored in a parallel session working in the same checkout; committed here so it travels with the rest of the branch.
59 lines
2.0 KiB
Markdown
59 lines
2.0 KiB
Markdown
# Summary
|
|
|
|
[Introduction](README.md)
|
|
|
|
# Requirements & Traceability
|
|
|
|
- [Requirements Specification](requirements.md)
|
|
- [Traceability Matrix](traceability.md)
|
|
- [Traceability CI](traceability-ci.md)
|
|
- [Traces Quick Reference](traces-quick-ref.md)
|
|
|
|
# Architecture
|
|
|
|
- [Overview](architecture/README.md)
|
|
- [Rust Backend](architecture/01-rust-backend.md)
|
|
- [Svelte Frontend](architecture/02-svelte-frontend.md)
|
|
- [Data Flow](architecture/03-data-flow.md)
|
|
- [Type Sync & Threading](architecture/04-type-sync-and-threading.md)
|
|
- [Platform Backends](architecture/05-platform-backends.md)
|
|
- [Downloads & Offline](architecture/06-downloads-and-offline.md)
|
|
- [Connectivity](architecture/07-connectivity.md)
|
|
- [Database Design](architecture/08-database-design.md)
|
|
- [Security](architecture/09-security.md)
|
|
|
|
# UX
|
|
|
|
- [UX Flows](ux-flows.md)
|
|
|
|
# Specs — Pending Work
|
|
|
|
- [Specs Index](specs/README.md)
|
|
- [Spec Template](specs/SPEC-TEMPLATE.md)
|
|
- [Spec Review Checklist](specs/SPEC-REVIEW-CHECKLIST.md)
|
|
- [Playback Backend Unification](specs/playback-backend-unification.md)
|
|
- [Linux Native Video Spike](specs/linux-native-video-spike.md)
|
|
- [Player Facade Enforcement](specs/player-facade-enforcement.md)
|
|
- [Windows Native Audio Backend](specs/windows-native-audio-backend.md)
|
|
- [libmpv2 Migration](specs/libmpv2-migration.md)
|
|
- [Read-Through Media Cache](specs/read-through-media-cache.md)
|
|
- [Scoped Search](specs/scoped-search.md)
|
|
- [Scoped Search Boundary](specs/scoped-search-boundary.md)
|
|
- [Scoped Search Boundary — Implementation](specs/scoped-search-boundary-implementation.md)
|
|
- [Frontend Domain Model](specs/frontend-domain-model.md)
|
|
- [Build Provenance](specs/build-provenance.md)
|
|
|
|
# Build & Release
|
|
|
|
- [Build & Release](build/build-release.md)
|
|
- [Release Checklist](release-checklist.md)
|
|
- [Desktop Packaging](build/build-desktop-packages.md)
|
|
- [Windows Build](build/build-windows.md)
|
|
- [Defect Windows](defect-windows.md)
|
|
- [Docker](build/docker.md)
|
|
- [Builder Image](build/build-builder-image.md)
|
|
|
|
---
|
|
|
|
[Rust API Reference (rustdoc)](api-redirect.md)
|