Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:54:26 +08:00
commit 3562b3d6a4
27 changed files with 16593 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "schovi",
"description": "Complete workflow automation for software engineering with unified commands: analyze (problem analysis), plan (specification), implement (autonomous execution), commit (structured commits), publish (GitHub PR with auto-push), Jira/GitHub/Datadog integration, intelligent code exploration",
"version": "1.6.0",
"author": {
"name": "David Schovanec",
"email": "david.schovanec@productboard.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}