Files
TJWaterAgent/opencode.json
T
2026-05-18 17:12:25 +08:00

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"
]
}