clausura-core 1.0.6

Core library for Clausura — a CI-native agent for deterministic pipeline gating
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod agent;
pub mod build_info;
pub mod checkpoint;
pub mod ci;
pub mod config;
pub mod context;
pub mod executor;
pub mod logging;
pub mod provider;
pub mod rules;
pub mod sarif;
pub mod snapshot;
pub mod tools;
pub mod types;