# 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.
