Memory Bridge Operation Manage the Hermes ↔ repo memory sync system that propagates context across all machines. Architecture Memory travels with the repository via git. Hermes memory ( /.hermes/memories/) is the source of truth on ace-linux-1. The bridge script reads it, writes into .Codex/memory/ in the workspace-hub repo, commits, and pushes. Every other machine (Windows licensed-win-1, new clones) gets updated context via git pull. Gateway must be running for cron jobs to fire. Script Inventory | Script | Purpose | |--------|---------| | scripts/memory/bridge-hermes-Codex.sh --commit | Re…