fix: ensure OPENCODE_DISABLE_CLAUDE_CODE_PROMPT is respected for project lvl CLAUDE.md (#19924)
This commit is contained in:
@@ -13,7 +13,7 @@ const log = Log.create({ service: "instruction" })
|
|||||||
|
|
||||||
const FILES = [
|
const FILES = [
|
||||||
"AGENTS.md",
|
"AGENTS.md",
|
||||||
"CLAUDE.md",
|
...(Flag.OPENCODE_DISABLE_CLAUDE_CODE_PROMPT ? [] : ["CLAUDE.md"]),
|
||||||
"CONTEXT.md", // deprecated
|
"CONTEXT.md", // deprecated
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user