Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:54:49 +08:00
commit ee11345c5b
28 changed files with 6747 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "mygentic-eng",
"description": "Repository-agnostic GitHub workflow automation system with issue-implementer, review-orchestrator (fast/deep modes), and issue-merger agents. Includes Python/TypeScript reviewers, parallel execution, research agents, and quality checkers. 16 agents, 9 commands.",
"version": "1.1.1",
"author": {
"name": "Andre Pemmelaar",
"email": "andre@mygentic.ai",
"url": "https://github.com/Andre-Mygentic"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}