Merge pull request #18 from microsoft/copilot/fix-layer-precedence-ordering

Fix skill layer precedence ordering in entry.md to match read.md
This commit is contained in:
Jeremy Vyska 2026-05-22 12:11:17 +02:00 committed by GitHub
commit 4d59fb73bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,8 +80,8 @@ The default consumption model is **additive**: an action skill sees files from e
When two files give **directly contradictory normative guidance**, the conflict is resolved by layer precedence:
1. `/custom/` wins over `/microsoft/` and `/community/`.
2. `/microsoft/` wins over `/community/`.
1. `/custom/` wins over `/community/` and `/microsoft/`.
2. `/community/` wins over `/microsoft/`.
A conflict exists when both of the following are true: