This commit is contained in:
2026-09-11 14:55:34 -04:00
parent 660294d0aa
commit 25b2c4be2e
33 changed files with 1293 additions and 34 deletions
+15
View File
@@ -0,0 +1,15 @@
# Migration notes
The user installer keeps application files in
`~/.local/share/jarvis-qvac`, the service in
`~/.config/systemd/user/jarvisd.service`, and the generated QVAC config in
`~/.config/jarvis/qvac.config.json`. Memory, voice references, audit logs, and
generated media remain under their existing Jarvis data directories.
Upgrades replace only the application and extension files. Existing config and
data are preserved. Run `systemctl --user daemon-reload` after installing a new
service file, then restart `jarvisd.service`.
The uninstall command requires `--yes` and preserves data. Add
`--purge-data` only when the user explicitly wants Jarvis-owned memory, cache,
and generated media removed.