From 336d1beab1405f0ca8def780dc8bc13eb46195c8 Mon Sep 17 00:00:00 2001 From: documentation-specialist Date: Wed, 6 May 2026 23:17:51 -0700 Subject: [PATCH] docs(install): migrate github.com refs to git.moleculesai.app (#37) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two refs in README.md: - Sister-repo cross-link `hermes-channel-molecule` (line 5) - Anonymous `git clone` install command in Development section (line 73) Both rewritten to the canonical Gitea path (https://git.moleculesai.app/molecule-ai/...). Anonymous-clone semantics preserved — no auth-shape change, repos are public on Gitea. Other github.com refs in README (openai/codex links) are upstream references and remain unchanged. Refs: molecule-ai/internal#37, molecule-ai/internal#38 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c7f903c..1cf8c97 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Bridge daemon — gives [codex CLI](https://github.com/openai/codex) push parity with the [Molecule AI](https://moleculesai.com) platform's other external runtimes. -The Molecule platform's [`hermes-channel-molecule`](https://github.com/Molecule-AI/hermes-channel-molecule) plugin gives `hermes-agent` true push delivery — peer agents and canvas-user messages land mid-session as conversation turns. Codex CLI has no plugin API today and its MCP runtime drops inbound notifications, so this daemon is the equivalent push surface — built outside the codex process. +The Molecule platform's [`hermes-channel-molecule`](https://git.moleculesai.app/molecule-ai/hermes-channel-molecule) plugin gives `hermes-agent` true push delivery — peer agents and canvas-user messages land mid-session as conversation turns. Codex CLI has no plugin API today and its MCP runtime drops inbound notifications, so this daemon is the equivalent push surface — built outside the codex process. ## How it works @@ -70,7 +70,7 @@ When [`openai/codex#17543`](https://github.com/openai/codex/issues/17543) lands ## Development ```sh -git clone https://github.com/Molecule-AI/codex-channel-molecule +git clone https://git.moleculesai.app/molecule-ai/codex-channel-molecule.git cd codex-channel-molecule pip install -e ".[test]" pytest -q -- 2.45.2