Skip to content

fix(setup): correct OpenCode skills install path in status message#1386

Merged
magyargergo merged 2 commits into
abhigyanpatwari:mainfrom
azizur100389:fix/opencode-skills-path
May 7, 2026
Merged

fix(setup): correct OpenCode skills install path in status message#1386
magyargergo merged 2 commits into
abhigyanpatwari:mainfrom
azizur100389:fix/opencode-skills-path

Conversation

@azizur100389

Copy link
Copy Markdown
Contributor

Closes #1381

Summary

  • The installOpenCodeSkills status message reported ~/.config/opencode/skill/ (missing trailing s) while the actual install target was already ~/.config/opencode/skills/. Fixed the log string to match the real path.

Checklist

  • npx tsc --noEmit clean
  • prettier --check clean
  • Pre-commit hook (lint-staged + typecheck) passes
  • No secrets or credentials

…bhigyanpatwari#1381)

The log message reported ~/.config/opencode/skill/ (missing trailing s)
while the actual install path was already correct (skills/).  Fixes the
misleading output so users see the real destination directory.
@vercel

vercel Bot commented May 6, 2026

Copy link
Copy Markdown

@azizur100389 is attempting to deploy a commit to the NexusCore Team on Vercel.

A member of the Team first needs to authorize it.

@magyargergo

Copy link
Copy Markdown
Collaborator

@azizur100389 Can you please include the tests from #1405 and mention @Gujiassh as co-author? 🙏

…anpatwari#1381)

Verifies that setup installs skills into ~/.config/opencode/skills/
(plural) and that the singular path does not exist.

Co-Authored-By: Gujiassh <baiaoshh@163.com>
@magyargergo magyargergo merged commit 4e362ba into abhigyanpatwari:main May 7, 2026
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Skills are installed to wrong directory (OpenCode)

2 participants