gitnexus 1.6.4-rc.82 → 1.6.4-rc.84

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/cli/setup.js CHANGED
@@ -547,7 +547,7 @@ async function installOpenCodeSkills(result) {
547
547
  try {
548
548
  const installed = await installSkillsTo(skillsDir);
549
549
  if (installed.length > 0) {
550
- result.configured.push(`OpenCode skills (${installed.length} skills → ~/.config/opencode/skill/)`);
550
+ result.configured.push(`OpenCode skills (${installed.length} skills → ~/.config/opencode/skills/)`);
551
551
  }
552
552
  }
553
553
  catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitnexus",
3
- "version": "1.6.4-rc.82",
3
+ "version": "1.6.4-rc.84",
4
4
  "description": "Graph-powered code intelligence for AI agents. Index any codebase, query via MCP or CLI.",
5
5
  "author": "Abhigyan Patwari",
6
6
  "license": "PolyForm-Noncommercial-1.0.0",