mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 17:36:53 +01:00
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:
commit
4d59fb73bc
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
When two files give **directly contradictory normative guidance**, the conflict is resolved by layer precedence:
|
||||||
|
|
||||||
1. `/custom/` wins over `/microsoft/` and `/community/`.
|
1. `/custom/` wins over `/community/` and `/microsoft/`.
|
||||||
2. `/microsoft/` wins over `/community/`.
|
2. `/community/` wins over `/microsoft/`.
|
||||||
|
|
||||||
A conflict exists when both of the following are true:
|
A conflict exists when both of the following are true:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue