We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f94f9 commit afb6abfCopy full SHA for afb6abf
1 file changed
packages/opencode/src/session/instruction.ts
@@ -13,7 +13,7 @@ const log = Log.create({ service: "instruction" })
13
14
const FILES = [
15
"AGENTS.md",
16
- "CLAUDE.md",
+ ...(Flag.OPENCODE_DISABLE_CLAUDE_CODE_PROMPT ? [] : ["CLAUDE.md"]),
17
"CONTEXT.md", // deprecated
18
]
19
0 commit comments