Files
gh-ananddtyagi-claude-code-…/.claude-plugin/plugin.json
2025-11-29 17:52:25 +08:00

12 lines
411 B
JSON

{
"name": "2-commit-fast",
"description": "Automates git commit process by selecting the first suggested message, generating structured commits with consistent formatting while skipping manual confirmation and removing Claude co-Contributorship footer",
"version": "1.0.0",
"author": {
"name": "steadycursor",
"url": "https://github.com/steadycursor"
},
"commands": [
"./commands/"
]
}