Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:34 +08:00
commit 88e33c375a
4 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "clarification",
"description": "A lightweight plugin for clarifying tasks and requirements through structured questions",
"version": "1.0.0",
"author": {
"name": "Kasper Junge",
"url": "https://github.com/kasperjunge"
},
"commands": [
"./commands"
]
}