[follow-up] [internal#71] drop gh-identity allowlist + update workspace-server import after plugin#3 merges #91
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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
Follow-up to molecule-ai/internal#71 + molecule-core#82 (workspace-server vanity migration). Two locations in molecule-core/workspace-server still reference the legacy
github.com/Molecule-AI/molecule-ai-plugin-gh-identitypath:workspace-server/go.mod—require github.com/Molecule-AI/molecule-ai-plugin-gh-identity v0.0.0-20260424033845-4fd5ac7be30fworkspace-server/cmd/server/main.go—import ghidentity "github.com/Molecule-AI/molecule-ai-plugin-gh-identity/pluginloader"These are explicitly allowlisted in the lint gate (
workspace-server/internal/lint/import_path_lint_test.go):Cleanup sequence
module go.moleculesai.app/plugin/gh-identity.v0.1.0or a fresh pseudo-version onmainafter the merge commit).go.moleculesai.appresponder is deployed (depends on internal#71 phase 1 — Cloudflare Worker + DNS).cmd/server/main.goimport:github.com/Molecule-AI/molecule-ai-plugin-gh-identity/pluginloader→go.moleculesai.app/plugin/gh-identity/pluginloadergo get go.moleculesai.app/plugin/gh-identity@<sha-or-tag>to refreshgo.mod+go.sumallowlistedFilesin the lint gatego build ./... && go test ./...cleanAcceptance criteria
grep -r 'github\.com/Molecule-AI' workspace-server/returns zero matches.lint gate's allowlistedFilesis back to{}(intentionally empty).go install go.moleculesai.app/core/platform/cmd/server@latestresolves end-to-end (responder + Gitea).Why this is its own issue
Cleanest log + bisect history: one PR per concern. Keeps the migration PR (core#82) reviewable and the cleanup mechanical.
Class
Carry-over from internal#71 phase 2. NOT a regression of any other PR. Track until allowlist is empty.