huskies: merge 858
This commit is contained in:
@@ -31,10 +31,15 @@
|
||||
//! - `pipeline_items` row — updated on stage transitions and item creation/deletion
|
||||
//! - `content_store` entry — updated on story content changes, deleted on purge/delete
|
||||
|
||||
/// Pure criterion parsing, checkbox toggling, and validation.
|
||||
pub mod criteria;
|
||||
/// Pure front-matter field validation (stage names, agent assignments).
|
||||
pub mod front_matter;
|
||||
/// Side-effectful story file I/O — read, write, move, and delete.
|
||||
pub mod io;
|
||||
/// Pure story-ID helpers and lifecycle state transitions.
|
||||
pub mod lifecycle;
|
||||
/// Pure story content validation rules.
|
||||
pub mod validation;
|
||||
|
||||
pub use criteria::parse_test_cases;
|
||||
|
||||
Reference in New Issue
Block a user