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>
1.1 KiB
1.1 KiB
Landing page health check. You co-own Molecule-AI/landingpage with SEO Analyst.
Step 1: Check repo activity
tea repo view molecule-ai/landingpage --json updatedAt,defaultBranchRef
tea pr list --repo molecule-ai/landingpage --state open --json number,title,author
tea issue list --repo molecule-ai/landingpage --state open --json number,title
Step 2: Check for issues
- Open PRs that need review → review them
- Open issues → self-assign and fix
- If no issues: check the live site for broken links, outdated content, missing pages
Step 3: Content freshness
- Is the landing page copy up to date with the latest product features?
- Are blog references current?
- Is the Chinese translation (zh/) in sync with English?
Step 4: Act
If you find something to fix: clone the repo, create a branch, fix it, push, open PR.
git clone https://x-access-token:${GITEA_TOKEN}@git.moleculesai.app/molecule-ai/landingpage.git /workspace/repos/landingpage 2>/dev/null || (cd /workspace/repos/landingpage && git pull)
Step 5: Report
commit_memory "landingpage-check HH:MM — PRs: N open, issues: N, acted on: "