> ## Documentation Index
> Fetch the complete documentation index at: https://intermesh.malmhq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Troubleshooting

> Resolve source selection, package preparation, and plan validation problems.

# Troubleshooting

## More than one CLI package was found

Read the structured choices from `inter --json eval setup`. Rerun with the selected `--package-dir`, `--package-manager`, and `--build-script`.

## No supported CLI package was found

Confirm that the selected directory contains a Node CLI package with a declared binary entry. Use `--package-dir` to point at the package.

## Build script is ambiguous

Use only a script listed by Intermesh from the package's `package.json`. Do not invent a shell command.

## The plan is missing or invalid

Use the managed planning Skill, then validate again:

```bash theme={null}
inter --json eval prepare default --check-only
```

## A run is incomplete

Read the attempt-level results and relevant sanitized evidence. Incomplete work is not a passed task.
