match_patterns
Filter pattern library by lexical overlap with observed behavioral signals, returning candidate patterns with recognition text for fit assessment. Treat results as a shortlist to verify, not a verdict.
Instructions
Lexical prefilter over the pattern library. Given observed behavioural signals, returns the closest candidate patterns WITH their recognition text so the caller can judge fit. This is token overlap, not comprehension — treat results as a shortlist to verify, never as a verdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many candidates to return | |
| signals | Yes | Observed behavioural signals in plain language, e.g. ['refuses the change repeatedly', 'will not say why', 'team absorbs the cost when it breaks'] |