Troubleshooting
Mnemoteca, Cymbal, or agent-browser is missing
Section titled “Mnemoteca, Cymbal, or agent-browser is missing”Interactive agent workflows require all three binaries in PATH.
For a standalone shell install, rerun the RunWield installer to restore missing required helpers into the same install
directory as wld:
curl -fsSL https://raw.githubusercontent.com/gandazgul/runwield/main/install.sh | bashIf you use a custom directory, pass the same WLD_INSTALL_DIR again. Existing helper binaries found on PATH or in the
install directory are preserved; remove a RunWield-managed helper from WLD_INSTALL_DIR before rerunning if you want
the installer to fetch a fresh copy.
For a Homebrew-owned install, repair packages instead:
brew reinstall gandazgul/tap/wldbrew reinstall gandazgul/tap/mnemotecabrew reinstall 1broseidon/tap/cymbal ketch agent-browserThe Homebrew command is available only after the owner publishes gandazgul/homebrew-tap.
For a WinGet-owned Windows install, repair or reinstall the package instead of running the Unix installer:
winget repair --id Gandazgul.RunWield --exact# If repair is not available in your WinGet version:winget uninstall --id Gandazgul.RunWield --exactwinget install --id Gandazgul.RunWield --exactThe WinGet command is available only after Microsoft accepts the public listing. The Windows package keeps helper files
private to the package and does not modify global PATH for them.
If you already have mnemoteca and need data from a pre-rename install, run the official Mnemoteca installer before
installing RunWield v0.10.0. The RunWield installer preserves an existing mnemoteca executable and does not start the
upstream migration flow.
Plan review UI does not open
Section titled “Plan review UI does not open”Plan review runs inside the Workspace UI. For source checkouts, confirm the reviewed Plannotator source checkout and published Plannotator packages are available:
third_party/plannotator/exists and matchesthird_party/plannotator-revision.txt.deno task workspace:devopens the development catalog for local/TUI and Workspace variants of the Plan Board, Plan Review, and Code Review. Use its direct links to open the fixture-backed review routes.deno task workspace:checkcan resolve the@plannotator/*imports fromdeno.jsonand Workspace aliases.
A saved plan is not loading
Section titled “A saved plan is not loading”- Use
wld plansto list plan names. - Use
wld load-plan <name>for a plan indocs/plans/. - Use
wld load-plan docs/plans/<name>.mdfor a direct path. - Use
/resumeonly for chat sessions, not plan files. - If
docs/plans/<name>.mdwas deleted or became unreadable during an active worktree run, use the Plan name rather than the path:wld load-plan <name>. RunWield will restore the file only when one matching execution worktree proves its identity; malformed bytes are backed up under.wld/recovery/.
Publication stopped or cleanup was incomplete
Section titled “Publication stopped or cleanup was incomplete”- A temporary remote failure is retried automatically. If retries run out, restore network access and run
wld load-plan <name>again; the validated commits remain on the source branch. - If Git reports a force-with-lease race, RunWield rereads the target branch and retries with its new commits.
- If publication succeeded but cleanup did not, follow the worktree path and source branch printed in the TUI. Inspect
them with
git statusandgit branch -vv, save any files you need, then runwld plans doctorbefore deleting anything manually.
Agent behavior looks off
Section titled “Agent behavior looks off”- Check local overrides in
<repo>/.wld/agents/. - Check home overrides in
~/.wld/agents/. - Run
/reloadin the TUI after changing memories, settings, prompt templates, skills, models, or themes.