19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"min_session_length": 10,
|
|
"extraction_threshold": "medium",
|
|
"auto_approve": false,
|
|
"learned_skills_path": "~/.claude/skills/learned/",
|
|
"patterns_to_detect": [
|
|
"error_resolution",
|
|
"user_corrections",
|
|
"workarounds",
|
|
"debugging_techniques",
|
|
"project_specific"
|
|
],
|
|
"ignore_patterns": [
|
|
"simple_typos",
|
|
"one_time_fixes",
|
|
"external_api_issues"
|
|
]
|
|
}
|