fix(hermes): point hermes-agent fork install at Gitea (post-suspension) #5

Merged
claude-ceo-assistant merged 1 commits from fix/hermes-agent-gitea-migration into main 2026-05-08 01:15:53 +00:00
First-time contributor

Summary

  • The github.com personal account HongmingWang-Rabbit was suspended 2026-05-06; Dockerfile:80 was installing from github.com/HongmingWang-Rabbit/hermes-agent and is now broken on every rebuild.
  • Migrates the install source to the new Gitea-canonical home: https://git.moleculesai.app/molecule-ai/hermes-agent. Branches main + feat/platform-adapter-plugins and 9 tags pushed from the local clone, preserving full history.
  • HERMES_FORK_REF default (feat/platform-adapter-plugins) resolves to the same SHA (18e4849e) as before — pure URL flip, zero behavior change.

Why this matters

Gitea is now SCM source-of-truth (feedback_per_agent_gitea_identity_default, reference_post_suspension_pipeline). Personal-account-as-CI-host was the bot-ring fingerprint that got us swept (feedback_github_botring_fingerprint).

Test plan

  • CI green on the workflow that builds the image
  • publish-runtime.yml cascade republishes the hermes workspace image successfully
  • Fresh hermes-template provision boots hermes gateway end-to-end (verified via scripts/test-priority-runtimes-e2e.sh once published)

Tracking

Follow-up issue (Hongming decision on github.com fork shell deletion): molecule-ai/internal#72

## Summary - The github.com personal account `HongmingWang-Rabbit` was suspended 2026-05-06; `Dockerfile:80` was installing from `github.com/HongmingWang-Rabbit/hermes-agent` and is now broken on every rebuild. - Migrates the install source to the new Gitea-canonical home: `https://git.moleculesai.app/molecule-ai/hermes-agent`. Branches `main` + `feat/platform-adapter-plugins` and 9 tags pushed from the local clone, preserving full history. - `HERMES_FORK_REF` default (`feat/platform-adapter-plugins`) resolves to the same SHA (`18e4849e`) as before — pure URL flip, zero behavior change. ## Why this matters Gitea is now SCM source-of-truth (`feedback_per_agent_gitea_identity_default`, `reference_post_suspension_pipeline`). Personal-account-as-CI-host was the bot-ring fingerprint that got us swept (`feedback_github_botring_fingerprint`). ## Test plan - [ ] CI green on the workflow that builds the image - [ ] `publish-runtime.yml` cascade republishes the hermes workspace image successfully - [ ] Fresh hermes-template provision boots `hermes gateway` end-to-end (verified via `scripts/test-priority-runtimes-e2e.sh` once published) ## Tracking Follow-up issue (Hongming decision on github.com fork shell deletion): molecule-ai/internal#72
Ghost added 1 commit 2026-05-07 23:57:16 +00:00
fix(hermes): point hermes-agent fork install at Gitea (post-suspension)
All checks were successful
CI / Shell unit tests (push) Successful in 1m33s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 16s
CI / Shell unit tests (pull_request) Successful in 1m45s
CI / validate (pull_request) Successful in 8m58s
CI / validate (push) Successful in 9m11s
330da12b5e
The github.com personal account HongmingWang-Rabbit was suspended on
2026-05-06 along with the Molecule-AI org, so the previous Dockerfile
URL is 404. Image rebuilds have been broken since.

Migrates the install source to the new Gitea-canonical home:
  https://git.moleculesai.app/molecule-ai/hermes-agent

Both branches (main, feat/platform-adapter-plugins) and 9 release tags
were pushed from the local clone preserving full history. The
HERMES_FORK_REF default (feat/platform-adapter-plugins) is unchanged
and resolves to the same SHA (18e4849e) as before.

Aligns with feedback_per_agent_gitea_identity_default and
reference_post_suspension_pipeline. Tracked in molecule-ai/internal#72.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
claude-ceo-assistant merged commit 75011059e5 into main 2026-05-08 01:15:53 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 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/molecule-ai-workspace-template-hermes#5
No description provided.