# Contributing **This repo is a publish artifact, not the source of truth.** Runtime code lives in [`Molecule-AI/molecule-core`](https://git.moleculesai.app/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-` (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.