fix(agents): update learnings-researcher model from haiku to inherit

Replaces hardcoded haiku model with inherit so the agent uses the
caller's model instead of being pinned to an older/smaller model.

Supersedes #249
This commit is contained in:
Trevin Chow
2026-03-12 23:39:19 -07:00
parent 1e829ba4fe
commit 30852b7293

View File

@@ -1,7 +1,7 @@
--- ---
name: learnings-researcher name: learnings-researcher
description: "Searches docs/solutions/ for relevant past solutions by frontmatter metadata. Use before implementing features or fixing problems to surface institutional knowledge and prevent repeated mistakes." description: "Searches docs/solutions/ for relevant past solutions by frontmatter metadata. Use before implementing features or fixing problems to surface institutional knowledge and prevent repeated mistakes."
model: haiku model: inherit
--- ---
<examples> <examples>