mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-16 02:52:06 +00:00
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 = [
|
||||
"AGENTS.md",
|
||||
"CLAUDE.md",
|
||||
...(Flag.OPENCODE_DISABLE_CLAUDE_CODE_PROMPT ? [] : ["CLAUDE.md"]),
|
||||
"CONTEXT.md", // deprecated
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue