KSP Module Router
Use this skill at the beginning of feature/fix work in this repository.
Routing Heuristics
- •KSP traversal/filtering/code generation behavior ->
processor - •Generated API usage examples or integration-style regressions ->
workload - •Release docs/version matrix/dependency alignment -> root
README.md, Gradle files, orscripts
Guardrails
- •Choose one primary module first.
- •Avoid changing
workloadfor processor-only concerns unless a behavior proof is required. - •Avoid changing processor logic when the task is documentation-only.
- •If task scope is unclear, inspect existing tests before editing.