docs(install): migrate github.com refs to git.moleculesai.app (#37)
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
This commit is contained in:
parent
6f961d655c
commit
336d1beab1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user