feat(claude_sdk): add tool description quality rules (Queens paper) - #40
Draft
ivanpaghubasan wants to merge 1 commit into
Draft
feat(claude_sdk): add tool description quality rules (Queens paper)#40ivanpaghubasan wants to merge 1 commit into
ivanpaghubasan wants to merge 1 commit into
Conversation
Mirrors two new tool description quality rules from the engine feature branch feat/tool-description-quality-predicates: - CSDK-017: placeholder tool description - CSDK-018: description too short to guide model selection schema_version bumped 13 -> 14 to match engine's SupportedSchemaVersion. Rules are inert until the engine PR merges into main.
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.
What this does
Mirrors CSDK-017 and CSDK-018 from the engine feature branch —
detection rules based on Queens paper findings on tool
description quality.
Rules
(<40 chars, guarded against double-firing with CSDK-001)
Depends on the engine PR merging first:
feat/tool-description-quality-predicates
Note
Engine fixture manifest.yaml on that branch still shows
schema_version: 12 despite SupportedSchemaVersion being 14 —
flagged separately on the engine PR, may need reconciling
before merge.
Related