From 9270fcb1ddeb850abc65ab6cc4012d44e2a90f6d Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Tue, 19 May 2026 13:29:58 +0700 Subject: [PATCH] chore(cursor agents): use composer-2.5-fast model --- .cursor/agents/browser-check.md | 2 +- .cursor/agents/code-quality.md | 2 +- .cursor/agents/plan-implementer.md | 2 +- .cursor/agents/react-doctor-fixer.md | 2 +- .cursor/agents/react-patterns-enforcer.md | 2 +- .cursor/agents/translator.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.cursor/agents/browser-check.md b/.cursor/agents/browser-check.md index 4827584e..668a0834 100644 --- a/.cursor/agents/browser-check.md +++ b/.cursor/agents/browser-check.md @@ -1,6 +1,6 @@ --- name: browser-check -model: composer-2 +model: composer-2.5-fast description: Verifies UI changes in the browser using playwright-cli across Blink, Gecko, and WebKit. Use after making visual or interaction changes to React components, CSS, layouts, or routing to confirm they render and behave correctly. --- diff --git a/.cursor/agents/code-quality.md b/.cursor/agents/code-quality.md index c0ee746a..3681211a 100644 --- a/.cursor/agents/code-quality.md +++ b/.cursor/agents/code-quality.md @@ -1,6 +1,6 @@ --- name: code-quality -model: composer-2 +model: composer-2.5-fast description: Code quality specialist that runs build, lint, and type-check, then fixes any errors it finds. Use proactively after code changes to verify nothing is broken. --- diff --git a/.cursor/agents/plan-implementer.md b/.cursor/agents/plan-implementer.md index 4a1fa5b2..5de49c52 100644 --- a/.cursor/agents/plan-implementer.md +++ b/.cursor/agents/plan-implementer.md @@ -1,6 +1,6 @@ --- name: plan-implementer -model: composer-2 +model: composer-2.5-fast description: Implements assigned tasks from a plan. Receives specific tasks from the parent agent, implements them sequentially, verifies with a build check, and reports back. The parent agent handles parallelization by spawning multiple plan-implementer subagents with different task subsets. --- diff --git a/.cursor/agents/react-doctor-fixer.md b/.cursor/agents/react-doctor-fixer.md index 0c21e370..df72d9c6 100644 --- a/.cursor/agents/react-doctor-fixer.md +++ b/.cursor/agents/react-doctor-fixer.md @@ -1,6 +1,6 @@ --- name: react-doctor-fixer -model: composer-2 +model: composer-2.5-fast description: Fixes validated React architecture issues from a parent-agent plan. Use when the parent agent has identified a concrete React issue and provided a detailed fix plan. --- diff --git a/.cursor/agents/react-patterns-enforcer.md b/.cursor/agents/react-patterns-enforcer.md index 4589d038..e1415ebc 100644 --- a/.cursor/agents/react-patterns-enforcer.md +++ b/.cursor/agents/react-patterns-enforcer.md @@ -1,6 +1,6 @@ --- name: react-patterns-enforcer -model: composer-2 +model: composer-2.5-fast description: Reviews React code for anti-pattern violations specific to the seedit project (useState/useEffect misuse, missing Zustand, copy-pasted logic) and fixes them. Use after writing or modifying React components, hooks, or state management code. --- diff --git a/.cursor/agents/translator.md b/.cursor/agents/translator.md index 4f97cef9..f9399975 100644 --- a/.cursor/agents/translator.md +++ b/.cursor/agents/translator.md @@ -1,6 +1,6 @@ --- name: translator -model: composer-2 +model: composer-2.5-fast description: Translates a single i18next key into all 35 supported languages, creates a dictionary file, and runs the update script. Use proactively when the parent agent needs to translate one translation key. ---