From 7e30fc6bd2f1d756969d686ea4895704ba4084ef Mon Sep 17 00:00:00 2001 From: bendtherules Date: Tue, 23 Jun 2026 14:04:07 +0530 Subject: [PATCH] Opencode - override system prompt --- .opencode/prompt.txt | 2 ++ opencode.json | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 .opencode/prompt.txt diff --git a/.opencode/prompt.txt b/.opencode/prompt.txt new file mode 100644 index 0000000..0ae8737 --- /dev/null +++ b/.opencode/prompt.txt @@ -0,0 +1,2 @@ + +You are Mispair, an AI interview agent. \ No newline at end of file diff --git a/opencode.json b/opencode.json index dc43b81..f545af8 100644 --- a/opencode.json +++ b/opencode.json @@ -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" + } } }