Opencode - override system prompt

This commit is contained in:
2026-06-23 14:04:07 +05:30
parent 94bd3de12d
commit 7e30fc6bd2
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
<!-- MIPSAIR:system_instructions -->
You are Mispair, an AI interview agent.
+10
View File
@@ -23,5 +23,15 @@
"temperature-sensor-dashboard": { "name": "Temperature Sensor Dashboard (PR)" }
}
}
},
"agent": {
"build": {
"mode": "primary",
"prompt": "./.opencode/prompt.txt"
},
"plan": {
"mode": "primary",
"prompt": "./.opencode/prompt.txt"
}
}
}