Match an error
// MATCH · ERROR → RECIPE
Paste an error, find a candidate.
Mechanical token-overlap match against the recipe catalogue. No LLM — lowercase tokens are scored against each recipe's symptom, tags, project, and slug. Phase 7 A5 adds a synonym table (e.g. dtype⇄datatype), Levenshtein-1 fuzzy match for tokens of length ≥ 6, and multi-language stopwords. All scoring runs locally.
// MATCH · ERROR → RECIPE
Paste an error or stack trace above — matches update as you type.