Files
42marketplaces/sync/gh-claudeforge-marketplace-plugins-commands-intelligent-commit.json
2025-11-29 18:53:27 +08:00

18 lines
581 B
JSON

{
"name": "intelligent-commit",
"owner": {
"name": "ClaudeForge Community",
"email": "plugin@42plugin.com"
},
"plugins": [
{
"name": "intelligent-commit",
"description": "Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-claudeforge-marketplace-plugins-commands-intelligent-commit.git"
},
"strict": true
}
]
}