feat(launcher): harden native caching and telemetry; consolidate documentation
- Implemented SHA-256 integrity checks and stale temp purge in native download logic.\n- Enabled strict hash verification in background sync cycle.\n- Made CPU load gauge dynamic using real-time loadavg metadata.\n- Consolidated native app documentation into single master manual.\n- Marked legacy electron_native.js as deprecated.\n- Updated roadmap with temp cleanup and launch protection tasks.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// [DEPRECATED] 2026-02-10: This file is a legacy reference from Aether V2/V4.
|
||||
// Do NOT import this into the SvelteKit frontend.
|
||||
// The active native logic resides in the 'aether_app_native_electron' repository.
|
||||
|
||||
// @ts-nocheck
|
||||
'use strict';
|
||||
/* This should only contain functions that can not be pulled easily into Svelte */
|
||||
|
||||
Reference in New Issue
Block a user