Runtime-first Core, persistence, and package boundary cleanup#48
Merged
tdeverx merged 53 commits intoJul 18, 2026
Conversation
26 tasks
This was referenced Jul 2, 2026
tdeverx
added a commit
that referenced
this pull request
Jul 2, 2026
Added warning about major refactor in progress and PR #48.
This was referenced Jul 3, 2026
21 tasks
Move runtime behavior behind module contracts, make routing/readiness explicit, and update app/database wiring plus coverage.
tdeverx
force-pushed
the
tdeverx/core-optimization-design-system-boundary
branch
from
July 18, 2026 17:52
56037ab to
9953780
Compare
This was referenced Jul 18, 2026
tdeverx
marked this pull request as ready for review
July 18, 2026 19:59
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.
Note
Automated review readiness is complete at
99537804. Manual app launch, screenshots, visual polish, and #44's beta smoke matrix are deferred and are not merge gates.Summary
Reshapes Contained around a runtime-first, package-first architecture.
ContainedCoreowns backend/runtime contracts and adapters;ContainedAppowns state, persistence, localization, settings, and feature policy;ContainedUIowns reusable visuals; andContainedUXowns reusable interaction infrastructure.Apple
containerremains the only built-in runtime enabled by default. Docker adapter code, fixtures, and tests remain dormant Core groundwork.Rebased Diff
nightlyat7118001199537804Review-Readiness Updates
ContainedCoreandContainedCoreFixturesdirectly toContainedAppTestsonly; fixture artifacts remain absent from app/release bundles.Changes/Current.md, and the reproducibly extracted localization catalog.Issue Links
Closes #32.
Closes #33.
Closes #34.
Closes #35.
Closes #36.
Closes #45.
Partially addresses #4, #14, #17, #18, #24, and #47.
Follow-ups remain #43 (signing/notarization), #44 (manual beta smoke), #46 (diagnostics UI), #49 (universal palette), #50 (optional OCI cache), and #14 (persistent Compose stacks).
Automated Verification
Verified locally on July 18, 2026 at
99537804:./Scripts/check.sh repo./Scripts/check.sh release./Scripts/check.sh generatedfrom the clean committed treeswift build -c releaseswift test: 93 testsContainedCore: 104 testsContainedUI: 6 testsContainedUX: 3 testsContained.appgit diff --checkRemote verification on the rebased head:
Deferred
Merge Note
Ready for review. Do not merge automatically; review and merge remain maintainer decisions.