Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:41:39 +08:00
commit 2652dfae0d
18 changed files with 5608 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "omt",
"description": "OMT - One Man Team: Your personal development squad powered by Agent-First workflow. 9 autonomous agents handle planning, coding, review, optimization, and documentation.",
"version": "1.0.0",
"author": {
"name": "Nick Huang",
"email": "nick12703990@gmail.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}