# task-001 status: done ## goal Add :core:router as an implementation dependency so InfrastructureModule can access RouterFacade. ## target artifact infrastructure/build.gradle ## execution steps - Add `implementation project(":core:router")` to the dependencies block in infrastructure/build.gradle ## changed artifacts - infrastructure/build.gradle ## blockers - none ## notes - No code changes beyond build config; non-_goals exclude implementation and wiring work.