Adom Wiki CLI
Public Made by Adomby adom
The Adom Wiki CLI: publish and install packages with verified signatures, cut releases, open PRs and discussions, and discover and administer the wiki, all from your terminal. Replaces adompkg.
Files API lists phantom entries no route can serve (+ release delete errors)
Two server-side oddities found while fixing package installs, filed together:
1. Phantom file entries. /api/v1/pages/adom-glb2png/files lists adom-glb2png (102,751,875 bytes) — but the blob route 404s, files/{path} 404s, and a repo clone doesn't contain it. A file the API lists but no route serves breaks any tool that trusts the listing (installers, checksum gates, backfill scripts). Likely an asset-layer bookkeeping row whose object is gone, or a registry-tarball artifact leaking into the files merge. Same phantom class as the extensionless <slug> entries (size null) that appear beside <slug>.glb on molecule pages — users read those as duplicate files.
2. release delete errors. adom-wiki release delete <slug> <ver> --confirm returns a bare error (an empty release created during the above investigation can't be removed). Either the verb or the endpoint is broken; delete-asset untested.
Repro for both is exactly the commands above against adom-glb2png (release 1.0.1 is the orphan). Neither is blocking anything current — filed so they're tracked.