Fix bundled agent migration for PDF profile imports - #8
Open
Dekode1859 wants to merge 3 commits into
Open
Conversation
- Merge shipped Persona agent definitions into existing writable app data\n- Verify profile-pdf is present in frozen bundles\n- Add upgrade, bundle declaration, and release smoke regression coverage\n- Bump Persona to 0.1.6
Dekode1859
force-pushed
the
feature/persona-0.1.6-agent-config
branch
from
August 15, 2026 19:24
ded4492 to
47d6d3c
Compare
- Check for updates when Persona finishes opening\n- Add top-right available, downloading, ready, and installer states\n- Persist verified downloads so later launches can offer them again\n- Add a development-only update simulation and lifecycle tests
- Build PersonaDev with a separate app id, title, bundle identifier, and workspace\n- Add Windows and macOS development installer scripts\n- Remove the development-only update simulation while retaining production update behavior\n- Validate production and development Spiritus bundle metadata in CI
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
Validation
%LOCALAPPDATA%\\persona-devand does not create production%LOCALAPPDATA%\\personaDevelopment build testing
On Windows:
This creates
release-dev/Persona-Dev-Setup-<version>-dev.exe. Install it normally; it appears as Persona Dev, uses thepersona-devapp-data directory, and can be installed alongside production Persona without sharing its workspace or configuration. The macOS equivalent ispackaging/build-dev-macos.sh.