pub const BUILTIN: &[&str];Expand description
Commands trusted as read-only — ct-test’s entire, fixed allowlist.
Deliberately small and conservative: names whose ordinary use has no side
effects. (find is excluded: -delete/-exec make it not read-only; the
umbrella ct and the dispatching/mutating ct-test/ct-each/ct-edit/
ct-patch/ct-rules/ct-await are excluded because they can change
state or dispatch — the read-only ct-search, ct-outline, ct-tree,
ct-view, and ct-check are included.) The crate-/module-graph checks
(deps/mods) are not dispatch targets — they are built-in checks the rule
layer runs in-process. There is no run-time mechanism to add to this list.