chore(release): v0.9.16

This commit is contained in:
Tommaso Casaburi
2026-07-30 01:57:49 +08:00
parent da03239bb2
commit 5d595a9812
9 changed files with 112 additions and 14 deletions
-1
View File
@@ -1,6 +1,5 @@
---
name: code-quality
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.
---
-1
View File
@@ -1,6 +1,5 @@
---
name: plan-implementer
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.
---
-1
View File
@@ -1,6 +1,5 @@
---
name: react-doctor-fixer
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.
---
@@ -1,6 +1,5 @@
---
name: react-patterns-enforcer
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.
---