Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude/skills/local-context-router/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Route the document and read the JSON, rendering any visual pages into a folder:
localctx <path-to-document> --json --vision-dir ./lcr-pages
```

If `localctx` is not on the PATH, run the bundled script by its path inside this
skill folder instead:
If the `localctx` command is not available, run the bundled script with a Python
that has `localcontextrouter` installed (the script imports the same package):

```sh
python scripts/preflight.py <path-to-document> --json --vision-dir ./lcr-pages
Expand Down
Loading