`VERSION` may be a numeric config version accepted by this bees build, the
alias `CURRENT` or `STABLE`, or a release alias such as `v0.11`.
+ The output is what `VERSION` *resolves to*, not the contents of the schema
+ file that carries its name. A schema states only the keys it changes, and
+ everything else comes from the rest of the inheritance chain, so the dump
+ is the whole chain flattened: every key any version defines, each with the
+ value `VERSION` resolves for it.
+
+ That means asking for an older version still lists options added after it,
+ which is the point — a daemon pinned to that version resolves them too,
+ each to the value it was introduced with. Where the selected version has
+ an opinion of its own, that opinion wins: on a build where version 2
+ changes `state.point.defer` to `yes`, `--show-builtin-config 1` lists the
+ key with version 1's `no`, alongside every option version 2 added.
+
This command does not load a filesystem, global config file, local config
file, environment-derived paths, or `--config` / `--option` input. It is
intended for offline inspection of the compiled-in defaults.