Open general

Deprecated install refs: dead wiki host (wiki-ufypy5dpx93o.adom.cloud) + adompkg → use wiki.adom.inc + adom-wiki-cli

Drew Owens · 15d ago

Type: Bug (deprecation) · found during a wiki.adom.inc / adom-wiki-cli housekeeping pass

The published adom-parts-search page still ships deprecated install instructions on two axes: the dead wiki-registry slug host (wiki-ufypy5dpx93o.adom.cloud) and the deprecated adompkg CLI. A fresh user following these will hit a dead host and a deprecated tool.

Verified against the live page today via adom-wiki repo show adom-parts-search ….

1. Dead wiki-registry host in the manual install (SKILL.md)

# line 139
curl -fsSL https://wiki-ufypy5dpx93o.adom.cloud/static/apps/adom-chipfit/adom-chipfit ...
# line 182
curl -fsSL https://wiki-ufypy5dpx93o.adom.cloud/static/apps/adom-parts-search/adom-parts-search ...

wiki-ufypy5dpx93o.adom.cloud is a decommissioned wiki-registry slug host. The canonical wiki is now wiki.adom.inc.

Fix: replace the host with https://wiki.adom.inc, e.g.

curl -fsSL https://wiki.adom.inc/static/apps/adom-parts-search/adom-parts-search ...

(and the same for the adom-chipfit line). Better still, prefer the CLI install over a raw curl where possible.

2. Deprecated adompkg references (README + SKILL.md)

  • README → Install:
    adompkg install adom-parts-search
    
  • README → "Open source": adompkg publish your own fork
  • SKILL.md line 179: "Tier A — fetched by adompkg install in a fresh user container."

adompkg is deprecated/unmaintained; adom-wiki-cli is the current tool.

Fix:

deprecated replacement
adompkg install adom-parts-search adom-wiki pkg install adom-parts-search
adompkg publish adom-wiki pkg publish
"fetched by adompkg install" "fetched by adom-wiki pkg install"

3. Note (please confirm, not necessarily a bug)

SKILL.md lines 167–169 list the distributor backends on *.adom.cloud slug hosts:

- Mouser:  https://mouser-xr8t4f5d01bt.adom.cloud
- DigiKey: https://digikey-gjuu8l5t69uh.adom.cloud
- JLCPCB:  https://jlcpcb-wela51osctvp.adom.cloud

These look like standalone service-container URLs (a separate, legitimate pattern), not the wiki registry — so I left them alone. Flagging in case they should also move to stable hostnames.


Scope note: filed as an issue only (no page edits) per a container-only housekeeping pass. Happy to open a PR with the host + adompkg→adom-wiki swaps if useful.

0 Replies

Log in to reply.