diff --git a/agents/polyglot-test-builder.agent.md b/agents/polyglot-test-builder.agent.md index 29f2a563..9c0776d6 100644 --- a/agents/polyglot-test-builder.agent.md +++ b/agents/polyglot-test-builder.agent.md @@ -1,8 +1,6 @@ --- description: 'Runs build/compile commands for any language and reports results. Discovers build command from project files if not specified.' name: 'Polyglot Test Builder' -model: 'Claude Sonnet 4.5' -tools: ['runCommands', 'codebase', 'search'] --- # Builder Agent diff --git a/agents/polyglot-test-fixer.agent.md b/agents/polyglot-test-fixer.agent.md index a2cdf403..47a74561 100644 --- a/agents/polyglot-test-fixer.agent.md +++ b/agents/polyglot-test-fixer.agent.md @@ -1,8 +1,6 @@ --- description: 'Fixes compilation errors in source or test files. Analyzes error messages and applies corrections.' name: 'Polyglot Test Fixer' -model: 'Claude Sonnet 4.5' -tools: ['runCommands', 'codebase', 'editFiles', 'search'] --- # Fixer Agent diff --git a/agents/polyglot-test-generator.agent.md b/agents/polyglot-test-generator.agent.md index 9fc61c04..334ade7e 100644 --- a/agents/polyglot-test-generator.agent.md +++ b/agents/polyglot-test-generator.agent.md @@ -1,8 +1,6 @@ --- description: 'Orchestrates comprehensive test generation using Research-Plan-Implement pipeline. Use when asked to generate tests, write unit tests, improve test coverage, or add tests.' name: 'Polyglot Test Generator' -model: 'Claude Opus 4.5' -tools: ['runCommands', 'codebase', 'editFiles', 'search', 'runSubagent'] --- # Test Generator Agent diff --git a/agents/polyglot-test-implementer.agent.md b/agents/polyglot-test-implementer.agent.md index 7326e2a9..8e5dcc19 100644 --- a/agents/polyglot-test-implementer.agent.md +++ b/agents/polyglot-test-implementer.agent.md @@ -1,8 +1,6 @@ --- description: 'Implements a single phase from the test plan. Writes test files and verifies they compile and pass. Calls builder, tester, and fixer agents as needed.' name: 'Polyglot Test Implementer' -model: 'Claude Sonnet 4.5' -tools: ['runCommands', 'codebase', 'editFiles', 'search', 'runSubagent'] --- # Test Implementer diff --git a/agents/polyglot-test-linter.agent.md b/agents/polyglot-test-linter.agent.md index b1197c31..aefa06aa 100644 --- a/agents/polyglot-test-linter.agent.md +++ b/agents/polyglot-test-linter.agent.md @@ -1,8 +1,6 @@ --- description: 'Runs code formatting/linting for any language. Discovers lint command from project files if not specified.' name: 'Polyglot Test Linter' -model: 'Claude Haiku 4.5' -tools: ['runCommands', 'codebase', 'search'] --- # Linter Agent diff --git a/agents/polyglot-test-planner.agent.md b/agents/polyglot-test-planner.agent.md index 4b1f35c7..cd2fde92 100644 --- a/agents/polyglot-test-planner.agent.md +++ b/agents/polyglot-test-planner.agent.md @@ -1,8 +1,6 @@ --- description: 'Creates structured test implementation plans from research findings. Organizes tests into phases by priority and complexity. Works with any language.' name: 'Polyglot Test Planner' -model: 'Claude Opus 4.5' -tools: ['codebase', 'editFiles', 'search', 'runSubagent'] --- # Test Planner diff --git a/agents/polyglot-test-researcher.agent.md b/agents/polyglot-test-researcher.agent.md index 7db4736c..1c21bf97 100644 --- a/agents/polyglot-test-researcher.agent.md +++ b/agents/polyglot-test-researcher.agent.md @@ -1,8 +1,6 @@ --- description: 'Analyzes codebases to understand structure, testing patterns, and testability. Identifies source files, existing tests, build commands, and testing framework. Works with any language.' name: 'Polyglot Test Researcher' -model: 'Claude Opus 4.5' -tools: ['runCommands', 'codebase', 'editFiles', 'search', 'fetch', 'runSubagent'] --- # Test Researcher diff --git a/agents/polyglot-test-tester.agent.md b/agents/polyglot-test-tester.agent.md index 4d5d416e..92c63f72 100644 --- a/agents/polyglot-test-tester.agent.md +++ b/agents/polyglot-test-tester.agent.md @@ -1,8 +1,6 @@ --- description: 'Runs test commands for any language and reports results. Discovers test command from project files if not specified.' name: 'Polyglot Test Tester' -model: 'Claude Sonnet 4.5' -tools: ['runCommands', 'codebase', 'search'] --- # Tester Agent diff --git a/skills/polyglot-test-agent/unit-test-generation.prompt.md b/skills/polyglot-test-agent/unit-test-generation.prompt.md index 5d74763d..d6f89d98 100644 --- a/skills/polyglot-test-agent/unit-test-generation.prompt.md +++ b/skills/polyglot-test-agent/unit-test-generation.prompt.md @@ -1,7 +1,5 @@ --- -agent: 'agent' description: 'Best practices and guidelines for generating comprehensive, parameterized unit tests with 80% code coverage across any programming language' -model: 'Claude Sonnet 4.5' --- # Unit Test Generation Prompt