Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:52:25 +08:00
commit 4233436572
4 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"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/"
]
}