diff --git a/qwen-extension.json b/qwen-extension.json new file mode 100644 index 00000000..1457c728 --- /dev/null +++ b/qwen-extension.json @@ -0,0 +1,16 @@ +{ + "schemaVersion": "0.0.1", + "name": "conductor", + "version": "0.1.0", + "description": "Specify, plan, and implement software features", + "repository": "https://github.com/gemini-cli-extensions/conductor", + "license": "Apache-2.0", + "commands": [ + { + "name": "conductor", + "description": "Specify, plan, and implement software features", + "handler": "./dist/commands/conductor.js" + } + ], + "dependencies": [] +} \ No newline at end of file