aura run --params: verify it closes free knobs; make the scalar-cell shape self-explaining #340
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Observed (source-blind fieldtest, #317 cycle close, 2026-07-24)
Orthogonal, pre-existing, NOT introduced by #317 — recorded separately so it
is not conflated with the open-pattern behaviour.
The fieldtester (working from the public interface only) could not close a
blueprint's free knobs with
aura run --params '[…]': the run still refusedwith "3 free knob(s)", exit 2. The flag's help is terse ("Blueprint params
(JSON scalar-cell array; .json mode)") — it does not say what a scalar-cell
array looks like, in which order the cells apply, or whether the flag targets
the same knob set
sweep --list-axesreports.Ask
Verify whether the flag works as documented (fieldtester usage error vs real
defect), and either way make the surface self-explaining (C29): a worked
example in the help text or the authoring guide, and a refusal that names the
expected shape when the array does not parse/apply.
Evidence: fieldtests/composites-use/TRANSCRIPT.md (#317 cycle corpus).
context: routed from the composites-use fieldtest at #317 audit close.