Back to report index

tablecloth 029b9ef: AI3D-379 Review fixes: README coercion example matches Literal mechanism field

Miroslav Simko <ms@iolabs.ch> 2026-09-02T08:56:30+02:00

Commit #66 ยท 1 snippets

 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Importance #1: README.md @@ -56,10 +56,10 @@
5656
57Runtime overrides use the repeatable `--set KEY=VALUE` CLI flag (values are57Runtime overrides use the repeatable `--set KEY=VALUE` CLI flag (values are
58JSON-decoded), never repo-local JSON files. Each value is coerced strictly to58JSON-decoded), never repo-local JSON files. Each value is coerced strictly to
59its field's declared type: a bool for a float field, a non-integral value for59its field's declared type: a bool for a float field, a non-integral value for
60an int field, a non-string for a str field, or a bool typo such as `flase` is60an int field, an unlisted value for the `mechanism` `Literal` field, or a bool
61rejected, never silently coerced.61typo such as `flase` is rejected, never silently coerced.
6262
63```bash63```bash
64--set mechanism=none --set cell_m=0.15 --set overlay_enabled=false64--set mechanism=none --set cell_m=0.15 --set overlay_enabled=false
65```65```