[patch.agents.rust-expert]
api_key = "${CLAUDE_API_KEY}"
api_endpoint = "https://internal-proxy.company.com/claude"
debug_mode = "true"
log_level = "verbose"
[patch.agents.python-helper]
enable_profiling = "true"
cache_responses = "true"
personal_snippets_path = "/Users/me/my-snippets"
[patch.agents.code-reviewer]
skip_license_check = "true"
allow_todos = "true"
custom_rules_path = "/Users/me/.config/agpm/review-rules.yaml"
[patch.commands.deploy]
environment = "development"
aws_profile = "personal-dev"
ssh_key_path = "~/.ssh/id_ed25519_dev"
skip_confirmation = "true"
[patch.hooks.pre-commit]
run_tests = "false"
max_file_size_mb = "10"
skip_large_files = "true"
[patch.snippets.test-utils]
test_framework = "pytest"
coverage_threshold = "80"
parallel_execution = "true"