Skip to content

feat(builtins): add ReportFindings to BUILTIN_TOOLS - #63

Merged
protosphinx merged 1 commit into
mainfrom
bot/builtins-report-findings
Sep 7, 2026
Merged

protosphinx merged 1 commit into
mainfrom
bot/builtins-report-findings

Conversation

@protosphinx

Copy link
Copy Markdown
Member

Summary

  • Adds ReportFindings to BUILTIN_TOOLS in src/builtins.ts
  • ReportFindings is a built-in Claude Code tool that surfaces structured code-review findings to the host UI; skills that list it in allowed-tools were getting a false tool-unknown diagnostic
  • Adds tests for set membership (test/builtins.test.ts) and the tool-unknown rule (test/checks.test.ts)

Test plan

  • npm run lint passes (tsc --noEmit)
  • npm run build passes
  • npm test passes: 255 tests across 10 test files

https://claude.ai/code/session_01PYVLtq8eQK5jaxsZTUczum


Generated by Claude Code

ReportFindings is a built-in Claude Code tool for surfacing structured
code-review findings to the host UI. Skills that include it in
allowed-tools (e.g. code-review skills) were getting a false
tool-unknown diagnostic. Adding it to BUILTIN_TOOLS suppresses that
false positive.

Tests added for both the set membership and the tool-unknown rule.
@protosphinx protosphinx added the automated Opened by the daily bot label Sep 7, 2026 — with Claude
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 7, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-07T16:17:15.670270Z aeac1e8 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@protosphinx
protosphinx merged commit a375926 into main Sep 7, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Opened by the daily bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant