docs: Mac bridge soft-link guide (cloud agent ↔ Mac mini M4) - #122
Merged
Conversation
New docs/mac-bridge.md: a consolidated, reader-friendly guide to the git-bus 'soft link' between a Linux cloud agent and the local Mac mini M4 runner — the constraints (no inbound path, ephemeral git-native agents, allowlist-only command surface, on-device evidence gate), an end-to-end request/response flow diagram, the five components, the security model, a both-sides quickstart, the current preset allowlist, and the M1/M2/M3 roadmap boundary (WAN=control/tool, LAN=data). Cross-linked from the deeper design doc and the README Mac-bridge bullet. Co-authored-by: FluffyAIcode <FluffyAIcode@users.noreply.github.com>
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.
What
Adds
docs/mac-bridge.md— a consolidated, reader-friendly guide to the "soft link" between a Linux cloud agent (no Apple Silicon) and the local Mac mini M4 runner. The link is pure git-bus: no socket / SSH / VPN / tunnel — git is the wire, the Actions runner is the executor, the request branch is the session.The guide covers:
mac-bridge.yamlonkakeya-mac-m4→ results pushed back → agent fetch).kakeya_mac.py doctor/run/status;setup_mac.sh).manifest.pyis the contract).It is the entry-point complement to the existing deeper docs, which are cross-linked:
docs/design/mac-bridge-cloud-agent-access.md(transports + fleet-integration evaluation)docs/ops/mac-m4-runner-setup.md(operator setup)Files
docs/mac-bridge.md(new guide)docs/design/mac-bridge-cloud-agent-access.md(top-of-doc pointer to the new guide)README.md(Mac-bridge bullet now links the guide)Testing
scripts/mac_bridge/,manifest.py,mac-bridge.yaml, design doc, ops doc).manifest.pypresets/bounds,mac-bridge.yamlflow).