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

View File

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