I made a CLI to sync your Codex prompts + agent reasoning + file diffs to a shared memory called Codaph (https://codaph.com). The goal was to sync agent activity across my team for a much richer understanding of the codebase.
Under the hood, it uses Mubit (https://mubit.ai) - memory engine we built based on associative retrieval. Mubit is built on the concepts of hypervectors and clustering (with time based decay for now)
Currently, Codaph works with Codex with plans to add other agentic tools soon.
Codaph is open source (vibe coded lol).
Would love to hear some feedback and if you want to try it Mubit is free (api key is available on https://console.mubit.ai)