Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:27:54 +08:00
commit 74dc2675da
8 changed files with 441 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "sow",
"description": "AI-powered system of work for software engineering",
"version": "0.1.1",
"author": {
"name": "Joshua Gilman"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}