Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:02:13 +08:00
commit 804f95dd5d
5 changed files with 878 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "core",
"description": "Core iTerm2 terminal automation for the it2 CLI with essential slash commands",
"version": "1.0.0",
"author": {
"name": "it2 Development Team",
"email": "[email protected]"
},
"agents": [
"./agents/iterm2-terminal-automation.md"
],
"commands": [
"./commands/it2-split.md"
]
}