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
Shortcut / definitions registry with claim semantics (split from #149)
Split out of #149 (the hero-standard issue) -- this is a separate feature and shares nothing with heroes except the "raise the quality bar" framing.
What
A canonical shorthand registry so agents resolve user shorthand to a package: ad = adom-desktop, hd = hydrogen-desktop, abe = adom-browser-extension. Today adom/definitions exists but only as a GLOSSARY SKILL ("what is [term]") -- read by the AI, no enforcement, no claim table. This wants a real registry with CLAIM SEMANTICS.
Claim semantics
- First definition wins.
- A new claim on a taken shortcut is REJECTED, showing the existing meaning: "
adis already adom-desktop; pick a new shortcut for adom-dealmaker."
Shape (small, self-contained)
shortcutstable:shortcut(unique),target(owner/slug),claimant,created_at, optionalnote.POST /api/shortcuts(claim; 409 + existing meaning on collision),GET /api/shortcuts(resolve/list).- Surface it so agents consult it: a hint on ambiguous shorthand input, and a resolve endpoint the CLI/hook can call.
Decisions taken (Colby, 2026-07-15)
Split into its own issue (this one). The hero parts of #149 (crop fix + aspect lint + cost nudge) shipped separately.