From cc188c476fa822e86998756fb1c4ff83e3670aaa Mon Sep 17 00:00:00 2001 From: Javier Gomez <113129149+Javierg9n4@users.noreply.github.com> Date: Tue, 9 Sep 2025 19:32:22 +0200 Subject: [PATCH] installer(opencode): add OpenCode target metadata in install.config.yaml --- tools/installer/config/install.config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tools/installer/config/install.config.yaml b/tools/installer/config/install.config.yaml index f7010838..be47a5c2 100644 --- a/tools/installer/config/install.config.yaml +++ b/tools/installer/config/install.config.yaml @@ -171,3 +171,14 @@ ide-configurations: # 2. Commit `.bmad-core/` and `AGENTS.md` to your repository. # 3. Open the repo in Codex Web and reference agents naturally (e.g., "As dev, ..."). # 4. Re-run this installer to refresh agent sections when the core changes. + + opencode: + name: SST OpenCode CLI + format: jsonc-config + file: opencode.jsonc + instructions: | + # To use BMAD agents with SST OpenCode CLI: + # 1. The installer creates/updates `opencode.jsonc` at your project root. + # 2. It ensures the BMAD core instructions file is referenced: `./.bmad-core/core-config.yaml`. + # 3. If an existing `opencode.json` or `opencode.jsonc` is present, it is preserved and only `instructions` are minimally merged. + # 4. Run `opencode` in this project to use your configured agents and commands.