18 lines
388 B
JSON
18 lines
388 B
JSON
{
|
|
"name": "git",
|
|
"description": "Agent-based git workflow automation with Haiku for fast, efficient commit, push, and PR operations using conventional commit standards",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Marcio Altoé",
|
|
"email": "marcio.altoe@gmail.com"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |