Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:55:47 +08:00
commit cb570fd441
4 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "explanatory-output-style",
"description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)",
"version": "1.0.0",
"author": {
"name": "Dickson Tsai",
"email": "dickson@anthropic.com"
},
"hooks": [
"./hooks"
]
}