diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-03 21:13:38 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-03 21:13:38 +0200 |
| commit | 81a9df4bab615abdd8ef0e2fe7322219ce00ee6d (patch) | |
| tree | 82e358bc2e7f95c7133481e6a5f6a347dbc605c5 /test/dune | |
| parent | d0807440309e2357d51cd56c72a443072b0ba57f (diff) | |
| parent | fe136f0952284b9a339252926dfd4675c4a7c3c6 (diff) | |
| download | colitur-main.tar.gz colitur-main.zip | |
The OF's readings had never been validated against anything but the lineage
they arrived on. Pointing a second lineage at them found ten corrupt
references on the first run.
Diffstat (limited to 'test/dune')
| -rw-r--r-- | test/dune | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -105,4 +105,11 @@ ../schema/day-v1.json ; Same trap, same fix: Task 8's --sigla-tradition flag makes the CLI read ; this file, and a cram sandbox holds only what this stanza names. - ../lang/traditions.ini)) + ../lang/traditions.ini + ; The man page is a DEP, not a runtime file the binary reads: cli.t's own + ; rubrics anti-drift check compares the documented worked example against + ; what `rubrics` actually prints, and that documentation now lives here + ; rather than in --help (trimmed to one screen). The check exists because + ; this exact field list drifted once and stayed wrong for a whole review + ; round; moving the prose without moving the check would quietly retire it. + ../man/colitur.1)) |
