suggest_claudemd_update
Generate CLAUDE.md update suggestions based on learned patterns from user corrections to improve AI assistant configuration without applying changes automatically.
Instructions
Get suggestions for CLAUDE.md updates based on learned patterns (does not apply them)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
min_confidence | No | Minimum confidence threshold | |
project_path | No | Project path for project-specific suggestions (optional) |
Input Schema (JSON Schema)
{
"properties": {
"min_confidence": {
"default": 0.7,
"description": "Minimum confidence threshold",
"type": "number"
},
"project_path": {
"description": "Project path for project-specific suggestions (optional)",
"type": "string"
}
},
"type": "object"
}