Skip to content

Commit ec7efb5

Browse files
authored
🤖 Fix broken symlinks for AGENTS.md and CLAUDE.md (#66)
Both `AGENTS.md` and `CLAUDE.md` symlinks in the root were pointing to `docs/src/AGENTS.md` which doesn't exist. This caused the symlinks to be broken. This PR updates both symlinks to correctly point to `docs/AGENTS.md` where the actual agent instructions file is located. **Changes:** - Fixed `AGENTS.md` symlink: `docs/src/AGENTS.md` → `docs/AGENTS.md` - Fixed `CLAUDE.md` symlink: `docs/src/AGENTS.md` → `docs/AGENTS.md` _Generated with `cmux`_
1 parent 1d4eee4 commit ec7efb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs/src/AGENTS.md
1+
docs/AGENTS.md

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs/src/AGENTS.md
1+
docs/AGENTS.md

0 commit comments

Comments
 (0)