Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:48 +08:00
commit 1e67d634b1
4 changed files with 696 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "autofix",
"description": "Autonomous GitHub issue resolution system. Automatically prioritizes, analyzes, and fixes open issues with intelligent complexity detection. Uses superpowers for complex problems, runs regression tests when no issues exist, and creates improvement proposals.",
"version": "1.0.0",
"author": {
"name": "Agent Protocols Team",
"email": "[email protected]"
},
"commands": [
"./commands"
]
}