mirror of
https://github.com/mvanhorn/cli-printing-press.git
synced 2026-09-14 15:38:08 +08:00
15 lines
808 B
Plaintext
15 lines
808 B
Plaintext
# Currency floor for the printing-press generation skills.
|
|
#
|
|
# Bump `min_supported` to the lowest release that still produces good CLI
|
|
# output. The generation skills fetch this file from `main` via
|
|
# raw.githubusercontent at preflight, so a one-line change here takes effect for
|
|
# every user within one version-check cycle (24h) — no binary release and no
|
|
# skill release required.
|
|
#
|
|
# `min_supported` must be major.minor.patch. At runtime it is clamped to <= the
|
|
# latest published release, so a typo above the newest version cannot brick
|
|
# every install. Below the skill's frozen `min-binary-version` (the hard
|
|
# compatibility floor) it has no effect — that floor always wins.
|
|
min_supported=4.28.0
|
|
reason=Releases below this version generate CLIs with since-fixed bugs; upgrade to regenerate cleanly.
|