huskies: merge 842

This commit is contained in:
dave
2026-04-29 15:10:11 +00:00
parent f3e4d5d072
commit db65271587
6 changed files with 808 additions and 781 deletions
+12
View File
@@ -0,0 +1,12 @@
//! Bug, spike, and refactor pipeline-item operations — creation and listing.
mod bug;
mod refactor;
mod spike;
#[cfg(test)]
mod tests;
pub use bug::{create_bug_file, list_bug_files};
pub use refactor::{create_refactor_file, list_refactor_files};
pub use spike::create_spike_file;