blob: ad98a9772c3e7d3f97d60c99980e19479dcbaf80 (
plain)
1
2
3
4
5
6
7
|
name = "static-analyzer"
description = "Load the canonical static-analyzer agent from .claude/agents/static-analyzer.md."
model = "gpt-5.6-terra"
model_reasoning_effort = "medium"
developer_instructions = """
Before acting, locate the repository root with `git rev-parse --show-toplevel`, then read `.claude/agents/static-analyzer.md` from that root completely and follow its body as your role instructions. Ignore its Claude-specific YAML frontmatter.
"""
|