compile_router
Regenerate compiled router from current rule, skill, and command trigger metadata to keep routing synchronized. Use after adding or editing triggers. Set dry_run to preview without writing.
Instructions
Regenerate the compiled router (router.compiled.json) from the current rule, skill, and command frontmatter, so trigger-based routing reflects the latest artifacts. Use after adding or editing a rule / skill / command's trigger metadata. Shell-bound — wraps scripts/compile_router.py — and returns the regenerated router summary. Set dry_run: true to compute the result without writing the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | When true, compute the router without writing `router.compiled.json` to disk. |