docs(gui): lock Tauri (v2) and resolve framework-contingent annotations#31
Merged
Conversation
Signed-off-by: Aaron Cupp <mrcupp@mrcupp.com>
This was referenced May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Locks Tauri (v2) as Audiophore's v1 GUI framework and resolves the cascade of
(contingent — depends on GUI framework choice)annotations that #29 (deployment pivot) left across the planning docs.Closes #30.
Why Tauri
DEPLOYMENT.md. Tauri's strongest platform is the only one that matters..dmgnotarization viatauri-bundleris the cleanest path. Custom-rendered alternatives (egui, Iced) read as "developer tool" against the brief.tauri-plugin-updateris a first-class drop-in.audiophore-api(axum) stays in scope for future remote monitoring / control consumers; Tauri IPC handles the local GUI surface only.Full evaluation captured in the private AI working folder's
research-gui-framework.md(not committed — working folder is project-private).What changed
SESSION_HANDOFF.mdLocked decisions — three rows updated:GUI framework→ Tauri v2;Web frameworkaxum scope clarified to remote consumers;Frontenddeferred to prototype time (no preference). Plus Deployment target row updated to reflect macOS=GUI / Linux=headless split, and Explicitly NOT in M1 clarified.DEPLOYMENT.md— App shape paragraph rewritten around Tauri; Packaging reframed aroundtauri-bundler+ plugins; Auto-update open question resolved (tauri-plugin-updater+ manual menu item); Target platforms table — Linux x86_64 + ARM64 relabeled as Headless / engine-only (was "Tested"; no Linux GUI ships in v1); When to actually start doing this checklist item for the framework decision ticked.RUST_ECOSYSTEM.mdUI build pipeline — contingent banner lifted;rust-embedremoved in favor of Tauri's built-in asset embedding; cross-compile section updated for macOS-only-UI / Linux-engine-only split.IMPLEMENTATION_PLAN.md— workspace layout comments clarified (audiophore-api= remote consumers;ui/= Tauri frontend language TBD); Web API and Frontend sections rewritten for Tauri-IPC-local + axum-remote split; one M2 preprust-embedchecklist item resolved.Test plan
grep -rn "contingent" *.mdreturns no GUI-framework matches (verified locally)Follow-up (out of scope for this PR)
audiophore/audiophorerepo before M2 packaging work starts — validates.app+ Developer ID signing + notarization +tauri-plugin-updaterend-to-end. Docs-only PR reverts cleanly if the prototype hits a blocker.HARDWARE.mdWS2815 + drzzs.com vendor addition — still queued as a separate small docs-PR.