Initial commit

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

View File

@@ -0,0 +1,12 @@
{
"name": "learning-output-style",
"description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)",
"version": "1.0.0",
"author": {
"name": "Boris Cherny",
"email": "boris@anthropic.com"
},
"hooks": [
"./hooks"
]
}