pub fn simctl_tool_descriptors(
control_repo: impl Into<String>,
docs_repo: impl Into<String>,
) -> Vec<AtelierToolDescriptor>Expand description
Returns descriptors for the committed simctl control surface used by agents.
The caller supplies the control-plane repository (control_repo, whose
validation command gates most control actions) and the front-page docs
repository (docs_repo, whose docs the site command regenerates).