mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-26 00:16:01 +03:00
[GH-ISSUE #73] Conflicts between planning-with-files and oh-my-opencode #44
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/planning-with-files#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MrCloth on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/OthmanAdi/planning-with-files/issues/73
When using Opencode and the oh-my-opencode plugin, even I use the superpowers to import the planning-with-files tool, it still forget the rules that the skill asked to follow and cannot update the three files correctly.
@OthmanAdi commented on GitHub (Feb 6, 2026):
Hey @MrCloth, thanks for reporting this.
I found the root cause: the SKILL.md files for OpenCode (and other IDEs) were using
CLAUDE_PLUGIN_ROOT— a Claude Code-specific environment variable that doesn't exist in OpenCode or oh-my-opencode.What I fixed:
~/.config/opencode/skills/planning-with-files/)OPENCODE_SKILL_ROOTas the fallbackCan you test?
Let me know if this fixes it for you. If not, I'll dig deeper.
@MrCloth commented on GitHub (Feb 8, 2026):
thanks so much for your careful answer! it helped a lot