Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:46 +08:00
commit 4e620b3703
13 changed files with 2134 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "adaptive-learning",
"description": "Transformative learning through scaffolded discovery, Socratic methodology, and adaptive teaching that adjusts to learner sophistication in real-time.",
"version": "1.0.0",
"author": {
"name": "DotClaude",
"url": "https://github.com/dotclaude"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}