Conversation
Make instruction-file discovery in the startup info box (and `/status`, `/memory`) agent-aware so the displayed list mirrors what each agent actually loads. Previously the search collapsed to cwd-only when no `.git` was found in any ancestor, hiding parent CLAUDE.md files that Claude Code itself walks all the way to filesystem root to load. Claude now walks the full ancestor chain per the documented memory loader (https://code.claude.com/docs/en/memory). Codex and Gemini keep their git-root cutoffs to match their CLIs. The platform-specific managed-policy CLAUDE.md is now also discovered for Claude only. Path-based dedup ensures files reachable via multiple passes appear exactly once. 🤖 Generated with [Nori](https://noriagentic.com) Co-Authored-By: Nori <contact@tilework.tech>
…ent-directory-instruc-20260427-150005
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
🤖 Generated with Nori
/status,/memory) lists what each agent actually loads. Claude now walks the full ancestor chain to filesystem root per the official Claude Code memory loader; Codex and Gemini keep their git-root cutoffs./etc/claude-code/CLAUDE.mdon Linux) for Claude only.Fixes the user-reported bug where cwd
/tmp/bar/bazwith.claude/CLAUDE.mdfiles in both/tmp/bar/baz/.claude/and/tmp/bar/.claude/only displayed the cwd one.Test Plan
cargo test -p nori-tui(1209 tests, 0 failed)cargo test -p tui-pty-e2e(all green)just fix -p nori-tui(no warnings)Share Nori with your team: https://www.npmjs.com/package/nori-skillsets