This commit is contained in:
2026-09-11 14:29:47 -04:00
parent b264c31b86
commit b2269d58da
9 changed files with 130 additions and 11 deletions
+5 -2
View File
@@ -2,5 +2,8 @@
This package is the GTK4/libadwaita control-plane boundary. Its pages are
General, Voice, Models, Memory, Skills, Computer use, Privacy, Lab, and About.
The daemon remains the owner of QVAC, audio, portals, and the harness; the UI
will communicate over session D-Bus.
The daemon remains the owner of QVAC, audio, portals, and the harness. The
implemented `main.py` application uses libadwaita NavigationSplitView, stores
preferences under `~/.config/jarvis/config.json`, and communicates with the
daemon over session D-Bus. Start it with `npm run --workspace
@jarvis-qvac/control-center start`.