You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing issues and this is not a duplicate
Environment
Field
Value
Superpowers version
main at 8ea3981
Harness (Claude Code, Cursor, etc.)
Codex CLI
Harness version
GPT-5
Model
GPT-5
OS + shell
macOS + zsh
Is this a Superpowers issue or a platform issue?
I confirmed this issue does not occur without Superpowers installed
What happened?
Several docs in the repository contain hardcoded example paths that reference a specific user account, such as /Users/jesse/.... These should be generic
placeholders so the examples stay portable and do not embed a personal path.
Steps to reproduce
Open the Superpowers repository docs.
Search for /Users/jesse.
Review the matches in:
skills/systematic-debugging/root-cause-tracing.md
skills/systematic-debugging/CREATION-LOG.md
skills/using-git-worktrees/SKILL.md
docs/testing.md
Expected behavior
Example paths should be generic, such as ~/... or /Users/<username>/..., and should not reference a specific person.
Actual behavior
The docs include hardcoded /Users/jesse/... sample paths.
Debug log or conversation transcript
Relevant examples from the docs:
skills/systematic-debugging/root-cause-tracing.md: Error: git init failed in /Users/jesse/project/packages/core
skills/systematic-debugging/CREATION-LOG.md: Extracted debugging framework from /Users/jesse/.claude/CLAUDE.md
skills/using-git-worktrees/SKILL.md: Worktree ready at /Users/jesse/myproject/.worktrees/auth
docs/testing.md: # Example for /Users/jesse/Documents/GitHub/superpowers/superpowers
I searched existing issues and this is not a duplicate
Environment
mainat8ea3981Codex CLIGPT-5GPT-5macOS+zshIs this a Superpowers issue or a platform issue?
What happened?
Several docs in the repository contain hardcoded example paths that reference a specific user account, such as
/Users/jesse/.... These should be genericplaceholders so the examples stay portable and do not embed a personal path.
Steps to reproduce
/Users/jesse.skills/systematic-debugging/root-cause-tracing.mdskills/systematic-debugging/CREATION-LOG.mdskills/using-git-worktrees/SKILL.mddocs/testing.mdExpected behavior
Example paths should be generic, such as
~/...or/Users/<username>/..., and should not reference a specific person.Actual behavior
The docs include hardcoded
/Users/jesse/...sample paths.Debug log or conversation transcript
Relevant examples from the docs:
skills/systematic-debugging/root-cause-tracing.md:Error: git init failed in /Users/jesse/project/packages/coreskills/systematic-debugging/CREATION-LOG.md:Extracted debugging framework from /Users/jesse/.claude/CLAUDE.mdskills/using-git-worktrees/SKILL.md:Worktree ready at /Users/jesse/myproject/.worktrees/authdocs/testing.md:# Example for /Users/jesse/Documents/GitHub/superpowers/superpowers