You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add grounding-policy prompts, external-claim visibility, and research cleanup (#68)
Prompt policy: tell reviewers that every search, fetch, and context
expansion spends one slot of the shared review budget; that a rejected
query means the shape was unsafe, not that the tool is down; and that a
finding standing on an ungroundable external contract must record the
gap in trace.uncertainties and cap its Confidence at Medium.
Visibility: count final findings that assert external platform behavior
(version/API-level claims, documented-lifecycle wording) without a
grounded citation, and show the count in the usefulness line and the
Actions summary. Advisory only — the heuristic never gates a decision.
Cleanup: delete the prefetch-era dead code the prefetch removal left
behind (platformResearchSection, formatResearchEvidence, the always-empty
ResearchRun.promptText) so only the reviewer-driven MCP path remains.
Defaults: raise research.timeoutMs from 15s to 30s. One search can spend
~10s on discovery plus sequential bounded page fetches of ~10s each, so
the old default cut off healthy slow searches on the OpenCode engine
while the Claude engine has no equivalent per-call cap.
0 commit comments