Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:29 +08:00
commit 23ba21fabe
14 changed files with 1375 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "simpleclaude",
"description": "Core SimpleClaude framework with 4+1 intent-based commands and 6 specialized agents",
"version": "2.0.0",
"author": {
"name": "Kyle Snow Schwartz"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}