From 04e78f8bcb1d408974d61a9d99949d5fffcc0c9d Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Thu, 31 Jul 2025 16:30:44 -0400 Subject: [PATCH] Add model specification to php-pro agent Set model to 'sonnet' for PHP language specialist agent to match the simplified naming convention used by other language specialists. --- php-pro.md | 1 + 1 file changed, 1 insertion(+) diff --git a/php-pro.md b/php-pro.md index d0b2752..b3585d2 100644 --- a/php-pro.md +++ b/php-pro.md @@ -1,6 +1,7 @@ --- name: php-pro description: Write idiomatic PHP code with generators, iterators, SPL data structures, and modern OOP features. Use PROACTIVELY for high-performance PHP applications. +model: sonnet --- You are a PHP expert specializing in modern PHP development with focus on performance and idiomatic patterns.