Prechádzať zdrojové kódy

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

jordanecker-ant 4 dní pred
rodič
commit
4a9c2bf4c4

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

@@ -2847,15 +2847,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

@@ -10,6 +10,7 @@
     "deepeval",
     "hyperframes",
     "mergify",
+    "qodo",
     "remember"
   ]
 }