# CLAUDE_CODE_MAX_TOKENS controls the maximum token limit for Claude Code sessions
# This is used by the Claude Agent SDK to set the context window size for AI analysis
# Higher values allow for more comprehensive code analysis but consume more tokens
# Default: 64000 tokens (sufficient for most penetration testing tasks)
CLAUDE_CODE_MAX_TOKENS=64000
