fix: ensure OPENCODE_DISABLE_CLAUDE_CODE_PROMPT is respected for project lvl CLAUDE.md (#19924)
This commit is contained in:
parent
e7f94f9b9a
commit
afb6abff73
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue