chore: import relay VFS DOM semantic fuse and auto-skill discovery order from PekingSpades fork#2
Merged
Conversation
Squashed import of 4 commits ahead of PekingSpades/synapse:main: ddaae82 Harden remote agent delivery and participant handling be3a433 refactor: centralize business enum usage 628d1a7 Add relay VFS browser/CUA mount support fdf34c9 Standardize relay VFS validation flow Method: pre-formatted both peking/main and peking/feat with zai-org's prettier+gofmt style, diffed the formatted trees, then applied with git apply --3way to suppress format-only conflicts. Resolved one semantic conflict in packages/web-next/app/dashboard/settings/model-group-detail.tsx (zai-org renamed strategyLabel to a local helper; kept the new shared model-group-shared imports from the fork). Source: https://github.com/PekingSpades/synapse/tree/feat/relay-vfs-dom-semantic-fuse
…fork Squashed import of 1 commit ahead of PekingSpades/synapse:main: 9ce134a fix: prioritize relay auto-loaded skills in discovery Method: pre-formatted both peking/main and peking/fix versions of the 5 skill files with zai-org's prettier+gofmt style, diffed the formatted trees scoped to those files, then applied with git apply --3way. No conflicts. Source: https://github.com/PekingSpades/synapse/tree/fix/relay-auto-skill-discovery-order
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
Imports two upstream branches from the PekingSpades fork as squashed commits.
feat/relay-vfs-dom-semantic-fuse(4 source commits, squashed)Source: https://github.com/PekingSpades/synapse/tree/feat/relay-vfs-dom-semantic-fuse
fix/relay-auto-skill-discovery-order(1 source commit, squashed)Source: https://github.com/PekingSpades/synapse/tree/fix/relay-auto-skill-discovery-order
Test plan
npm run buildnpm run format:check