wraith/internal
Vantz Stockwell 8b891dca00 feat: wire all services into Wails app entry point
Create WraithApp struct in internal/app that initializes SQLite,
runs migrations, seeds themes, and exposes vault management methods
(IsFirstRun, CreateVault, Unlock, IsUnlocked) to the frontend.
Register WraithApp, ConnectionService, ThemeService, and SettingsService
as Wails v3 bound services.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 06:28:32 -04:00
..
app feat: wire all services into Wails app entry point 2026-03-17 06:28:32 -04:00
connections feat: connection search by name/hostname/tag with json_each filtering 2026-03-17 06:21:03 -04:00
db feat: SQLite database layer with WAL mode and schema migrations 2026-03-17 06:13:51 -04:00
plugin feat: plugin interfaces + window-agnostic session manager with detach/reattach 2026-03-17 06:21:07 -04:00
session feat: plugin interfaces + window-agnostic session manager with detach/reattach 2026-03-17 06:21:07 -04:00
settings feat: settings service — key-value store with upsert 2026-03-17 06:15:55 -04:00
theme feat: theme service with 7 built-in terminal color schemes 2026-03-17 06:20:57 -04:00
vault feat: vault service — Argon2id key derivation + AES-256-GCM encrypt/decrypt 2026-03-17 06:16:23 -04:00