List runnable overseer templates
overseer_list_templatesList runnable task templates (npm scripts, go-task, make, VS Code tasks) found in a directory, including provider info and descriptions when present. Filter by substring to narrow results in large monorepos.
Instructions
List task templates overseer discovers in a directory (npm scripts, go-task, make, just, VS Code tasks, etc). An empty list is normal (many repos declare nothing runnable); use overseer_run with a raw cmd instead. Each entry has provider (which task runner it came from) and desc, which is null when that provider supplies no descriptions (npm and make never do, go-task and just usually do), so a null desc means there is nothing to read, not that something was withheld. Entries that have a description are listed first. params lists arguments a template takes, with required marking those that overseer_run will reject the call without. running_task_id is present when a task of that name is already running, which is your signal not to start a second one. Pass filter to match a substring against name and desc; worth doing in a large monorepo, where this can return well over eighty entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Directory to search; defaults to nvim's current working directory | |
| filter | No |