[migrate] vanity import go.moleculesai.app/plugin/gh-identity (internal#71 smoke) #3
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
First PR in the issue molecule-ai/internal#71 sweep — migrates this repo's Go module path off the dead github.com/Molecule-AI/ identity onto the vanity host go.moleculesai.app.
This was deliberately chosen as the smoke PR (smallest blast radius — 1 Go import line) so the lint-gate template gets validated before the bigger PRs (molecule-cli, molecule-controlplane, molecule-core) land in parallel.
What changed
Test plan
FAIL — green (internal/ghidentity package + new lint gate)
Alternatives rejected
See molecule-ai/internal#71 for the full design rationale (vanity host vs direct gitea path vs replace-directive vs vendoring).
Rollout / rollback
Security
No new untrusted input, auth, or data flows. Pure identifier rename. Lint gate runs read-only filesystem walks against the module root — no exec, no network.
Backwards compatibility
External consumers: has no known external Go importers (it is loaded as a Go plugin, not imported as a library). README documents the new path for new consumers.
🤖 Generated with Claude Code
LGTM