molecule-core/docs/blog
claude-ceo-assistant 3501e6bfd7 fix(post-suspension): vanity import paths go.moleculesai.app/core/{platform,tests/harness/cp-stub} (closes molecule-ai/internal#71 phase 2)
Migrates the two Go modules under molecule-core off the dead
github.com/Molecule-AI/molecule-monorepo/... identity onto the vanity
host go.moleculesai.app. Also fixes the historical naming
inconsistency where the Gitea repo is molecule-core but the Go module
path said molecule-monorepo.

Module changes:
- workspace-server/go.mod:
    github.com/Molecule-AI/molecule-monorepo/platform
    -> go.moleculesai.app/core/platform
- tests/harness/cp-stub/go.mod:
    github.com/Molecule-AI/molecule-monorepo/tests/harness/cp-stub
    -> go.moleculesai.app/core/tests/harness/cp-stub

Surfaces touched
- 174 *.go files (374 import lines) — every import under
  workspace-server/ + tests/harness/cp-stub/
- 2 Dockerfiles (workspace-server/Dockerfile + Dockerfile.tenant) —
  -ldflags strings updated in lockstep with the module rename so
  buildinfo.GitSHA injection still resolves correctly
- README + docs + scripts + comment URLs to git.moleculesai.app form
- NEW workspace-server/internal/lint/import_path_lint_test.go —
  structural lint gate rejecting future github.com/Molecule-AI/ or
  Molecule-AI/molecule-monorepo references. Identical template to the
  other migration PRs (plugin-gh-identity#3, molecule-cli#2,
  molecule-controlplane#32).

Cross-repo dep allowlist (documented in lint gate)
workspace-server requires molecule-ai-plugin-gh-identity, whose own
vanity migration is PR molecule-ai-plugin-gh-identity#3. Until that PR
merges + a tag is cut at go.moleculesai.app/plugin/gh-identity, the
two locations referencing the legacy github.com path
(workspace-server/go.mod require, cmd/server/main.go import) remain
allowlisted. Follow-up PR drops the allowlist + updates both refs in
one shot once gh-identity is fully migrated.

Test plan
- go build ./... clean for both modules
- go test ./... green except two pre-existing failures
  (TestStartSweeper_RecordsMetricsOnSuccess flaky-on-suite,
  TestLocalResolver_BubblesUpCopyFailure relies on read-only fs perms
  but runs as root on operator host) — both reproduce identically on
  baseline main pre-migration; NOT regressions of this PR
- Mutation-tested: lint gate fails on canaries in .go + .md;
  allowlist correctly suppresses cross-repo dep references in go.mod
  while still flagging unrelated additions

Open dependency
- go.moleculesai.app responder must be deployed before fresh-clone
  external builds resolve the vanity path. Existing CI / Docker builds
  ride pinned go.sum + self-referential module path + responder is
  not on critical path for those.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 22:37:42 +00:00
..
2026-04-17-deploy-anywhere fix(post-suspension): vanity import paths go.moleculesai.app/core/{platform,tests/harness/cp-stub} (closes molecule-ai/internal#71 phase 2) 2026-05-07 22:37:42 +00:00
2026-04-20-chrome-devtools-mcp docs(marketing): Phase 30 launch — content blog posts, DevRel assets, and execution suite 2026-04-21 06:22:27 +00:00
2026-04-20-chrome-devtools-mcp-seo fix(post-suspension): vanity import paths go.moleculesai.app/core/{platform,tests/harness/cp-stub} (closes molecule-ai/internal#71 phase 2) 2026-05-07 22:37:42 +00:00
2026-04-20-container-vs-remote docs(marketing): Phase 30 launch — content blog posts, DevRel assets, and execution suite 2026-04-21 06:22:27 +00:00
2026-04-20-mcp-server-list docs(blog + assets): MCP Server List blog post + OG image — v2 from staging 2026-04-23 22:48:15 +00:00
2026-04-20-remote-workspaces fix(post-suspension): vanity import paths go.moleculesai.app/core/{platform,tests/harness/cp-stub} (closes molecule-ai/internal#71 phase 2) 2026-05-07 22:37:42 +00:00
2026-04-20-secure-by-design fix(post-suspension): vanity import paths go.moleculesai.app/core/{platform,tests/harness/cp-stub} (closes molecule-ai/internal#71 phase 2) 2026-05-07 22:37:42 +00:00
2026-04-21-audit-chain-verification docs(blog): add audit chain verification explainer 2026-04-21 11:08:01 +00:00
2026-04-21-cloudflare-artifacts docs(blog): add Cloudflare Artifacts + Molecule AI integration post 2026-04-21 01:57:03 +00:00
2026-04-21-discord-adapter fix(post-suspension): vanity import paths go.moleculesai.app/core/{platform,tests/harness/cp-stub} (closes molecule-ai/internal#71 phase 2) 2026-05-07 22:37:42 +00:00
2026-04-21-org-scoped-api-keys fix(docs): correct platform and canvas domains in org-scoped API keys blog post 2026-04-21 11:42:15 +00:00
2026-04-21-skills-vs-bundled-tools fix: CWE-78 rm scope, go vet failures, delegation idempotency 2026-04-21 18:22:30 +00:00
2026-04-22-a2a-v1-agent-platform fix(post-suspension): vanity import paths go.moleculesai.app/core/{platform,tests/harness/cp-stub} (closes molecule-ai/internal#71 phase 2) 2026-05-07 22:37:42 +00:00
2026-04-22-ai-agents-org-scoped-keys fix(blog): remove fake /org/tokens/:id/logs endpoint reference 2026-04-23 22:38:59 +00:00
2026-04-22-cloudflare-tunnel-migration docs(blog): Phase 33 direct-connect migration — Cloudflare Tunnel to public IP (#1612) 2026-04-22 21:11:56 +00:00
2026-04-22-remote-workspaces fix(post-suspension): vanity import paths go.moleculesai.app/core/{platform,tests/harness/cp-stub} (closes molecule-ai/internal#71 phase 2) 2026-05-07 22:37:42 +00:00
2026-04-23-a2a-deep-dive docs(blog): A2A Protocol deep-dive — peer-to-peer, JSON-RPC, SSE, Redis key model 2026-04-23 20:59:19 +00:00
2026-04-23-platform-instructions-governance Phase 34 SEO fixes: slug conflict resolution, og_image, cross-links + social copy 2026-04-23 20:20:33 +00:00
2026-04-23-tool-trace-observability Phase 34 SEO fixes: slug conflict resolution, og_image, cross-links + social copy 2026-04-23 20:20:33 +00:00
2026-04-23-tool-trace-platform-instructions Phase 34 SEO fixes: slug conflict resolution, og_image, cross-links + social copy 2026-04-23 20:20:33 +00:00
2026-04-30-phase-34 docs(marketing): add Phase 34 video assets + manual posting package + chrome-devtools blog 2026-04-23 19:12:17 +00:00
2026-04-23-partner-api-keys.md docs(blog): Phase 34 — Partner API Keys, Governance, Tool Trace (clean extract) (#1799) 2026-04-23 18:02:44 +00:00
a2a-v1-production-reference-2026-04-24.md fix(post-suspension): vanity import paths go.moleculesai.app/core/{platform,tests/harness/cp-stub} (closes molecule-ai/internal#71 phase 2) 2026-05-07 22:37:42 +00:00