f87e5d2796f1bd044ebffa1855e42b5e4ee198d9
Add tools-task crate with subagent registry and tool whitelist system: Core Features: - Subagent struct with name, description, keywords, and allowed tools - SubagentRegistry for managing and selecting subagents - Tool whitelist validation per subagent - Keyword-based task matching and agent selection Built-in Subagents: - code-reviewer: Read-only code analysis (Read, Grep, Glob) - test-writer: Test file creation (Read, Write, Edit, Grep, Glob) - doc-writer: Documentation management (Read, Write, Edit, Grep, Glob) - refactorer: Code restructuring (Read, Write, Edit, Grep, Glob) Test Coverage: - Subagent tool whitelist enforcement - Keyword matching for task descriptions - Registry selection based on task description - Tool validation for specific agents - Error handling for nonexistent agents Implements M11 from AGENTS.md for specialized agents with limited tool access. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
Releases
5
Release v0.1.10
Latest
Languages
Rust
99.5%
Shell
0.5%