File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,8 +87,9 @@ highest: user-level `settings.json` → project `settings.json` → project
8787` primaryProject ` wins over the user-level default. (This mirrors Claude Code's
8888own sources: ` settings.local.json ` is project-scoped only, so there is no
8989user-level ` settings.local.json ` .) The hooks resolve the project settings from
90- the nearest ` .claude ` directory at or above the working directory, so a mapping
91- in the repo root still applies when Claude starts in a subdirectory.
90+ the nearest ancestor directory (including the working directory) whose ` .claude `
91+ folder contains a ` settings.json ` or ` settings.local.json ` , so a mapping in the
92+ repo root still applies when Claude starts in a subdirectory.
9293
9394To enable the capture reflexes, also set ` "outputStyle": "basic-memory" ` in your
9495settings (or select it via ` /config ` ).
You can’t perform that action at this time.
0 commit comments