docs(readme): restructure installation into per-harness Quickstart blocks#4
Merged
Merged
Conversation
3 tasks
a8c5ca5 to
eaa93ee
Compare
kherembourg
pushed a commit
that referenced
this pull request
May 19, 2026
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.
kherembourg
pushed a commit
that referenced
this pull request
May 19, 2026
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.
eaa93ee to
23ac50c
Compare
…ocks Aligns the README with the obra/superpowers layout: a single copy-paste-able block per harness (Claude Code, Codex CLI/App, Cursor, Gemini CLI, OpenCode, Copilot CLI, Mistral vibe, Windsurf, JetBrains, Continue), in that order. The previous Options 1/2/3 (Claude Code plugin / install.sh / per-tool manual) is folded into: - the Quickstart blocks (Claude Code + per-tool one-liners) - a dedicated 'Installation (legacy / all-in-one)' section that keeps the POSIX install.sh entry point intact. Other sections (What It Does, Usage Examples, Project Structure, Supported Platforms, Requirements, Contributing, Security, Changelog, License, Resources) are preserved.
23ac50c to
873b9ee
Compare
kherembourg
pushed a commit
that referenced
this pull request
May 19, 2026
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.
kherembourg
added a commit
that referenced
this pull request
May 19, 2026
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. Co-authored-by: Claude <noreply@anthropic.com>
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
Restructurer la section installation du
README.mdsur le modèleobra/superpowers— un bloc copy-paste-able par harness, dans cet ordre exact :gemini-extension.jsonajouté en PR feat(manifests): add root AGENTS.md, GEMINI.md, and gemini-extension.json #3)vibeChangements
## Quickstartplacée juste après le pitch, avec un bloc shell/JSON copy-paste-able par harness — pas de prose superflue.## Installation (legacy / all-in-one)remplace l'ancienne Quick Install (Options 1/2/3) et gardeinstall.shdocumenté pour les usages de bootstrap multi-tools.AGENTS.md,GEMINI.md,gemini-extension.json(ajoutés en PR feat(manifests): add root AGENTS.md, GEMINI.md, and gemini-extension.json #3) et.opencode/INSTALL.md(à venir).agentskill.sh) est retiré au profit de la futur PR roadmap des marketplaces.Dépendance
Cette PR dépend de #3 (
feat/root-manifests) pour que les blocsGemini CLI(gemini extensions install ...) etCodex CLI(cp configs/codex/AGENTS.md AGENTS.md→ bientôt remplaçable par "rien à faire, le fichier est déjà à la racine") aient du sens. À merger après #3.Acceptance criteria
CHANGELOG.mdmis à jour :### Changed— Restructured README installation section into per-harness Quickstart blocks.Generated by Claude Code