feat(platform): extract non-chat apps into potato-os/apps - #311
Merged
Merged
Conversation
Moves non-chat apps out of potato-os/core into the new potato-os/apps repository, keeping Chat as the only built-in app in the core repo. Updates install and image-bundle flows to source selected external apps through POTATO_APPS_REPO, removes the in-tree Permitato and Skeleton copies, and keeps the platform app lifecycle and shell behavior working without requiring non-chat apps to remain in core. Fails fast when a selected external app cannot be found so installs and image bundles cannot silently succeed with missing or stale app content. Closes #282 Refs #264
slomin
force-pushed
the
feat/issue-282-extract-apps
branch
from
April 8, 2026 21:39
7970f42 to
7ec3230
Compare
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
potato-os/coreinto the newpotato-os/appsrepoPOTATO_APPS_REPOenv var toinstall_dev.shandprepare_imager_bundle.shfor sourcing apps from the external repoChanges
Apps repo (potato-os/apps):
pytest.ini,playwright.config.js,requirements-dev.txtaddedAGENTS.mdwith app contract docs and deployment instructionsCore repo (this PR):
apps/permitato/andapps/skeleton/deletedbin/install_dev.sh— addedPOTATO_APPS_REPOsupport, removed skeleton keep-alwaysbin/prepare_imager_bundle.sh— addedPOTATO_APPS_REPOsupport, removed skeleton keep-alwaysbin/publish_ota_release.sh— removed--exclude='apps/permitato'(nothing to exclude)playwright.config.js— addedtestIgnorefor.cache,.claude,referencestests/ui/icon-rail.spec.js— mock multi-app response for switcher testsPOTATO_APPS_REPOAGENTS.mdupdated to referencepotato-os/appsTest evidence
Deployment
Closes #282