storkit: accept 441_refactor_deduplicate_get_project_root_wrappers_in_io_modules

This commit is contained in:
dave
2026-03-28 20:35:05 +00:00
parent d5b936c88d
commit ab4b218ac7
@@ -1,22 +0,0 @@
---
name: "Deduplicate get_project_root wrappers in io modules"
---
# Refactor 441: Deduplicate get_project_root wrappers in io modules
## Current State
- TBD
## Desired State
Both `io/shell.rs` and `io/search.rs` contain identical private one-liner wrappers around `state.get_project_root()`. Either inline the call at each usage site or create a single shared helper, then delete the duplicate wrappers.
## Acceptance Criteria
- [ ] No duplicate private get_project_root wrappers in io/shell.rs and io/search.rs
- [ ] All call sites use the canonical version or inline the call
## Out of Scope
- TBD