From 00b4670b8be185b894ef4b0f467d6f177cba91ee Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:44:12 -0500 Subject: [PATCH] docs: fix instructions (#1827) --- packages/web/src/content/docs/docs/config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/content/docs/docs/config.mdx b/packages/web/src/content/docs/docs/config.mdx index 61a89cb1..06eb6ee7 100644 --- a/packages/web/src/content/docs/docs/config.mdx +++ b/packages/web/src/content/docs/docs/config.mdx @@ -318,7 +318,7 @@ Use `{file:path/to/file}` to substitute the contents of a file: ```json title="opencode.json" { "$schema": "https://opencode.ai/config.json", - "instructions": ["{file:./custom-instructions.md}"], + "instructions": ["./custom-instructions.md"], "provider": { "openai": { "options": {