opencode.json - Fix prompt path syntax

This commit is contained in:
2026-06-23 14:29:15 +05:30
parent 7e30fc6bd2
commit 40a8ec9ad4
+2 -2
View File
@@ -27,11 +27,11 @@
"agent": { "agent": {
"build": { "build": {
"mode": "primary", "mode": "primary",
"prompt": "./.opencode/prompt.txt" "prompt": "{file:./.opencode/prompt.txt}"
}, },
"plan": { "plan": {
"mode": "primary", "mode": "primary",
"prompt": "./.opencode/prompt.txt" "prompt": "{file:./.opencode/prompt.txt}"
} }
} }
} }