~/.config/arka/learned_routes.json. Learned routes are checked early in the router, before symbolic rules.
Teach a route
Correct a routing mistake
After a request routes incorrectly, fix it from the last trace:Manage routes
Natural language:
Placeholders
Use{args} in the skill line to capture trailing text:
How matching works
- Exact trigger matches run the skill line as-is.
- Prefix matches append the remainder (
"check servers in prod"→system_monitor in prod). - Longer triggers win over shorter ones.
Related
- Routing concepts — symbolic rules and LLM fallback
- CLI reference —
route_learnsubcommands