Adom Wiki
Public Made by Adomby adom
How the Adom Wiki (wiki.adom.inc) works and how to drive it with the adom-wiki CLI: the two storage layers (git page repo vs package registry), hosting source by pushing files (not a tarball), making
Install
How the Adom Wiki (wiki.adom.inc) works and how to drive it with the adom-wiki CLI: the two storage layers (git page repo vs package registry), hosting source by pushing files (not a tarball), making packages, cutting per-platform releases, and the three-tier skill layout (user skills ship, dev-skills/ and publish-skills/ stay source-only). adom-wiki is the current tool; adompkg is deprecated. Read this first before publishing or installing.
adom-wiki pkg install adom/wiki
Latest: v3.8.0, published
Adom Wiki
How the Adom Wiki (wiki.adom.inc) works and how to drive it with the adom-wiki
CLI. See SKILL.md for the full guide.
The Adom Wiki is a package registry plus a git-backed page per project. Every page
has two independent storage layers that are not synced: the git page repo (Files
tab, README, commits) and the package registry (versions, dist-tags, install).
You host source by pushing files into the repo, not by attaching a tarball. You
distribute installables with adom-wiki pkg publish / pkg install, and host
downloadable per-platform binaries with adom-wiki release upload.
adom-wiki is the current CLI. adompkg, and any "wiki v1/v2" or *.adom.cloud
slug host, are deprecated.