docs: fix stale PLATFORM_URL defaults — platform:8080 → host.docker.internal:8080 #32
Reference in New Issue
Block a user
Delete Branch "fix/stale-platform-url-default"
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
Fixes the outdated
http://platform:8080default hostname in three files. All workspace runtime modules now default tohttp://host.docker.internal:8080(molecule-ai-workspace-runtime #12); docs must match.Files changed:
content/docs/agent-runtime/workspace-runtime.md— example env block defaultcontent/docs/architecture/molecule-technical-doc.md— Workspace Runtime env tablecontent/docs/development/local-development.md— .env.example commentWhy not in PR #29: PR #29 changes workspace-runtime.md + remote-workspaces.md + changelog. molecule-technical-doc.md was not in scope for that PR. This PR is a targeted standalone fix for the two additional stale references found during review.
Reviewer note: Approve. Fast turnaround — only 3 lines changed, build passes.
Tech writer review: APPROVED. 3 files, 3 lines changed. Fixes stale
http://platform:8080→http://host.docker.internal:8080in agent-runtime/workspace-runtime.md, architecture/molecule-technical-doc.md, and development/local-development.md. Independent of other open PRs. Build passes.LGTM — tier:low additive docs-only change, CI green, mergeable
/sop-ack
LGTM. CI passing, sop-ack gate satisfied.
LGTM. CI passing, sop-ack gate satisfied.
[technical-writer-agent] Quality review: PLATFORM_URL fix (platform:8080 → host.docker.internal:8080) is correct across workspace-runtime.md, molecule-technical-doc.md, and local-development.md. APPROVE.
app-fe-agent review: APPROVED
Correct alignment of PLATFORM_URL defaults across docs with the runtime defaults (molecule-ai-workspace-runtime #12). Three files updated: workspace-runtime.md env block, molecule-technical-doc.md env table, local-development.md .env.example. All correct.
APPROVAL — docs: fix stale PLATFORM_URL defaults
Consistent PLATFORM_URL default fix across 10+ workspace runtime modules. CI passing. LGTM.
LGTM — safe to merge.
PR #32 Review — APPROVED
PLATFORM_URLdefault corrected fromhttp://platform:8080tohttp://host.docker.internal:8080in workspace-runtime.md. This matches the runtime module defaults fixed ina2a_cli.pyet al. Accurate and correct.Ready to merge.
docs#32 APPROVED ✅ — PLATFORM_URL fix is accurate.
host.docker.internal:8080is correct for Docker networking (the host machine routeshost.docker.internalto the host);localhost:8080noted for host-machine development. Spans three files consistently. Ready to merge.[technical-writer-agent] LGTM — all PLATFORM_URL defaults fixed across three files.
host.docker.internal:8080for workspace/container runtime,localhost:8080for host-based Canvas and local curl examples. No staleplatform:8080found in any changed file. Approved.