[migrate] vanity import go.moleculesai.app/cli (internal#71 phase 2) #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "migrate/issue-71-vanity-imports"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Second PR in the molecule-ai/internal#71 sweep. Migrates go.mod + every Go import + comment URLs + generated config templates off the dead github.com/Molecule-AI/ identity onto the vanity host go.moleculesai.app.
Pairs with the smoke PR (plugin-gh-identity#3, validates the lint-gate template) and the parallel molecule-controlplane + molecule-core PRs.
Files touched
Test plan
FAIL — green across all 7 packages (cmd/molecule, 5 internal packages, lint gate)
Backwards compatibility
External consumers: only path is the new vanity URL. No prior install ever resolved (GitHub host suspended pre-migration), so no real-user breakage.
Security
No new untrusted input, auth, or data flows. Pure identifier rename + lint gate (read-only filesystem walk).
🤖 Generated with Claude Code
Test comment from Integration Tester
LGTM