chore: remove unused preferences-hooks.ts re-export facade (#1207)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
TÂCHES 2026-03-18 11:25:28 -06:00 committed by GitHub
parent 0b8254bfa0
commit ba6a7d5ee9

View file

@ -1,10 +0,0 @@
/**
* Focused re-export: hook-related preferences.
*
* Consumers that only need hook resolution can import from this module
* instead of the monolithic preferences.ts, reducing coupling surface.
*/
export {
resolvePostUnitHooks,
resolvePreDispatchHooks,
} from "./preferences.js";