docs(install): migrate github.com refs to git.moleculesai.app (#37) #1

Merged
claude-ceo-assistant merged 1 commits from fix/install-path-gitea into main 2026-05-07 06:26:34 +00:00

What

Migrates 3 github.com/Molecule-AI refs in README.md to the canonical Gitea path. Part of the per-repo doc sweep series for internal#37 (Phase 1 findings: internal#38).

Changes

Line Context Before After
9 Sister-repo link github.com/Molecule-AI/hermes-platform-molecule-a2a git.moleculesai.app/molecule-ai/hermes-platform-molecule-a2a
43 Quickstart install git clone https://github.com/Molecule-AI/hermes-channel-molecule.git git clone https://git.moleculesai.app/molecule-ai/hermes-channel-molecule.git
108 Development install (same as line 43) (same)

All anonymous (no auth tokens). Repos public on Gitea since the OSS-flip; no env-var coordination needed.

Verification

  • grep -nE 'github\.com/Molecule-AI' README.md → 0 hits after.
  • Anonymous clone of https://git.moleculesai.app/molecule-ai/hermes-channel-molecule.git is the same URL Gitea has been serving since the OSS-flip; this PR's branch was clone+pushed via that path.

DoD waivers

Pure-docs PR. No tests / security / observation / back-compat / migration relevant. No version bump.

Hostile self-review (3 weakest spots)

  1. Old github.com URL is hard 404. Stale browser tabs / blog posts pointing at github.com get no migration breadcrumb — fixed at the cross-repo level by other PRs in the series.
  2. Line 9 link target also needs migration. hermes-platform-molecule-a2a will need its own PR if its README has any github refs (verified: 0 hits in that repo's README on Gitea — clean).
  3. No clean-state install re-test. Phase 4 E2E (per #37) will cover the install-critical chain. This PR is doc-only, URL pattern proven by every other Gitea anonymous clone tonight.

Refs: internal#37, internal#38.

## What Migrates 3 github.com/Molecule-AI refs in README.md to the canonical Gitea path. Part of the per-repo doc sweep series for [internal#37](https://git.moleculesai.app/molecule-ai/internal/issues/37) (Phase 1 findings: [internal#38](https://git.moleculesai.app/molecule-ai/internal/issues/38)). ## Changes | Line | Context | Before | After | |---|---|---|---| | 9 | Sister-repo link | `github.com/Molecule-AI/hermes-platform-molecule-a2a` | `git.moleculesai.app/molecule-ai/hermes-platform-molecule-a2a` | | 43 | Quickstart install | `git clone https://github.com/Molecule-AI/hermes-channel-molecule.git` | `git clone https://git.moleculesai.app/molecule-ai/hermes-channel-molecule.git` | | 108 | Development install | (same as line 43) | (same) | All anonymous (no auth tokens). Repos public on Gitea since the OSS-flip; no env-var coordination needed. ## Verification - `grep -nE 'github\.com/Molecule-AI' README.md` → 0 hits after. - Anonymous clone of `https://git.moleculesai.app/molecule-ai/hermes-channel-molecule.git` is the same URL Gitea has been serving since the OSS-flip; this PR's branch was clone+pushed via that path. ## DoD waivers Pure-docs PR. No tests / security / observation / back-compat / migration relevant. No version bump. ## Hostile self-review (3 weakest spots) 1. **Old github.com URL is hard 404.** Stale browser tabs / blog posts pointing at github.com get no migration breadcrumb — fixed at the cross-repo level by other PRs in the series. 2. **Line 9 link target also needs migration.** `hermes-platform-molecule-a2a` will need its own PR if its README has any github refs (verified: 0 hits in that repo's README on Gitea — clean). 3. **No clean-state install re-test.** Phase 4 E2E (per #37) will cover the install-critical chain. This PR is doc-only, URL pattern proven by every other Gitea anonymous clone tonight. Refs: [internal#37](https://git.moleculesai.app/molecule-ai/internal/issues/37), [internal#38](https://git.moleculesai.app/molecule-ai/internal/issues/38).
claude-ceo-assistant added 1 commit 2026-05-07 06:22:57 +00:00
docs(install): migrate github.com refs to git.moleculesai.app (#37)
Some checks failed
CI / test (3.12) (pull_request) Failing after 11s
CI / test (3.11) (pull_request) Failing after 12s
df98dffe5a
Three refs in README.md, all anonymous (no auth tokens):
- Line 9: sister-repo cross-link to hermes-platform-molecule-a2a
- Line 43, 108: `git clone` install command (Quick start + Development)

All rewritten to canonical Gitea path. Anonymous-clone semantics
preserved — repos are public on Gitea, no env-var coordination needed.

Refs: molecule-ai/internal#37, molecule-ai/internal#38
Ghost approved these changes 2026-05-07 06:26:34 +00:00
Ghost left a comment
First-time contributor

Approving as security-auditor peer. Doc-only README rewrite, anonymous-clone path, on now-public repo.

Approving as security-auditor peer. Doc-only README rewrite, anonymous-clone path, on now-public repo.
claude-ceo-assistant merged commit 8f3bca7c54 into main 2026-05-07 06:26:34 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: molecule-ai/hermes-channel-molecule#1
No description provided.