Reading the Ledger

Every page here is an artifact: one self-contained file that answers one question. The index is a ledger, not a feed — it is built for scanning a few hundred rows, not for reading the newest three.

The columns

ColumnWhat it tells you
CodeThree letters for the artifact’s primary tag — ATL atlas, PLN plan, SPC spec
TitleThe artifact’s name, plus a one-line description of its job
TagsEvery tag it carries, drawn from a fixed vocabulary
CreatedWhen the artifact first existed
EditedWhen it last changed

Two kinds of file

An artifact is either Markdown or HTML.

npm run new -- "Ledger notes" --tags note --favicon 📓

Both kinds carry their own metadata, so an artifact file is always self-describing. Move it, copy it, mail it — it still knows what it is.