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
//! Platform and package-manager backend adapters.
//!
//! These crate-private adapters lower validated plan nodes into concrete platform operations.
//! Artifact storage and activation are neutral lifecycle capabilities shared outside this module.

pub(crate) mod apt_mirror;
pub(crate) mod archive;
pub(crate) mod cargo;
pub(crate) mod typed;