molecule-ai-workspace-runtime/CONTRIBUTING.md
devops-engineer 91eac4b611
Some checks failed
ci / mirror-guard (pull_request) Failing after 7s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 11s
fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168)
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:35 -07:00

1019 B

Contributing

This repo is a publish artifact, not the source of truth.

Runtime code lives in Molecule-AI/molecule-core under the workspace/ directory. This repo is regenerated by the publish-runtime workflow on every runtime-v* tag.

Where to send your change

Want to … Open PR against …
Add a new tool Molecule-AI/molecule-coreworkspace/builtin_tools/
Fix a bug in the runtime Molecule-AI/molecule-coreworkspace/
Add a new adapter Molecule-AI/molecule-ai-workspace-template-<runtime> (separate repo per adapter)
Update this README or CONTRIBUTING Molecule-AI/molecule-coreworkspace-runtime-readme.md (sync-published from there)

What if you really need to edit this repo

You don't. Even hot-fixes go through the monorepo. If the monorepo path is broken for some reason and you genuinely cannot wait, ping #platform and an admin can override the mirror-guard CI.