systemprompt-generator 0.10.2

Static site generation, theme rendering, and asset bundling for systemprompt.io AI governance dashboards. Handlebars and Markdown pipeline for the MCP governance platform.
Documentation
1
2
3
4
5
6
7
8
//! Top-level build orchestration: drives CSS organisation and post-build
//! validation, with progress reporting via `indicatif`.

mod orchestrator;
mod steps;
mod validation;

pub use orchestrator::{BuildError, BuildMode, BuildOrchestrator};