Skip to content

fix(rldyour-claudecode): track AGENTS.md and .claude/CLAUDE.md on main as system files#4

Merged
rldyourmnd merged 1 commit into
mainfrom
fix/track-system-instruction-files
Jun 15, 2026
Merged

fix(rldyour-claudecode): track AGENTS.md and .claude/CLAUDE.md on main as system files#4
rldyourmnd merged 1 commit into
mainfrom
fix/track-system-instruction-files

Conversation

@rldyourmnd

Copy link
Copy Markdown
Collaborator

Claude Code's .claude/CLAUDE.md discovery reads .claude/CLAUDE.md, and the documented marketplace install reads both AGENTS.md and .claude/CLAUDE.md from the cloned adapter root. Both were previously only present in the fullrepo overlay, so a fresh git clone of 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.

…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.
@rldyourmnd rldyourmnd merged commit 203f30d into main Jun 15, 2026
10 checks passed
@rldyourmnd rldyourmnd deleted the fix/track-system-instruction-files branch June 15, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant