You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/activation-model.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ The runtime decides how these actions map to a specific agent. This repository o
72
72
## Conflict Resolution
73
73
74
74
1. Highest `priority` wins.
75
-
2. If priorities tie, the rule with the narrower path scope wins.
75
+
2. If priorities tie, the rule with the narrower path scope wins. A rule with no `paths-any` matcher is considered the widest possible scope (matches all paths).
76
76
3. If rules still tie, prefer the lower `risk-level`.
77
77
4. If there is still a tie, activate no new skill and surface an audit note.
0 commit comments