Expand description
CLI verb catalog, schemas, help contracts, and recovery advice.
Re-exports§
pub use advice::RecoveryAdvice;pub use command_catalog::CommandCatalogOutput;pub use command_catalog::CommandRuntimeContract;pub use command_catalog::advanced_help_groups;pub use command_catalog::build_command_catalog;pub use command_catalog::command_canonical_command;pub use command_catalog::command_contract_root_commands;pub use command_catalog::command_help_tier;pub use command_catalog::command_help_visibility;pub use command_catalog::command_path;pub use command_catalog::command_persists_op_id;pub use command_catalog::command_runtime_contract;pub use command_catalog::command_runtime_contract_for_command;pub use command_catalog::command_supports_json_for_command;pub use command_catalog::command_supports_op_id;pub use command_catalog::command_supports_op_id_for_command;pub use command_catalog::command_surface;pub use command_catalog::command_uses_bootstrap_op_id_store;pub use command_catalog::observe_only_root_commands;pub use command_catalog::operator_envelope_verbs;pub use command_catalog::root_commands_for_advanced_help;pub use command_catalog::root_commands_for_help_visibility;pub use doctor_docs::cmd_doctor_docs;pub use doctor_schemas::cmd_doctor_schemas;pub use doctor_schemas::documented_samples_with_bound_verbs;pub use schemas::cmd_schemas;pub use schemas::documented_schema_verbs;pub use schemas::schema_for_verb;pub use schemas::schema_verbs;
Modules§
- advice
- Typed refusal and recovery advice shared by command surfaces.
- command_
catalog - Machine-readable command catalog.
- doctor_
docs heddle doctor docs— diff-check markdown docs against the live CLI surface.- doctor_
schemas heddle doctor schemas— drift-checkdocs/json-schemas.mdagainst schema verbs registered by the command contract table.- schemas
heddle schemas <verb>— runtime introspection for CLI JSON output shapes.- verification_
health - CLI verification adapter: Machine-Contract catalog injection, RecoveryAdvice, and thin wrappers around the single core proof owner.