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>
1019 B
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-core → workspace/builtin_tools/ |
| Fix a bug in the runtime | Molecule-AI/molecule-core → workspace/ |
| Add a new adapter | Molecule-AI/molecule-ai-workspace-template-<runtime> (separate repo per adapter) |
| Update this README or CONTRIBUTING | Molecule-AI/molecule-core → workspace-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.