feat(opencode): add OpenCode plugin support via .opencode/INSTALL.md#6
Merged
Conversation
3 tasks
2008456 to
db583b2
Compare
Unlocks installation via OpenCode's native plugin spec — no symlinks, no file copies, automatic updates. - .opencode/INSTALL.md — prerequisites, opencode.json one-liner, usage, updating, troubleshooting (plugin not loading, Windows install issues with the npm --prefix workaround, skills not found). - README — adds an OpenCode block in the per-tool setup section pointing at .opencode/INSTALL.md. When the per-harness Quickstart restructure (#4) merges, the README also gets an OpenCode entry in the new Quickstart section.
db583b2 to
017ca65
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objectif
Déverrouiller l'installation du plugin via OpenCode, sur le modèle d'
obra/superpowers/.opencode/INSTALL.md. Plus de copie manuelle de fichiers : OpenCode fetch et cache le plugin directement depuis le repo GitHub.Fichiers
Ajouté —
.opencode/INSTALL.mdSections complètes :
opencode.json.opencode.json:{ "plugin": ["purchasely@git+https://github.com/Purchasely/Purchasely-AI-Plugin.git"] }opencode plugin update purchasely+ pin sur tag (#v1.0.0).npm install --prefix %USERPROFILE%\.opencode\plugins+ pointeropencode.jsonsur le chemin local.Structure calquée sur
obra/superpowers/.opencode/INSTALL.md.Modifié —
README.mdAjout d'un bloc
<details>OpenCode dans la section Option 3 — Manual Setup Per Tool, pointant vers.opencode/INSTALL.md.Acceptance criteria
.opencode/INSTALL.mdcréé, sections complètes (Prerequisites / Installation / Usage / Updating / Troubleshooting)..opencode/INSTALL.md.CHANGELOG.mdmis à jour :### Added— OpenCode plugin support via .opencode/INSTALL.md.Generated by Claude Code