Skip to content

docs: desktop install + OpenCode command linking#105

Merged
DietrichGebert merged 1 commit into
mainfrom
docs/install-clarifications
Jun 18, 2026
Merged

docs: desktop install + OpenCode command linking#105
DietrichGebert merged 1 commit into
mainfrom
docs/install-clarifications

Conversation

@DietrichGebert

Copy link
Copy Markdown
Owner

Two small install-doc additions that came out of triaging open issues today.

  • Desktop app install (Claude Code Desktop Install #98): the desktop app has no /plugin command, so the README now documents the UI flow (Customize, add marketplace from repository).
  • OpenCode commands (Installation in OpenCode does not work outside cloned repo #97): the .mjs plugin loads the ruleset globally, but the /ponytail commands are separate files in .opencode/command/ that OpenCode only finds per-project or in the global commands dir. The README now shows the one-time ln -sf to use them outside a checkout.

Docs only, +4 lines. The compact SKILL.md copies are untouched, so check-rule-copies.js stays green.

🤖 Generated with Claude Code

Documents the desktop-app install flow (no /plugin command) and the global command-dir linking needed for /ponytail commands in OpenCode outside a checkout. Covers the recurring questions in #97 and #98.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Comment thread README.md

The `./` path resolves against your project's `opencode.json`; to share one checkout across projects, point it at the absolute path of the `.mjs` instead (it finds its `hooks/` and `skills/` relative to its own file).

The plugin path loads the ruleset everywhere, but the `/ponytail` commands are separate files in `.opencode/command/` that OpenCode only discovers from your project or the global commands dir. To use them outside this checkout, link them once: `ln -sf /absolute/path/to/ponytail/.opencode/command/* ~/.config/opencode/command/`.

@slamp slamp Jun 17, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opencode use .opencode/commands
ref: https://github.com/anomalyco/opencode/blob/417ad240c76fdd26f83c8d6dfdccf2382518d234/packages/web/src/content/docs/commands.mdx

Another PR provide a patch for commands, you can check it here:
see #130

@DietrichGebert DietrichGebert merged commit 6d35c10 into main Jun 18, 2026
1 check 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.

2 participants