mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +01:00
fix: correct layer precedence to custom > community > microsoft in both entry.md and read.md
Agent-Logs-Url: https://github.com/microsoft/BCQuality/sessions/3fac9b79-8598-4dfb-814c-6acbb1afe8a3 Co-authored-by: JeremyVyska <35526546+JeremyVyska@users.noreply.github.com>
This commit is contained in:
parent
f34ad24bec
commit
5596321ba6
2 changed files with 3 additions and 3 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:
|
||||
|
||||
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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue