docs: fix instructions (#1827)

This commit is contained in:
Aiden Cline
2025-08-11 13:44:12 -05:00
committed by GitHub
parent 7633a951e6
commit 00b4670b8b

View File

@@ -318,7 +318,7 @@ Use `{file:path/to/file}` to substitute the contents of a file:
```json title="opencode.json" ```json title="opencode.json"
{ {
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"instructions": ["{file:./custom-instructions.md}"], "instructions": ["./custom-instructions.md"],
"provider": { "provider": {
"openai": { "openai": {
"options": { "options": {