瀏覽代碼

qodo: migrate the listing to the packaged plugin layout (git-subdir packages/qodo @ v1.0.10) (#5862)

jordanecker-ant 5 天之前
父節點
當前提交
b8ed5b5185
共有 2 個文件被更改,包括 8 次插入4 次删除
  1. 7 4
      .claude-plugin/marketplace.json
  2. 1 0
      .github/bump-tracking.json

+ 7 - 4
.claude-plugin/marketplace.json

@@ -2857,15 +2857,18 @@
     {
       "name": "qodo",
       "displayName": "Qodo",
-      "description": "Qodo Skills provides a curated library of reusable AI agent capabilities that extend Claude's functionality for software development workflows. Each skill is designed to integrate seamlessly into your development process, enabling tasks like code quality checks, automated testing, security scanning, and compliance validation. Skills operate across your entire SDLC—from IDE to CI/CD—ensuring consistent standards and catching issues early.",
+      "description": "Qodo setup, code intelligence, and review workflows.",
       "author": {
-        "name": "Qodo"
+        "name": "Qodo",
+        "email": "support@qodo.ai"
       },
       "category": "development",
       "source": {
-        "source": "url",
+        "source": "git-subdir",
         "url": "https://github.com/qodo-ai/qodo-skills.git",
-        "sha": "9c17ca69cfc2f619c8541c328fe5f492f82c99a3"
+        "path": "packages/qodo",
+        "ref": "main",
+        "sha": "3f017b1f2e13dbf9feb532143dc39fa4eea12479"
       },
       "homepage": "https://github.com/qodo-ai/qodo-skills.git"
     },

+ 1 - 0
.github/bump-tracking.json

@@ -11,6 +11,7 @@
     "greptile",
     "hyperframes",
     "mergify",
+    "qodo",
     "remember"
   ]
 }