diff --git a/review/sections/review-army.md b/review/sections/review-army.md index 05aea20cd..e9f2d62d8 100644 --- a/review/sections/review-army.md +++ b/review/sections/review-army.md @@ -191,6 +191,11 @@ For each specialist (testing, maintainability, security, performance, data-migra - If skipped by gating: `{"dispatched": false, "reason": "gated"}` - If not applicable (e.g., red-team not activated): omit from the object +Advisory findings COUNT in the stats `findings` field — the advisory +carve-out governs the quality score and the findings-count header only. +Logging simplification's advisories as `findings: 0` would auto-gate the +lens into permanent silence after 10 dispatches. + Include the Design specialist even though it uses `design-checklist.md` instead of the specialist schema files. Remember these stats — you will need them for the review-log entry in Step 5.8. diff --git a/scripts/resolvers/review-army.ts b/scripts/resolvers/review-army.ts index 3e936751b..3c127a63a 100644 --- a/scripts/resolvers/review-army.ts +++ b/scripts/resolvers/review-army.ts @@ -213,6 +213,11 @@ For each specialist (testing, maintainability, security, performance, data-migra - If skipped by gating: \`{"dispatched": false, "reason": "gated"}\` - If not applicable (e.g., red-team not activated): omit from the object +Advisory findings COUNT in the stats \`findings\` field — the advisory +carve-out governs the quality score and the findings-count header only. +Logging simplification's advisories as \`findings: 0\` would auto-gate the +lens into permanent silence after 10 dispatches. + Include the Design specialist even though it uses \`design-checklist.md\` instead of the specialist schema files. Remember these stats — you will need them for the review-log entry in Step 5.8.`; } diff --git a/ship/sections/review-army.md b/ship/sections/review-army.md index 669da2ba9..41ceefd69 100644 --- a/ship/sections/review-army.md +++ b/ship/sections/review-army.md @@ -323,6 +323,11 @@ For each specialist (testing, maintainability, security, performance, data-migra - If skipped by gating: `{"dispatched": false, "reason": "gated"}` - If not applicable (e.g., red-team not activated): omit from the object +Advisory findings COUNT in the stats `findings` field — the advisory +carve-out governs the quality score and the findings-count header only. +Logging simplification's advisories as `findings: 0` would auto-gate the +lens into permanent silence after 10 dispatches. + Include the Design specialist even though it uses `design-checklist.md` instead of the specialist schema files. Remember these stats — you will need them for the review-log entry in Step 5.8.