Update gendocs to add toolsmetadata and exclusion list#819
Merged
Conversation
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
EricGustin
approved these changes
Feb 26, 2026
Made-with: Cursor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| } | ||
|
|
||
| return ids; | ||
| }; |
There was a problem hiding this comment.
Duplicate implementations of list file reader functions
Low Severity
readIgnoreList and readExclusionList are character-for-character identical implementations (same file reading, comment/blank-line parsing, and lowercase normalization). A single shared helper (e.g., readIdListFile) called from both would eliminate the duplication and ensure any future parsing changes (e.g., new comment syntax) are applied consistently.
Additional Locations (1)
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
…Types Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Note
Medium Risk
Moderate risk because it changes docs generation behavior (skipping providers, deleting excluded toolkit outputs, rebuilding
index.json) and expands the Engine API schema parsing; mistakes could remove or fail to update published toolkit docs.Overview
The toolkit docs generator now ingests and propagates per-tool Engine metadata (
classification/behavior/extras), includes it in merged outputs, and surfaces it in Pagefind search markdown along with a new Toolkit Info section.Docs generation can now be controlled via
--exclude-file(skip + delete existing output + rebuild index) and--ignore-file(skip only), with new cleanup/rebuild logic, safer processing stats for unknown skip IDs, and clearer index-generation warnings; the GitHub workflow wires in defaultexcluded-toolkits.txt/ignored-toolkits.txt.Change detection is updated to treat metadata-only tool changes as modifications (annotated in detailed output), and docs content gets small updates (PowerShell env/.env instructions, telemetry title typo fix, updated “last updated” dates, and
.worktrees/added to.gitignore).Written by Cursor Bugbot for commit 862ad3d. This will update automatically on new commits. Configure here.