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>
GitHub renders `<org>/.github/profile/README.md` as the org's public
landing page. Mirroring the same path here on Gitea so once GitHub
access is restored and repo-sync pushes this content over, it lands
in the right place automatically — no path translation step.
## Adds
- `profile/README.md` — comprehensive org-level intro (different from
molecule-core's product-deep README): pitch in 1 paragraph, "what we
ship" in 4 bullets, "where to start" routing table, repos-in-this-org
index split by purpose (product / adapters / marketing), license +
community footer.
- `profile/assets/molecule-icon.svg` — same SVG that landed on
molecule-core's README in PR #5; light/dark adaptive via
prefers-color-scheme styles.
- `profile/assets/molecule-logo.svg` — wordmark variant.
## Updates
- `README.md` (repo root, not user-visible on the org page) — documents
the layout convention + lists the other cross-org defaults GitHub
picks up from `<org>/.github/` (CONTRIBUTING.md, SECURITY.md,
SUPPORT.md, issue/PR templates, workflow templates) so a future
contributor knows where to add things.
## Why this content shape
GitHub org-profile READMEs are user-visible on the org's public page.
Standard wisdom for that surface:
- short — 1-2 screens, not the deep product pitch (which lives at
molecule-core)
- routes the reader to the right repo for what they actually want
(product / SaaS / Claude integration / docs / new runtime)
- lists the major repos with one-line descriptions so a visitor can
navigate without 30 tabs
- names the license model (BSL 1.1 → Apache 2.0 on 2029-01-01)
The "Where to start" table is the load-bearing piece — the rest is
context. If a visitor only reads the table, they still know where to
go.
## Out of scope (parked)
- CONTRIBUTING.md, SECURITY.md, SUPPORT.md — would normally live here
too. Skipping for now; current per-repo guidance is fine. File when
the org has enough cross-cutting policy to warrant it.
- GitHub Actions workflow templates — not relevant while we're on
Gitea + operator-host deploys.
🤖 Generated with [Claude Code](https://claude.com/claude-code)