Merge pull request 'fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168)' (#4) from fix/post-suspension-github-urls into main

This commit is contained in:
devops-engineer 2026-05-07 20:04:11 +00:00
commit 789adcbbbd

View File

@ -14,9 +14,9 @@
<p> <p>
<a href="https://moleculesai.app"><strong>moleculesai.app</strong></a> · <a href="https://moleculesai.app"><strong>moleculesai.app</strong></a> ·
<a href="https://github.com/Molecule-AI/molecule-core"><strong>molecule-core</strong></a> · <a href="https://git.moleculesai.app/molecule-ai/molecule-core"><strong>molecule-core</strong></a> ·
<a href="https://github.com/Molecule-AI/molecule-mcp-claude-channel"><strong>Claude Code plugin</strong></a> · <a href="https://git.moleculesai.app/molecule-ai/molecule-mcp-claude-channel"><strong>Claude Code plugin</strong></a> ·
<a href="https://github.com/Molecule-AI/molecule-core/blob/main/docs/index.md"><strong>Docs</strong></a> <a href="https://git.moleculesai.app/molecule-ai/molecule-core/blob/main/docs/index.md"><strong>Docs</strong></a>
</p> </p>
</div> </div>
@ -34,36 +34,36 @@
| If you want to … | Go to | | If you want to … | Go to |
|---|---| |---|---|
| Read the pitch + run it locally | [`molecule-core`](https://github.com/Molecule-AI/molecule-core) — Apache 2.0-converting BSL 1.1, Quick Start in 5 commands | | Read the pitch + run it locally | [`molecule-core`](https://git.moleculesai.app/molecule-ai/molecule-core) — Apache 2.0-converting BSL 1.1, Quick Start in 5 commands |
| Try the hosted SaaS | [moleculesai.app](https://moleculesai.app) — multi-tenant, EC2 + Cloudflare Tunnels, WorkOS auth, Stripe billing | | Try the hosted SaaS | [moleculesai.app](https://moleculesai.app) — multi-tenant, EC2 + Cloudflare Tunnels, WorkOS auth, Stripe billing |
| Bridge a Claude Code session into a Molecule workspace | [`molecule-mcp-claude-channel`](https://github.com/Molecule-AI/molecule-mcp-claude-channel) — `/plugin marketplace add Molecule-AI/molecule-mcp-claude-channel` | | Bridge a Claude Code session into a Molecule workspace | [`molecule-mcp-claude-channel`](https://git.moleculesai.app/molecule-ai/molecule-mcp-claude-channel) — `/plugin marketplace add Molecule-AI/molecule-mcp-claude-channel` |
| Browse the architecture | [docs/architecture/architecture.md](https://github.com/Molecule-AI/molecule-core/blob/main/docs/architecture/architecture.md) | | Browse the architecture | [docs/architecture/architecture.md](https://git.moleculesai.app/molecule-ai/molecule-core/blob/main/docs/architecture/architecture.md) |
| See the memory model | [docs/architecture/memory.md](https://github.com/Molecule-AI/molecule-core/blob/main/docs/architecture/memory.md) | | See the memory model | [docs/architecture/memory.md](https://git.moleculesai.app/molecule-ai/molecule-core/blob/main/docs/architecture/memory.md) |
| Add a new runtime / template | [`molecule-ai-workspace-runtime`](https://github.com/Molecule-AI/molecule-ai-workspace-runtime) (mirror of `workspace/`) + the `molecule-ai-workspace-template-*` repos | | Add a new runtime / template | [`molecule-ai-workspace-runtime`](https://git.moleculesai.app/molecule-ai/molecule-ai-workspace-runtime) (mirror of `workspace/`) + the `molecule-ai-workspace-template-*` repos |
## Repos in this org ## Repos in this org
### Product ### Product
- **[`molecule-core`](https://github.com/Molecule-AI/molecule-core)** — the platform. Go control plane + Next.js Canvas + Python workspace runtime. Open source under BSL 1.1 (converts to Apache 2.0 on 2029-01-01). - **[`molecule-core`](https://git.moleculesai.app/molecule-ai/molecule-core)** — the platform. Go control plane + Next.js Canvas + Python workspace runtime. Open source under BSL 1.1 (converts to Apache 2.0 on 2029-01-01).
- **`molecule-controlplane`** — SaaS multi-tenant orchestration on top of `molecule-core`. Private; backs [moleculesai.app](https://moleculesai.app). - **`molecule-controlplane`** — SaaS multi-tenant orchestration on top of `molecule-core`. Private; backs [moleculesai.app](https://moleculesai.app).
### Adapters & integrations ### Adapters & integrations
- **[`molecule-mcp-claude-channel`](https://github.com/Molecule-AI/molecule-mcp-claude-channel)** — Claude Code MCP plugin: bridges Molecule A2A traffic into a local Claude Code session. - **[`molecule-mcp-claude-channel`](https://git.moleculesai.app/molecule-ai/molecule-mcp-claude-channel)** — Claude Code MCP plugin: bridges Molecule A2A traffic into a local Claude Code session.
- **[`molecule-ai-workspace-runtime`](https://github.com/Molecule-AI/molecule-ai-workspace-runtime)** — Python adapter runtime, mirrored from `molecule-core/workspace/`. Published as a PyPI wheel. - **[`molecule-ai-workspace-runtime`](https://git.moleculesai.app/molecule-ai/molecule-ai-workspace-runtime)** — Python adapter runtime, mirrored from `molecule-core/workspace/`. Published as a PyPI wheel.
- **`molecule-ai-workspace-template-*`** — one repo per supported runtime template (claude-code, hermes, langgraph, …). - **`molecule-ai-workspace-template-*`** — one repo per supported runtime template (claude-code, hermes, langgraph, …).
### Marketing & community ### Marketing & community
- **[`landingpage`](https://github.com/Molecule-AI/landingpage)** — [moleculesai.app](https://moleculesai.app) source. - **[`landingpage`](https://git.moleculesai.app/molecule-ai/landingpage)** — [moleculesai.app](https://moleculesai.app) source.
- **[`molecule-ai-status`](https://github.com/Molecule-AI/molecule-ai-status)** — public status page. - **[`molecule-ai-status`](https://git.moleculesai.app/molecule-ai/molecule-ai-status)** — public status page.
## License & community ## License & community
Most user-facing code is open source under the Business Source License 1.1 (converts to Apache 2.0 on 2029-01-01). Personal, internal, and non-commercial use is permitted without restriction; commercial use that competes with the hosted product is what the BSL gates. Most user-facing code is open source under the Business Source License 1.1 (converts to Apache 2.0 on 2029-01-01). Personal, internal, and non-commercial use is permitted without restriction; commercial use that competes with the hosted product is what the BSL gates.
Issues, PRs, and design discussions land on the individual repos above. The platform repo's [Docs Home](https://github.com/Molecule-AI/molecule-core/blob/main/docs/index.md) is the canonical entry point for engineering depth. Issues, PRs, and design discussions land on the individual repos above. The platform repo's [Docs Home](https://git.moleculesai.app/molecule-ai/molecule-core/blob/main/docs/index.md) is the canonical entry point for engineering depth.
--- ---