feat(kg-editor): add bounded boundary evidence workbench - #1979
feat(kg-editor): add bounded boundary evidence workbench#1979ohdearquant wants to merge 3 commits into
Conversation
ohdearquant
left a comment
There was a problem hiding this comment.
Automated review. Posted by this repository's automated pull-request review pipeline; this is not a human read and does not gate the merge by itself.
Verdict on head 662143d: REQUEST-CHANGES, 3 blocking findings. Finding details are delivered to the review's recipients rather than posted here. Do not merge this head while blocking findings are outstanding; a pipeline comment on a newer head supersedes this one.
Three review findings on the boundary evidence workbench: - buildScc threw when an SCC referenced a module outside the captured module page, taking down the whole coupling comparison instead of reporting that one SCC as truncated/unknown. It now only fails closed when the module page is complete, matching the existing buildCommonNeighbors fail-closed pattern. - pageEvidence ignored next_cursor, so a page mid-pagination but not yet flagged truncated in its disclosure could render as complete. - combinedAttentionMetric collapsed any non-unavailable input straight to "complete", so a truncated attention analysis with zero captured rows rendered as "no attention signal" instead of disclosing the truncation. Also fixes the command-palette Cmd/Ctrl+K shortcut effect running on every render instead of only when open state changes. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
ohdearquant
left a comment
There was a problem hiding this comment.
Automated review. Posted by this repository's automated pull-request review pipeline; this is not a human read and does not gate the merge.
Verdict on current head: APPROVE, zero blocking findings. This is a comment, not an approval — a human reviewer decides whether to approve and merge.
…or-boundary-workbench-1978 # Conflicts: # apps/kg-editor/src/components/showcase/repo-showcase.tsx # apps/kg-editor/src/components/showcase/repository-command-palette.tsx # apps/kg-editor/src/lib/investigation-brief.ts # apps/kg-editor/src/lib/repository-brief.test.ts # apps/kg-editor/src/lib/repository-brief.ts
ohdearquant
left a comment
There was a problem hiding this comment.
Automated review. Posted by this repository's automated pull-request review pipeline; this is not a human read and does not gate the merge by itself.
Verdict on head ae3c773: REQUEST-CHANGES, 3 blocking findings. Finding details are delivered to the review's recipients rather than posted here. Do not merge this head while blocking findings are outstanding; a pipeline comment on a newer head supersedes this one.
Summary
Evidence contract
Stack
Validation