fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168) #4

Merged
Ghost merged 1 commits from fix/post-suspension-github-urls into main 2026-05-07 19:59:39 +00:00
First-time contributor

Summary

Every persona started with git clone https://github.com/Molecule-AI/<repo>.git which has been hard-failing since the GitHub org was suspended on 2026-05-06. This PR rewrites all 53 hits in this repo to https://git.moleculesai.app/molecule-ai/..., matching the gh→tea env-var migration that already landed (PR #3).

Coverage: 53 files, 61 line edits. Verification:

$ grep -rEn "github\.com/Molecule-AI|github\.com/molecule-ai" . --exclude-dir=.git | wc -l
0

(Only one remaining hit is the descriptive sentence in documentation-specialist/system-prompt.md explaining the suspended org-profile location — reframed in this PR.)

Class G item per Task #168.

Test plan

  • Manually inspect a few persona prompts in the diff — confirm the URL + token-var both flipped
  • After merge: a fresh persona container should pull from Gitea successfully

🤖 Generated with Claude Code

## Summary Every persona started with `git clone https://github.com/Molecule-AI/<repo>.git` which has been hard-failing since the GitHub org was suspended on 2026-05-06. This PR rewrites all 53 hits in this repo to `https://git.moleculesai.app/molecule-ai/...`, matching the gh→tea env-var migration that already landed (PR #3). **Coverage**: 53 files, 61 line edits. Verification: ``` $ grep -rEn "github\.com/Molecule-AI|github\.com/molecule-ai" . --exclude-dir=.git | wc -l 0 ``` (Only one remaining hit is the descriptive sentence in `documentation-specialist/system-prompt.md` explaining the suspended org-profile location — reframed in this PR.) Class G item per Task #168. ## Test plan - [ ] Manually inspect a few persona prompts in the diff — confirm the URL + token-var both flipped - [ ] After merge: a fresh persona container should pull from Gitea successfully 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Ghost added 1 commit 2026-05-07 19:59:33 +00:00
fix(post-suspension): migrate github.com/Molecule-AI refs to git.moleculesai.app (Class G #168)
All checks were successful
CI / validate (push) Successful in 57s
CI / validate (pull_request) Successful in 55s
33cc1d037a
Every persona's initial-prompt.md starts with `git clone https://github.com/Molecule-AI/<repo>.git`
which now hard-fails because the GitHub org was suspended on 2026-05-06. This
blocks every fresh agent at boot.

Changes:
- All 49 persona initial-prompt.md files: rewrite clone URLs to
  https://git.moleculesai.app/molecule-ai/<repo>.git, and switch the
  in-URL token from \${GITHUB_TOKEN} to \${GITEA_TOKEN} (matches the
  env-var contract documented in SHARED_RULES.md after the gh→tea migration).
- 4 schedule files (landingpage-check, landingpage-seo-check,
  daily-changelog) — same rewrite.
- org.yaml defaults block (3 refs + the 'if [ -n "\$GITHUB_TOKEN" ]'
  guard renamed to GITEA_TOKEN to match the new var).
- SHARED_RULES.md DOCUMENTATION_POLICY full-policy URL.
- documentation-specialist/system-prompt.md: reframed the org-profile
  table row (was 'renders on github.com/Molecule-AI', now noted as
  the now-suspended org page kept for reference).

Scope per Task #168: non-Go-module URL refs only. No go.mod / go.sum
in this repo, so this PR is complete coverage for this repo.

After this lands every persona will boot with a working clone again.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Ghost merged commit da5058caa8 into main 2026-05-07 19:59:39 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: molecule-ai/molecule-ai-org-template-molecule-dev#4
No description provided.