systemprompt-content 0.2.2

Markdown content management, sources, and event tracking for systemprompt.io AI governance dashboards. Governed publishing pipeline for the MCP governance platform.
Documentation
1
2
3
4
5
mod ready;
mod validated;

pub use ready::{ContentReady, LoadStats, ParsedContent};
pub use validated::{ContentConfigValidated, ContentSourceConfigValidated, ValidationResult};