Prepare trust-focused TestFlight runtime#81
Merged
Conversation
…gression # Conflicts: # AGENTS.md # Config/ContextPanel.entitlements # Config/ContextPanelAppStore.entitlements # Config/ContextPanelRefreshAgent.entitlements # Config/ContextPanelRefreshAgentAppStore.entitlements # ContextPanel.xcodeproj/project.pbxproj # Sources/ContextPanelCore/AccountConfigurationStore.swift # Sources/ContextPanelCore/ProviderCredentialStore.swift # Sources/ContextPanelCore/SnapshotRefreshService.swift # Sources/ContextPanelPreview/ContextPanelPreviewApp.swift # Tests/ContextPanelCoreTests/ProviderConnectorTests.swift # docs/provider-usage-access.md
This was referenced May 15, 2026
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
Prepare Context Panel for a trust-focused TestFlight beta by making the installed runtime deterministic, restoring the native app/settings surface, and moving provider refresh onto safer local/OAuth-backed paths.
This PR intentionally keeps the work together because the runtime, provider, widget, Settings, signing, and storage changes were debugged and validated as one dogfood candidate.
What Changed
Codified the canonical runtime workflow around
/Applications/Context Panel.app.scripts/context-panel-runtime-baseline.shwithcheck,install, andresetmodes.AGENTS.mdwith the runtime discipline that prevented stale DerivedData/worktree bundle confusion.Restored and polished the native app/settings experience.
Reworked provider refresh and credential storage.
Re-enabled background refresh in a bounded, user-configurable way.
Tightened snapshot, forecast, and stale-data behavior.
Updates release/test docs and repo metadata.
.github/github-repo-workflow.jsonto.github/github.jsonand removes old filename references.Important Notes
GEMINI_OAUTH_CLIENT_ID/GEMINI_OAUTH_CLIENT_SECRETconfiguration.Validation
swift testpassed 156 tests.git diff --checkclean.scripts/context-panel-runtime-baseline.sh install --launchpassed withbaseline=OK./Applications/Context Panel.app/Applications/Context Panel.app/Contents/PlugIns/ContextPanelWidgetExtension.appex/Applications/Context Panel.app/Applications/Context Panel.app/Contents/Library/LoginItems/ContextPanelRefreshAgent.appFollow-up Issues
Fixes #23
Fixes #25
Fixes #67
Supersedes #18