dave
adf936be07
refactor: split http/workflow/story_ops.rs (1256) into create + criterion + update
The 1256-line story_ops.rs is split:
- create.rs: create_story_file + tests (~232 lines)
- criterion.rs: check/add/remove/edit_criterion_in_file + tests (~525 lines)
- update.rs: update_story_in_file + yaml helpers + tests (~640 lines)
- mod.rs: re-exports (~12 lines)
Workflow helpers (read_story_content, write_story_content, slugify_name, etc.)
bumped from pub(super) to pub(crate) since they're now consumed across nested
sub-modules and from http/mcp/story_tools/.
Tests stay co-located. All 2636 tests pass; clippy clean.
2026-04-27 02:13:31 +00:00
..
2026-04-27 02:04:04 +00:00
2026-04-27 02:13:31 +00:00
2026-04-25 15:08:46 +00:00
2026-04-25 15:08:46 +00:00
2026-04-24 15:54:50 +00:00
2026-04-12 13:16:11 +00:00
2026-04-25 15:08:46 +00:00
2026-04-15 17:37:52 +00:00
2026-04-12 13:16:11 +00:00
2026-04-26 02:27:34 +00:00
2026-04-24 18:43:26 +00:00
2026-04-24 18:43:26 +00:00
2026-04-24 14:08:39 +00:00
2026-04-24 15:54:50 +00:00
2026-04-24 18:43:26 +00:00
2026-04-12 13:16:11 +00:00
2026-04-24 16:19:26 +00:00
2026-04-25 15:08:46 +00:00
2026-04-24 17:11:55 +00:00
2026-03-28 19:51:17 +00:00
2026-04-24 16:46:09 +00:00
2026-04-26 11:30:32 +00:00