search_design_versions
Search design versions by prompt, notes, or name. Find matching versioned recipe files across all designs.
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 |