Skip to content

Commit ed92e6e

Browse files
committed
Note directory-negation limit in codebuffignore docs
1 parent 9ab8522 commit ed92e6e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sdk/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ terminal-command or internal-edit restrictions.
183183
Ignore-rule blocks on `read_files` return `[BLOCKED]` followed by a trailing
184184
reason. `.codebuffignore` — a project-level ignore file with `.gitignore`
185185
syntax, checked alongside `.gitignore` — is the escape hatch: adjust or
186-
negate the matching rule there to allow tool reads of a specific file.
186+
negate the matching rule there to allow tool reads of a specific file (a
187+
file-level negation cannot re-include a path whose parent directory is itself
188+
excluded).
187189

188190
Custom `overrideTools.read_files` implementations must preserve project
189191
gitignore behavior for env templates. The built-in CLI, Desktop, Web, and Cloud

0 commit comments

Comments
 (0)