16 lines
431 B
JSON
16 lines
431 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"model": "anthropic/claude-sonnet-4-5",
|
|
"server": {
|
|
"hostname": "127.0.0.1",
|
|
"port": 4096
|
|
},
|
|
"default_agent": "tjwater-assistant",
|
|
"instructions": [
|
|
"../TJWaterCopilot/.github/copilot-instructions.md",
|
|
"../TJWaterCopilot/.github/skills/SKILL.md",
|
|
"../TJWaterCopilot/.github/skills/runbook.md",
|
|
"../TJWaterCopilot/.github/skills/examples.md"
|
|
]
|
|
}
|