bot-forge 1.0.2

Rust CLI for installing agent skills and developer tools from configurable forms.
Documentation
1
2
3
4
5
6
7
8
9
//! Diagnostics and system inspection boundary.
//!
//! Checks report observable environment facts without changing installation state. Secret-like
//! values are redacted by the shared output-boundary redaction capability before emission.

mod checks;
pub(crate) mod proxy;

pub(crate) use crate::diagnostics::checks::doctor_checks;