mirror of
https://github.com/bendtherules/mispair-demo.git
synced 2026-08-18 13:22:17 +00:00
opencode.json - Fix prompt path syntax
This commit is contained in:
+2
-2
@@ -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}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user