Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:26:42 +08:00
commit c112387243
15 changed files with 3051 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "leapmultix-dev-core",
"description": "Core workflow: code review duo, plugin manager, and CI quality gate skills",
"version": "1.0.0",
"author": {
"name": "Julien LE SAUX",
"email": "contact@jls42.org"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}