search_design_versions
Search through design versions by matching their prompt, notes, or name. Returns results ordered newest first, with a configurable limit.
Instructions
Search design versions by prompt, notes, or design name.
Scans all design directories under ``~/.kiln/designs/`` for
versioned recipe files whose prompt, notes, or name fields
contain the query string (case-insensitive).
Args:
query: The search term (literal substring, not regex).
limit: Maximum number of results to return (default 10).
Returns:
A list of matching version records, newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |