huskies: merge 858

This commit is contained in:
dave
2026-04-29 10:41:32 +00:00
parent be5db846cc
commit 11d111360d
79 changed files with 265 additions and 0 deletions
+5
View File
@@ -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;