huskies: merge 880

This commit is contained in:
dave
2026-04-29 21:46:12 +00:00
parent 4d24b5b661
commit 7e2f122d36
16 changed files with 508 additions and 40 deletions
+3 -1
View File
@@ -1,6 +1,7 @@
//! Bug, spike, and refactor pipeline-item operations — creation and listing.
//! Bug, spike, refactor, and epic pipeline-item operations — creation and listing.
mod bug;
mod epic;
mod refactor;
mod spike;
@@ -8,5 +9,6 @@ mod spike;
mod tests;
pub use bug::{create_bug_file, list_bug_files};
pub use epic::create_epic_file;
pub use refactor::{create_refactor_file, list_refactor_files};
pub use spike::create_spike_file;