Add undocumented limits to sub-agents documentation

- Document the 301 character limit for description field
- Document the 10,000 character limit for system prompt

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
hs-ye 2026-02-27 10:57:24 +11:00
parent f467c2493f
commit 8e72c4fb87

View file

@ -502,3 +502,10 @@ Always follow these standards:
- **Access Control**: Project and user-level separation provides appropriate boundaries
- **Sensitive Information**: Avoid including secrets or credentials in agent configurations
- **Production Environments**: Consider separate agents for production vs development environments
## Limits
The following limits apply to Subagent configurations:
- **Description Field**: Limited to 301 characters
- **System Prompt**: Limited to 10,000 characters