Skip to content

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

Draft
ivanpaghubasan wants to merge 1 commit into
trustabl:mainfrom
ivanpaghubasan:feat/tool-description-quality-rules
Draft

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

Conversation

@ivanpaghubasan

Copy link
Copy Markdown
Contributor

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)

⚠️ DRAFT — Do Not Merge Yet

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

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

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.
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