cd cli && uv sync— ensure dependencies are installedcd cli && uv tool install --editable .— install the CLI locally- Verify the installation:
cd cli && uv run planoai --help
If the build or install fails, diagnose and fix the issues.
Build and install the Python CLI (planoai). Use after making changes to cli/ code to install locally.
npx skillmds@latest add katanemo/build-cli cd cli && uv sync — ensure dependencies are installedcd cli && uv tool install --editable . — install the CLI locallycd cli && uv run planoai --helpIf the build or install fails, diagnose and fix the issues.
katanemo/plano/tree/main/.claude/skills/build-cli commit 0e2aec7f98