From b549789a23c0e5e2fdd302825cbd58f52c3bc61d Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Tue, 19 May 2026 13:20:25 +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/profiler.md | 2 +- .cursor/agents/react-doctor-fixer.md | 2 +- .cursor/agents/react-patterns-enforcer.md | 2 +- .cursor/agents/test-apk.md | 2 +- .cursor/agents/translator.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.cursor/agents/browser-check.md b/.cursor/agents/browser-check.md index 44f8f4d7..18679995 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 a2782ac4..9eb9e91d 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 5290af9e..b29eab25 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/profiler.md b/.cursor/agents/profiler.md index bb2888ef..5170ffb7 100644 --- a/.cursor/agents/profiler.md +++ b/.cursor/agents/profiler.md @@ -1,6 +1,6 @@ --- name: profiler -model: composer-2 +model: composer-2.5-fast description: Performance profiler that browses 5chan routes via playwright-cli, collecting Web Vitals and React rerender data via react-scan. Returns a structured issues list for a batch of routes. Use proactively when profiling browsing performance, finding bottlenecks, or diagnosing excessive React rerenders. --- diff --git a/.cursor/agents/react-doctor-fixer.md b/.cursor/agents/react-doctor-fixer.md index 76c67e2b..de91ccb2 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 React issues identified by react-doctor. Use when the parent agent has validated a react-doctor diagnostic and has a detailed fix plan. The parent agent provides the plan; this subagent implements the fix and re-runs react-doctor to verify. --- diff --git a/.cursor/agents/react-patterns-enforcer.md b/.cursor/agents/react-patterns-enforcer.md index 01d4c8b3..3617d615 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 5chan 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/test-apk.md b/.cursor/agents/test-apk.md index 31954a7f..702a1efd 100644 --- a/.cursor/agents/test-apk.md +++ b/.cursor/agents/test-apk.md @@ -1,6 +1,6 @@ --- name: test-apk -model: composer-2 +model: composer-2.5-fast description: Android APK testing specialist that runs the 5chan APK on a local Android emulator. Manages emulator lifecycle, builds and installs debug APK, runs instrumentation tests, captures logcat diagnostics, and debugs WebView upload automation (imgur, postimages). Use proactively when the user asks to test APK features, debug Android uploads, run emulator tests, or investigate WebView automation issues. --- diff --git a/.cursor/agents/translator.md b/.cursor/agents/translator.md index c71d530c..4c04c32a 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. ---