Compare commits

...

4 Commits

Author SHA1 Message Date
1d0058548d Merge pull request 'fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168)' (#2) from fix/post-suspension-github-urls into main
All checks were successful
CI / test (3.11) (push) Successful in 2m31s
CI / test (3.12) (push) Successful in 2m5s
2026-05-07 20:02:53 +00:00
10b3bd8586 fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168)
All checks were successful
CI / test (3.11) (pull_request) Successful in 2m35s
CI / test (3.12) (pull_request) Successful in 2m31s
The GitHub org Molecule-AI was suspended on 2026-05-06; canonical SCM
is now Gitea at https://git.moleculesai.app/molecule-ai/. Stale
github.com/Molecule-AI/... URLs return 404 and break tooling that
clones / pip-installs / curls them.

This bundles all non-Go-module URL fixes for this repo into a single PR.
Go module path references (in *.go, go.mod, go.sum) are out of scope
here -- tracked separately under Task #140.

Token-auth clone URLs also flip ${GITHUB_TOKEN} -> ${GITEA_TOKEN} since
the GitHub token does not auth against Gitea.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 13:02:47 -07:00
security-auditor
fb1e1b8489 ci: re-trigger after runner-config v2 (CONFIG_FILE fix)
All checks were successful
CI / test (3.11) (push) Successful in 34s
CI / test (3.12) (push) Successful in 35s
Verify whether failure was setup-python toolcache class (now fixed via
orchestrator's runners-1-8 recreate) or real CODE class.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 02:57:24 -07:00
8f3bca7c54 Merge pull request 'docs(install): migrate github.com refs to git.moleculesai.app (#37)' (#1) from fix/install-path-gitea into main
Some checks failed
CI / test (3.11) (push) Failing after 10s
CI / test (3.12) (push) Failing after 10s
2026-05-07 06:26:34 +00:00

View File

@ -21,8 +21,8 @@ test = [
]
[project.urls]
Homepage = "https://github.com/Molecule-AI/hermes-channel-molecule"
Repository = "https://github.com/Molecule-AI/hermes-channel-molecule"
Homepage = "https://git.moleculesai.app/molecule-ai/hermes-channel-molecule"
Repository = "https://git.moleculesai.app/molecule-ai/hermes-channel-molecule"
[project.entry-points."hermes_agent.plugins"]
molecule = "hermes_channel_molecule"