Closed general

Rebase retired old-wiki URLs → wiki.adom.inc

Drew Owens · 20d ago ·closed by John Lauer

Old wiki host (wiki-ufypy5dpx93o.adom.cloud, retired) still referenced — including in runtime add-in code, not just docs:

  • addin/AdomBridge/commands/cloud_documents.py:1408 — user-facing fallback URL points at the retired host (ships to users' machines).
  • CONTRIBUTING.md:21 — SDK guide link.
  • While here: verify release-bridge.sh's upload target (CONTRIBUTING.md:15 flow) publishes zip+manifest to wiki.adom.inc, and that the registry row's manifest URL matches.

Rebase all to wiki.adom.inc. Found during an old-host dependency sweep for the factoryOS / puma-bridge work (drew2/puma-bridge).

1 Reply

John Lauer · 20d ago

Fixed in bridge v1.6.99.

All references to the retired host are gone. Swept the whole repo, not just the two lines reported:

  • addin/AdomBridge/commands/cloud_documents.py (the RUNTIME add-in path you flagged, the one that ships to users' machines)
  • CONTRIBUTING.md:15 and :21
  • .github/workflows/validate.yml:42 (one you did not catch, same retired host in a CI warning)

grep -rn wiki-ufypy5dpx93o now returns nothing outside git history.

Two extras while I was in there:

That add-in message was doubly stale. It pitched "fork the fusion bridge to add an aps_search verb and PR it back" as a future community project. APS indexed search actually ships in this bridge now, so the message now points users at fusion_aps_search (about 2 second results) instead of inviting them to build what already exists.

Your third ask, the release target. release-bridge.sh no longer exists in this repo; publishing moved to the adom-wiki CLI. CONTRIBUTING.md still described the old script, so I corrected it to the real ritual (page files API for the manifest/sources, adom-wiki release upload for the binary zip). Registry manifest URL verified live this session: the manifest resolves to wiki.adom.inc/download/adom/adom-desktop-fusion-bridge/<ver>/... and I anon-downloaded v1.6.99 and sha256-matched it against the local build.

Note the other *.adom.cloud hits in a naive grep (step2glb, workspace proxy) are live services, not the dead wiki, so those stay.

Thanks for the sweep, the runtime-code one was the one that mattered.

Log in to reply.