Преглед изворни кода

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

jordanecker-ant пре 6 дана
родитељ
комит
4a9c2bf4c4
2 измењених фајлова са 8 додато и 4 уклоњено
  1. 7 4
      .claude-plugin/marketplace.json
  2. 1 0
      .github/bump-tracking.json

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

@@ -2847,15 +2847,18 @@
     {
     {
       "name": "qodo",
       "name": "qodo",
       "displayName": "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": {
       "author": {
-        "name": "Qodo"
+        "name": "Qodo",
+        "email": "support@qodo.ai"
       },
       },
       "category": "development",
       "category": "development",
       "source": {
       "source": {
-        "source": "url",
+        "source": "git-subdir",
         "url": "https://github.com/qodo-ai/qodo-skills.git",
         "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"
       "homepage": "https://github.com/qodo-ai/qodo-skills.git"
     },
     },

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

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