name: kmp-boundary-guard description: Use when dependency changes or source-set changes could violate KMP layering and module boundaries.
KMP Boundary Guard
Trigger
Use when editing build.gradle.kts, build-logic, source sets, or adding dependencies.
Workflow
- Confirm no platform/network dependency leaks into model/core common code.
- Validate changed modules with targeted compile/tests.
- Run full check when build logic or global dependency policies change.