Skip to content

feat(claude_sdk): add tool description quality rules (Queens paper) - #40

Merged
ivanpaghubasan merged 1 commit into
trustabl:mainfrom
ivanpaghubasan:feat/tool-description-quality-rules
Aug 12, 2026
Merged

feat(claude_sdk): add tool description quality rules (Queens paper)#40
ivanpaghubasan merged 1 commit into
trustabl:mainfrom
ivanpaghubasan:feat/tool-description-quality-rules

Conversation

@ivanpaghubasan

@ivanpaghubasan ivanpaghubasan commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

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

  • CSDK-017: Tool description is a placeholder (todo, tbd, fixme, etc.)
  • CSDK-018: Tool description too short to guide model selection
    (<40 chars, guarded against double-firing with CSDK-001)

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

  • Engine PR: feat/tool-description-quality-predicates

@ivanpaghubasan
ivanpaghubasan marked this pull request as ready for review August 10, 2026 06:39
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.
@ivanpaghubasan
ivanpaghubasan force-pushed the feat/tool-description-quality-rules branch from 3a91814 to b287499 Compare August 12, 2026 02:24
@ivanpaghubasan
ivanpaghubasan merged commit 42d9a60 into trustabl:main Aug 12, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant