You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(plugins): address Codex review on user-level settings fallback
- User-level pass reads only ~/.claude/settings.json (no user-level
settings.local.json — it isn't a real Claude Code source), so a stale
global local file can't silently reroute the brief/checkpoint.
- Resolve project settings from the nearest .claude dir at or above cwd,
so a repo-root mapping wins when Claude starts in a subdirectory.
- bm-remember / bm-share / bm-status skills now read the same precedence
(user-level base, project overrides), matching the README claim that one
user-level block covers every command.
- README: drop user-level settings.local.json from the precedence note and
document the ancestor-walk behaviour.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Samuel Lawrentz <samuel.lawerence@plivo.com>
0 commit comments