fix(rldyour-claudecode): track AGENTS.md and .claude/CLAUDE.md on main as system files#4
Merged
Merged
Conversation
…system files The companion .claude/CLAUDE.md and this AGENTS.md are the Claude Code install surface. Claude Code's native .claude/CLAUDE.md discovery reads .claude/CLAUDE.md, and the marketplace install script reads both. They belong on main, not in the fullrepo overlay, so a fresh clone followed by the install scripts produces a working Claude Code config without depending on fullrepo restore. Promotes both files from agent-only context published through fullrepo (the prior prose) to system files tracked on main. The next commit separately git-add -fs the files onto main and removes the local-exclude lines that previously hid them.
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.
Claude Code's
.claude/CLAUDE.mddiscovery reads.claude/CLAUDE.md, and the documented marketplace install reads bothAGENTS.mdand.claude/CLAUDE.mdfrom the cloned adapter root. Both were previously only present in the fullrepo overlay, so a freshgit cloneof rldyour-claudecode would not have them and Claude Code would silently start without the owner-defined project memory.Tracks both files on main with
git add -f, overriding the prior local-exclude pattern. The header prose is rewritten to declare them system files, not agent-only context published through fullrepo.1 commit, +2 lines prose, 2 new tracked files. 0 secrets, 0 runtime markers, 0 agent-only files.