-
Notifications
You must be signed in to change notification settings - Fork 2
TROUBLESHOOTING
github-actions[bot] edited this page Jul 1, 2026
·
3 revisions
Common issues and fixes for the agentic-workstation workstation.
| Failure | Fix |
|---|---|
Missing command (e.g., opencode) |
Install the tool manually, then re-run chezmoi apply
|
| Missing directory | Run chezmoi apply — it creates expected directories |
| Missing skill symlinks | Run dots-skills sync to regenerate |
NON-COMPLIANT status |
Fix all reported failures, then re-run dots-doctor
|
This is normal when new configuration questions are added upstream. Answer the prompts and re-apply:
chezmoi update
chezmoi apply --source=. -c ~/.config/chezmoi/agentic-workstation.toml- Check the skill is enabled:
dots-skills list - Regenerate symlinks:
dots-skills sync - Restart the AI tool (it loads skills at startup)
Agents are installed to tool-specific directories during chezmoi apply:
- Claude Code:
~/.claude/agents/ - OpenCode:
~/.config/opencode/agents/
Verify the files exist, then restart the tool.
| Problem | Fix |
|---|---|
| Install script hangs | Ensure WSL2 is installed and a default distro is set |
dots-* commands not found |
Open a new terminal after chezmoi apply
|
| Permission errors | Run inside WSL2 Ubuntu, not PowerShell |
To remove the workstation baseline from your machine:
# Remove chezmoi-managed files
chezmoi purge
# Remove AI resources
rm -rf ~/.local/share/agentic-workstation
rm -rf ~/.local/bin/dots-*
# Remove skill symlinks
rm -rf ~/.claude/skills/
rm -rf ~/.config/opencode/skills/
rm -rf ~/.cursor/skills/
# Remove agent definitions
rm -rf ~/.claude/agents/
rm -rf ~/.config/opencode/agents/- Check the docs/ directory
- Run
dots-doctorfor diagnostics - Ask in #tech-support on Slack
- Open an issue in the repository