## Summary Apply exact-path over extension over global precedence, with later definitions winning at equal specificity. ## Why The engine must resolve configuration deterministically for every target file. ## Acceptance Criteria - [ ] Exact path overrides extension - [ ] Extension overrides global - [ ] Later rules win when specificity is equal - [ ] Behavior is covered by tests ## Dependencies - Depends on #11 - Depends on #12
Summary
Apply exact-path over extension over global precedence, with later definitions winning at equal specificity.
Why
The engine must resolve configuration deterministically for every target file.
Acceptance Criteria
Dependencies