gabriel / musehub public
fix fix/claude-md-stale-agent-md-path #1 / 1
AI Agent gabriel · 6 hours ago · Sep 11, 2026 · Diff

fix: CLAUDE.md @includes pointed at stale .muse/agent.md path

Both includes (@../.muse/agent.md for the workspace-shared rules, @.muse/agent.md for musehub-specific rules) referenced a path that no longer exists -- the canonical agent-config source moved to .museagent.md (workspace root and per-repo) some time ago, per `muse agent-config status`, but this file's includes were never updated. Since Claude resolves @includes silently (no error on a missing target), every Claude Code session rooted at ~/ecosystem/musehub -- including this one -- has been getting zero content from either include: no HARD RULE sections, no commit conventions, no localhost-container restart guidance, nothing.

Fixed both paths to .museagent.md. Confirmed via `muse agent-config status --json`: claude adapter now reports in_sync=true.

Discovered while auditing whether musehub#182/#185's new muse-dev object-store safety guardrail is actually visible to future agents (see matching fix in the ~/ecosystem workspace repo, commit 81cc1902).

Co-Authored-By: Claude Sonnet 5 <[email protected]>

sha256:ce798e919c1ffbea9d03dc8dcd339ad549e170ce7f453c9b0fc46a0b044a1f05 sha
1 changed · 1072 in snapshot files
sha256:0469e19117e78b45652d1a0d2b5a1cbb5808ffe5d9b6dc4e751773a265201690 snapshot
1
file changed
1072
files in snapshot
Semantic Changes
~ CLAUDE.md .md
Files Changed
~1
1072 in snapshot
~ CLAUDE.md .md
← Older Oldest on fix/claude-md-stale-agent-md-path
All commits
Newer → Latest on fix/claude-md-stale-agent-md-path

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:ce798e919c1ffbea9d03dc8dcd339ad549e170ce7f453c9b0fc46a0b044a1f05 --body "your comment"