Skip to content

feat(builtins): add ReadNotifications and Workflow to known built-in tools - #62

Merged
protosphinx merged 1 commit into
mainfrom
bot/add-missing-builtins
Sep 6, 2026
Merged

protosphinx merged 1 commit into
mainfrom
bot/add-missing-builtins

Conversation

@protosphinx

Copy link
Copy Markdown
Member

Why

ReadNotifications and Workflow are valid Claude Code built-in tools but were missing from BUILTIN_TOOLS in src/builtins.ts. Any skill listing either in its allowed-tools frontmatter would receive a spurious tool-unknown warning even though those tools are fully supported.

What

  • Added "ReadNotifications" (after "Read") and "Workflow" (before "Write") to the BUILTIN_TOOLS set, maintaining alphabetical order.
  • Added 2 unit tests in test/builtins.test.ts confirming the new entries are present.
  • Added 2 integration tests in test/checks.test.ts confirming runChecks() no longer emits tool-unknown for either tool.

Tests

4 new test cases added; all existing tests continue to pass.

Self-merge gate

  • All CI checks green
  • LOC delta < 250
  • Does not touch src/index.ts
  • No runtime dependency additions
  • No .github/workflows/ changes
  • Tests added

🤖 Generated with Claude Code

https://claude.ai/code/session_013TipGRXQAEDwKfYHttRTjX


Generated by Claude Code

…tools

Both tools are standard Claude Code built-ins available in every session.
Skills that list either in allowed-tools: were getting a false tool-unknown
warning because they were absent from BUILTIN_TOOLS.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013TipGRXQAEDwKfYHttRTjX
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 6, 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-06T16:15:51.562040Z ac3e320 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 added the automated Opened by the daily bot label Sep 6, 2026 — with Claude
@protosphinx
protosphinx merged commit 6e3f969 into main Sep 6, 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