opencode-gitlab-dap 1.16.1 → 1.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3867,8 +3867,8 @@ var z6 = tool6.schema;
3867
3867
  var PREFIX2 = "agents";
3868
3868
  var SKILLS_PREFIX = `${PREFIX2}/skills`;
3869
3869
  var DRAFTS_PREFIX = `${PREFIX2}/skills-drafts`;
3870
- var SKILLS_INDEX = `${SKILLS_PREFIX}/index`;
3871
- var DRAFTS_INDEX = `${DRAFTS_PREFIX}/index`;
3870
+ var SKILLS_INDEX = `${SKILLS_PREFIX}/_registry`;
3871
+ var DRAFTS_INDEX = `${DRAFTS_PREFIX}/_registry`;
3872
3872
  var PROJECT_ID_DESC2 = "Project path from git remote";
3873
3873
  function resolveScope2(args) {
3874
3874
  if (args.scope === "groups" && args.group_id) {