mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
docs(outbound): add CLAUDE.md sibling symlink for AGENTS.md
Root AGENTS.md states: 'New AGENTS.md: add sibling CLAUDE.md symlink.' src/infra/outbound/ had the guide but not the sibling symlink. Every other scoped AGENTS.md in the repo already has one; this closes the only real gap (the one remaining hit is an intentional test fixture in extensions/oc-path/src/oc-path/tests/fixtures/real/). Also adds CLAUDE.md to .semgrepignore so opengrep's PR-diff scan stops trying to open the symlink as a regular file. Scanning the symlink is redundant with scanning the underlying AGENTS.md.
This commit is contained in:
committed by
Peter Steinberger
parent
2eb07e68a1
commit
5e874ed138
@@ -93,3 +93,12 @@ scripts/run-tests*
|
||||
scripts/lib/test-*
|
||||
scripts/lib/extension-test-*
|
||||
scripts/lib/vitest-*
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# Sibling symlinks for scoped guides
|
||||
# ----------------------------------------------------------------------------
|
||||
# Every `AGENTS.md` has a sibling `CLAUDE.md` symlink pointing at it (see
|
||||
# root AGENTS.md: "New AGENTS.md: add sibling CLAUDE.md symlink"). Scanning
|
||||
# the symlinks is redundant with scanning the underlying AGENTS.md and
|
||||
# breaks opengrep's PR-diff scan when a new CLAUDE.md symlink is added.
|
||||
CLAUDE.md
|
||||
|
||||
Reference in New Issue
Block a user