From 5403b292618b0bbb4fc8702c08e7f6c9dbfc9637 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 28 Mar 2026 18:36:45 +0000 Subject: [PATCH] storkit: done 439_refactor_unify_story_stuck_states_into_a_single_status_field --- ...e_stage_display_name_into_shared_module.md | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 .storkit/work/5_done/442_refactor_deduplicate_stage_display_name_into_shared_module.md diff --git a/.storkit/work/5_done/442_refactor_deduplicate_stage_display_name_into_shared_module.md b/.storkit/work/5_done/442_refactor_deduplicate_stage_display_name_into_shared_module.md deleted file mode 100644 index 35c02d6c..00000000 --- a/.storkit/work/5_done/442_refactor_deduplicate_stage_display_name_into_shared_module.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: "Deduplicate stage_display_name into shared module" ---- - -# Refactor 442: Deduplicate stage_display_name into shared module - -## Current State - -- TBD - -## Desired State - -`stage_display_name` has a `pub fn` in `chat/transport/matrix/notifications.rs` and a private copy in `chat/transport/matrix/delete.rs` with slightly different casing ("backlog" vs "Backlog", "in-progress" vs "Current"). The delete.rs copy should use the canonical version from notifications.rs, adjusting the callsite if the casing difference matters. - -## Acceptance Criteria - -- [ ] Private stage_display_name in delete.rs is removed -- [ ] delete.rs uses the pub version from notifications.rs -- [ ] Display casing is consistent or callsite is adjusted to handle the difference - -## Out of Scope - -- TBD