Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:02:09 +08:00
commit 7cd18a9987
4 changed files with 1232 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "claude-automation",
"description": "Claude Code configuration and session automation using it2 CLI",
"version": "1.0.0",
"author": {
"name": "it2 Development Team",
"email": "[email protected]"
},
"agents": [
"./agents/claude-code-automation.md"
]
}