compile_router
Regenerate the compiled router after editing rule, skill, or command frontmatter to reflect updated trigger-based routing. Set dry_run: true 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. |