-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
bugSomething isn't workingSomething isn't workingneeds-triageNew issue awaiting maintainer reviewNew issue awaiting maintainer review
Description
GSD Version
v1.22.2
Runtime
Claude Code
What happened?
Installing GSD with the following command in a container:
npx --verbose --yes get-shit-done-cc@latest --opencode --global
and even with the existing function convertClaudeToOpencodeFrontmatter(content) in place, calls of gsd-tools.cjs fail, because there are still 166 places with $HOME/.claude/get-shit-done/bin/gsd-tools.cjs in the markdown files.
grep -R '$HOME/.claude/get-shit-done/bin/gsd-tools.cjs' /home/node/.config/opencode | wc -l
166
Line 818 in cdfa391
| function convertClaudeToOpencodeFrontmatter(content) { |
What did you expect?
The function convertClaudeToOpencodeFrontmatter(content) function replaces $HOME/.claude with $HOME/.config/opencode
Steps to reproduce
- Install GSD with
--opencodeflag - Check if
$HOME/.claudeexists in the markdown files - (Actually every
.claudein these files is probably wrong when installing with--opencodeflag)
Relevant logs or error messages
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds-triageNew issue awaiting maintainer reviewNew issue awaiting maintainer review