This repository was archived by the owner on Jun 8, 2026. It is now read-only.
Conversation
Compatibility Smoke Test Results
|
Contributor
|
This was solid prototype; landing new PR inspired by this from @thadeusb this AM |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
POC ONLY - not intended to merge to main
This is a draft prototype PR for
FEA-1469, stacked onPRD-407-in-process-only. It is meant to capture and review what we proved locally, not to be treated as production-ready or merged directly intomain.If anything from this branch should ship, it should be extracted deliberately into follow-on production features after the PRD-415 strategy decisions are made.
What this prototype demonstrates
desktop-localmode against a localhost API backed by SQLite.Architecture in this POC
SymphonyWebPocRuntimethat starts a desktop-local API server and either points at an external Symphony URL, spawns a sibling Symphony app, or falls back to a local harness.desktop_api_url,desktop_api_token, anddesktop_local=1to the Symphony app to keep local data access scoped to the Electron-managed runtime.What was not accomplished
next devstyle workflow.BrowserWindow.loadURL(...)as the long-term primary surface.Major decisions still pending
Validation
rtk pnpm --dir apps/desktop exec tsc -p tsconfig.json --noEmitrtk pnpm --dir apps/desktop exec tsx --test test/feature-flags.test.ts test/symphony-web-poc-runtime.test.ts test/agent-monitor-port-reconcile.test.ts test/agent-monitor-wiring-static.test.tsThe focused test bundle passed 66 tests locally.
Related ClosedLoop docs
PRD-415: Unified Product Runtime strategy rootFEA-1469: this POCFEA-1471: recommended follow-on for direct packaged runtime productionization