Merge main into review knowledge readiness

Resolve orchestration conflicts by preserving human-readable review domains through deduplication while retaining isolated leaf execution and citation-integrity safeguards.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 9825b012-e653-496a-9310-c1f4b6f8ac27
This commit is contained in:
Jesper Schulz-Wedde 2026-07-15 10:53:52 +02:00
commit 5480e891ff
20 changed files with 96 additions and 58 deletions

View file

@ -86,7 +86,7 @@ Outcome selection:
## Output
Output conforms to the DO output contract. A populated example:
Output conforms to the DO output contract. Every finding this skill emits MUST set `findings[].domain` to `"AppSource"`. A populated example:
```json
{
@ -109,6 +109,7 @@ Output conforms to the DO output contract. A populated example:
{ "path": "microsoft/knowledge/appsource/object-affixes-prevent-collisions.md" }
],
"confidence": "high",
"domain": "AppSource",
"suggested-code": "field(50100; \"Loyalty Points ABC\"; Integer)"
}
],