Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 666 Bytes

File metadata and controls

35 lines (23 loc) · 666 Bytes

Troubleshooting

Verify external tools

Run the doctor command to check for required dependencies:

./cli/devman doctor

Ensure these tools are installed:

  • tmux
  • tmuxp
  • nvim (if you use Neovim integration)
  • claude

Workspace not found

  • Confirm the workspace root contains a .devman/ directory.
  • Rebuild the index:
./cli/devman index rebuild

tmuxp session issues

  • Verify the workspace.tmuxp.yaml path in .devman/devman.toml.
  • Confirm the file exists relative to .devman/.

Claude Code not detected

  • Ensure the claude CLI is on your PATH.
  • Re-run ./cli/devman doctor to confirm availability.