From 471aa93a4c35a485d52c3952ee59245ddd91ca37 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 25 Mar 2026 14:34:33 -0700 Subject: [PATCH] docs: add OpenCode path fix to release notes --- RELEASE-NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 9b608d65..143cd3b1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -8,6 +8,10 @@ - **Tool mapping** — added `references/copilot-tools.md` with the full Claude Code to Copilot CLI tool equivalence table - **Skill and README updates** — added Copilot CLI to the `using-superpowers` skill's platform instructions and README installation section +### OpenCode Fixes + +- **Skills path consistency** — the bootstrap text no longer advertises a misleading `configDir/skills/superpowers/` path that didn't match the runtime path. The agent should use the native `skill` tool, not navigate to files by path. Tests now use consistent paths derived from a single source of truth. (#847, #916) + ## v5.0.6 (2026-03-24) ### Inline Self-Review Replaces Subagent Review Loops