Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:13 +08:00
commit 42002fe77b
4 changed files with 315 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "deslop",
"description": "Remove AI-generated code slop from your branches",
"version": "1.0.0",
"author": {
"name": "Chmouel",
"email": "chmouel@chmouel.com"
},
"commands": [
"./commands"
]
}