mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-08 18:31:36 +01:00
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:
commit
5480e891ff
20 changed files with 96 additions and 58 deletions
|
|
@ -69,12 +69,13 @@ plugin-root environment variable, prefer it.
|
|||
be copied verbatim. This is the preferred execution profile for fast/small models;
|
||||
do not force one generation to retain all domain knowledge at once.
|
||||
|
||||
4. **Emit findings.** Produce the rolled-up findings report in the DO output contract
|
||||
(`outcome`, `findings`, `references`, `confidence`, `suppressed`). Do not invent a
|
||||
different shape; downstream consumers parse the DO contract without skill-specific
|
||||
logic. Apply DO's reference-integrity gate before returning: every knowledge-backed
|
||||
path must exist in the installed tree, must have been opened in full, and must be
|
||||
copied verbatim. Never synthesize a plausible article slug.
|
||||
4. **Emit findings.** Produce the rolled-up findings report in the DO output contract,
|
||||
including each review finding's producer-supplied `domain` label (`outcome`,
|
||||
`findings`, `references`, `confidence`, `suppressed`). Do not invent a different
|
||||
shape; downstream consumers parse the DO contract without skill-specific logic.
|
||||
Apply DO's reference-integrity gate before returning: every knowledge-backed path
|
||||
must exist in the installed tree, must have been opened in full, and must be copied
|
||||
verbatim. Never synthesize a plausible article slug.
|
||||
|
||||
If Entry returns `no-match` or `failed`, return the dispatch record unchanged so the
|
||||
caller can log the reason.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue