This commit is contained in:
2026-04-29 11:47:28 +08:00
parent 6b7978957a
commit d3e7baca99
25 changed files with 1523 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"$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"
]
}