fix(personas): sweep stale GitHub references in agent-facing prompts (Closes molecule-ai/internal#210)
GitHub org `Molecule-AI` was suspended 2026-05-06; canonical SCM is now
Gitea at git.moleculesai.app/molecule-ai. Per-agent Gitea identities are
now the default (memory: feedback_per_agent_gitea_identity_default).
Agent prompts/configs hadn't been swept yet — agents reading the brief
literally still tried `gh ...` against api.github.com (401/403) and
mis-named the SCM in PR descriptions / issue bodies.
This sweeps the per-persona system-prompts, work-cycle pick-up scripts,
and supporting persona descriptions. Mechanical patterns:
- "GitHub issue comment, PR description" -> "Gitea issue comment, PR description"
- "Every GitHub comment, PR description, ..." -> "Every Gitea comment, PR description, ..."
- "team shares one GitHub App identity" -> "each agent has its own Gitea persona identity"
- "Check GitHub issues assigned to you" -> "Check Gitea issues assigned to you"
- "FILE A GITHUB ISSUE" / "file a GitHub issue" -> "FILE A GITEA ISSUE" / "file a Gitea issue"
- "Molecule-AI GitHub org" -> "molecule-ai Gitea org"
- "GitHub Actions CI" -> "Gitea Actions CI"
- "Molecule-AI/<repo>" -> "molecule-ai/<repo>" (Gitea path-shape)
- "GitHub links" -> "Gitea links"
Out of scope (intentionally untouched):
- SHARED_RULES.md — already documents the post-2026-05-06 migration
- SECRETS_MATRIX.md — historical "GitHub Apps" backlog reference (#7)
- README.md — repo-layout doc references `.github/workflows/` directory
name on the standard CI lib (kept for accuracy until the .github ->
.gitea rename lands org-wide; see internal/runbooks/gitea-actions-
migration-checklist.md §A)
- dev-lead/triage-operator/handoff-notes.md — historical incident notes
- .molecule-ci/scripts/*.py — uses GITHUB_WORKSPACE env (gitea-actions
runner exposes it via GITHUB_* compatibility shims)
- Local filesystem paths under ~/.claude/projects/-Users-hongming-
Documents-GitHub-* — actual on-disk session memory paths
- "Stripe/GitHub webhook signatures" reference in cp-security — talks
about external GitHub webhook verification, not our SCM
72 files changed, 151 insertions, 151 deletions.
Tier: low (docs/config-only, no code path).