moose_search
Find correct Moose.lua classes or methods when you half-remember their names. Fuzzy-match returns up to 15 candidates with name, one-line summary, and signature.
Instructions
Fuzzy-match on half-remembered class or method names against the indexed Moose.lua. Returns each match as name + a one-line summary (plus signature/parent where available). Cap at 15 results by default, max 30. Use this before lookup when you only half-remember a name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term, e.g. "spawn", "unit", "scheduler". | |
| limit | No | Max results (1-30, default 15). |