fix: ensure OPENCODE_DISABLE_CLAUDE_CODE_PROMPT is respected for project lvl CLAUDE.md (#19924)

pull/19470/head^2
Aiden Cline 2026-03-29 12:59:16 -05:00 committed by opencode
parent e7f94f9b9a
commit afb6abff73
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const log = Log.create({ service: "instruction" })
const FILES = [
"AGENTS.md",
"CLAUDE.md",
...(Flag.OPENCODE_DISABLE_CLAUDE_CODE_PROMPT ? [] : ["CLAUDE.md"]),
"CONTEXT.md", // deprecated
]