feat(synapse): cut standalone runtime onto canonical mutation engine - #324
Open
jmagar wants to merge 8 commits into
Open
feat(synapse): cut standalone runtime onto canonical mutation engine#324jmagar wants to merge 8 commits into
jmagar wants to merge 8 commits into
Conversation
- config/Dockerfile: COPY apps/synapse/ into the build context so `cargo build -p soma` can resolve the workspace member added when apps/synapse joined the workspace. - docs/unify/02-crates/specs/synapse-standalone.md: add required YAML frontmatter (title/created/updated/status) per the fleet docs contract; regenerate docs/unify/MANIFEST.yaml and CHECKSUMS.sha256. - apps/synapse/config.example.toml: replace the internal hostname and its real mount-root layout / root-SSH example with neutral placeholders (nashost, /srv/* paths, non-root example user).
Collaborator
Author
|
Addressed the three review findings in 404a038:
|
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.
Completes the synapse standalone runtime migration onto the canonical mutation engine, in three stages captured by this branch's commits:
Adds
mutation_final_*transfer/execute/result modules and ports incrates/synapse/application, new support fixtures undercrates/synapse/.../tests/support, and updates thedocs/unifyspecs, checksums, and delivery tracker to match. Also touchesdocs/LINUX-RUNNER.md,docs/WINDOWS-RUNNER.md,lefthook.yml,packages/soma-rmcp/README.md, andserver.json.