fix: declare prompt_rules tool in contracts.tools #2

Merged
hzhang merged 1 commits from fix/declare-contracts-tools into main 2026-05-20 14:48:09 +00:00
Showing only changes of commit 108963d1f6 - Show all commits

View File

@@ -17,5 +17,10 @@
"description": "Path to rules.json (default: {pluginDir}/rules.json)" "description": "Path to rules.json (default: {pluginDir}/rules.json)"
} }
} }
},
"contracts": {
"tools": [
"prompt_rules"
]
} }
} }